How to put google map on website

Does anybody knows how to put google map on a website. :slight_smile:

i need a map similar to this site http://ingramcoleland.com.au/

It looks like all the code you need is on the page if you “view source”. I would setup a test page and copy/paste their Googlemap code into it an see what happens.

But how do i change the location on the map :rolleyes:

It is probably this line: <div class=“marker” data-lat=“-32.927547” data-lng=“151.73377700000003”>

You should try to find things like this on your own as it will help you learn. You may not know JavaScript ( I know very little about it ) but if you are logical you can sometimes find the answer and it is more satisfying than just asking questions.

Thanks, but it is not working.

Is there any proper procedure than just copying the source :slight_smile:

I’m not sure if you’re asking specifically how to insert a map which looks like the one in your example, or generally how to create and insert a Google map. If the latter, then one of these two links should help:

I used joomla website and i have a map in the contact but it wrong address , every one can help me ? >> [noparse]http://avlshop.com/lien-he[/noparse]

You need to change the values in this line to your location which you can find using this website:

center: new google.maps.LatLng(40.710573,-74.002815),

How should I include a map in a Magento website?

Do I need to hire a magento developer or I can do it on my own?

It’s depends on your experience. But more probably i say hire someone who has more expreince and they can customize for the best suit you. <snip/>

Magento use extension so pruchase the extension may also helps but custom desgin would be better than that.

Look up the required address on Google Maps, then down at the lower right handside of the map, there are some icons. Click on the gear icons (second from the left) and the top option will be “Share and embed”. Click on that, then select “Embed”. You will be given the code to insert into your html to place the map on your webpage.

https://mapsengine.google.com - create your map, set the maps permissions, save it then you have a folder icon, click it and choose EMBED. Thats it.

As the OP hasn’t returned in well over a month, it seems safe to assume they’ve found the answer.

Thanks to those who replied. Thread closed.