Zh GoogleMap module supports external links to placemarks
Hi I added to module support external link to placemark. After that you can use special function to center and or click on placemark, and change zoom by this action Example #1 <p> <a href="#" onclick="javascript:PlacemarkByIDShow(682, 'center,click'); return false;">Show placemark on map</a> </p> This code will create link to placemark with ID=682. And will do center on this placemark and click on it Example #2 <a href="#" onclick="javascript:PlacemarkByIDShow(48, 'click', 10); return false;">Show placemark on map</a> In this case link to placemark with ID=48. And you click on this placemark and change zoom to 10 Cheers, Dmitry