How to Embed Google Maps & Disable Controls
Google Maps provides a variety of ways to embed map data on your website. The standard embed code includes map controls that will allow the viewer to change the zoom level and pan across the map. If you want to embed a live Google Map with controls disabled, you simply need to paste the Google Maps link for your location or directions within an HTML image tag.
Instructions
-
-
1
Navigate to Google Maps.
-
2
Enter the destination or directions you want to embed in the search box and press "Enter."
-
-
3
Customize the zoom level and panning of your map using the map controls.
-
4
Click the "Link" button at the top right and copy the Google Maps link from the first text box.
-
5
Paste the Google Maps link within an HTML image tag and add this HTML to the page on which you want to embed a Google Map. The image tag should look like the following:
<img src="Google Maps link">
-
1