Any ideas how you create an interactive Google Map that lists the pinned locations under it as links to the map? I saw this feature here: Find a Church | Churches of God | General Conference and would like to do it on a website.
I’m not seeing any options for that when I add a Google Map from Elements, or any options in Google Maps when I get the code to embed a map.
Assuming you are setting up your map within an iFrame, you can use postMessage and onMessage to communicate and pass data back and forth to your list element. Post Message | Velo