Step 1 — Get the embed code from Google Maps
- Open Google Maps in your browser.
- Search for your business address or location.
- Click the Share button (the arrow icon on the location card).
- In the Share popup, click the Embed a map tab.
- Choose your preferred map size.
- Click Copy HTML. The copied code will look like this:
<iframe src="https://www.google.com/maps/embed?pb=..." width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
Make sure you copy the full
<iframe>...</iframe> tag exactly as provided by Google Maps. Do not remove or edit any attributes.Step 2 — Open Store Settings
- In the admin top navigation bar, click Marketing.
- From the dropdown, click Store.
- In the Store Management Hub, click the Settings card — or click Settings in the Store nav bar at the top of the Store section.
Step 3 — Go to the Contact & Analytics tab
- Inside Store Settings, you will see a row of tabs at the top.
- Click the Contact & Analytics tab.
Step 4 — Paste the map code
- Scroll down past the Analytics & Custom Scripts section until you reach the Contact Information section.
- Find the Store Google Map field.
- Paste the full
<iframe>...</iframe>code you copied from Google Maps into this field.
Step 5 — Save
- Click Save to apply the changes.
The map will now appear on your store’s contact page.
If you want to change the map later, simply come back to Store Settings → Contact & Analytics tab → Contact Information section, clear the field, paste the new iframe code, and save.