> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.unicornplatform.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to embed a Google Map dynamically for each page

There are hundreds of pages, each needing a unique location map.
Is there a way to embed a Google Map dynamically? - Yes!

1. **Add a Column for Map Embed Codes**
     Open your Google Sheet and create a new column. In this column, manually add the `<iframe>` code for each map you want to display.
    ![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_zrt0lz.png =500x75)
2. **Set a Specific Column Name in the HTML Component**
      In your HTML component, make sure to reference the name of the column you just created. This will connect your sheet data with the component.


![](https://storage.crisp.chat/users/helpdesk/website/-/7/e/7/8/7e782a40c0560c00/image_ttutrp.png =500x500)
 
      
       You can also add dynamic property to other components. 
       For example, you can dynamically update a Header component with unique content for each page.

![](https://storage.crisp.chat/users/helpdesk/website/7e782a40c0560c00/image_iqzv0q.png =400x135)
---

**F.A.Q**
[How to integrate Google maps](https://help.unicornplatform.com/en/article/how-to-integrate-google-maps-gxns7b/)
[How to embed a Google Map with multiple pins](https://help.unicornplatform.com/en/article/how-to-embed-a-google-map-with-multiple-pins-1hlsdo6/)