The Maps Embed API lets you place an interactive map, or Street View panorama on your web page with a simple HTTP request; no JavaScript required.
You can set the Maps Embed API URL as the src
attribute of an
iframe:
<iframe
width="600"
height="450"
frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/place?key=API_KEY
&q=Space+Needle,Seattle+WA" allowfullscreen>
</iframe>
Getting started
Use an automatic iframe generator to embed a map into your webpage:
For an index of all the possible parameters for the Maps Embed API request, see the Embedding a map guide: