How To Embed Google Maps In An Iframe

Use the Maps Embed API or the Share > Embed a map option.

Embed Code

<iframe
  src="https://www.google.com/maps/embed?pb=PLACE_PARAMS"
  width="600" height="450"
  style="border:0;"
  allowfullscreen=""
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"></iframe>

Why The Main Site Won't Frame

The regular maps.google.com page cannot be framed. In Google Maps, click Share > Embed a map to copy ready-made iframe code.

Official documentation →

See the embedding status of maps.google.com →