I have a webpage with a google-maps embedded in it.
Currently the location is hard coded into the script and goes to Mountain View. which looks like this:
<iframe width="600" height="450" frameborder="0" style="border:0"
src="https://www.google.com/maps/embed/v1/view?zoom=12¢er=37.3861,-122.0839&.......>
I want to keep mountain view as the default location but I also have 5 links (Paris - Beijing - London etc...) and I want to be able to change the location of the embedded map by clicking on the links
How can I do this?
Thanks