Hopefully someone can point me in the right direction...
Can't make this work, tried several things..
I want to jump on a anchor on the page that holds the map when clicking on a 
marker in the map.

Now I have:
google.maps.event.addListener(marker, 'click', function() {

// open new infowindow 
infowindow.setContent(content_string);
infowindow.open(map,marker); 

marker.url = '#'+i;
window.location.href = marker.url;
});

Any help is highly appreciated!
Thanks in advance..

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to