I have a Google Map that loads a layer of markers from a KML file. Each placemark has an ID (simply id="1" through id="25").
Is it possible to open a specific placemark's infowindow from a URL parameter? If so, how?
The idea is that an address on another page is linked to its corresponding placemark http://MAPURL.COM/?id=4 or something.
Here's a jsfiddle to see the whole thing in action: http://jsfiddle.net/natejones/JAyCF/3/
Thanks!