Comments 2Craig started the conversationJanuary 13, 2017 at 12:00pmI would like to use a custom google map since the restaurant has multiple locations. How can I replace the map with this google map https://www.google.com/maps/d/viewer?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg&ll=45.5548063777947%2C-73.57897729324651&z=11? 850Jelly repliedJanuary 13, 2017 at 7:51pmHi, You can remove the google maps from template and try embed your map, you can get more detail if you try google search it. If you don't understanding how get the embed code, you can get it below. <iframe src="https://www.google.com/maps/d/embed?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg" width="640" height="480"></iframe> This is the embed code from your map link. Then the maps code will look like below: <!-- BEGIN MAP SECTION --> <iframe src="https://www.google.com/maps/d/embed?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg" width="640" height="480"></iframe> <!-- END MAP SECTION -->Best Regards,Jelly Team Sign in to reply ...
I would like to use a custom google map since the restaurant has multiple locations. How can I replace the map with this google map https://www.google.com/maps/d/viewer?mid=1G2UjrU7c-fad-1QWb1nyqcpbUFg&ll=45.5548063777947%2C-73.57897729324651&z=11
?
Hi,
You can remove the google maps from template and try embed your map, you can get more detail if you try google search it.
If you don't understanding how get the embed code, you can get it below.
This is the embed code from your map link. Then the maps code will look like below:
Best Regards,
Jelly Team