Unfortunately, map element markers are not yet “bindable” with external data. However, you can use the HTML element with a Google map iframe. Here is how you can add it to your page:
Add the element in your page
Then instead of “copying and pasting” directly in the formula, it’s better to create a function. You will see, it’s not that hard .
I just used this to show a map on individual listing pages and it works great. The only thing (as I was tired and took me waaaaay to long to figure out) is:
where it says “Function” what you need to do is create a new “Formula”
the code needs a semicolon at the end so it’s
return `
`;
Other than that it was exactly what I needed so much appreciated!