GO

Google Maps

By Google

9.9/ 10

Show any location, business, or custom map on your website. Supports satellite view, street view, and directions.

🗺️

Maps & Location

Interactive maps and location-based embeds.

Browse category

Parameters

YOUR_API_KEYrequired

Google Maps API key

Default: YOUR_API_KEY

LOCATIONrequired

Location name or coordinates

Default: New+York+City

Embed Code

Customize:
html
<iframe
  src="https://www.google.com/maps/embed/v1/place?key=YOUR_API_KEY&q=LOCATION"
  width="100%"
  height="400"
  style="border:0;"
  allowfullscreen
  loading="lazy"
  referrerpolicy="no-referrer-when-downgrade"
></iframe>

Live Preview