Hello, http://www.geog.ubc.ca/~targast/fullnorthshore.html
I'm trying to create a map with about 15 markers on it and each has its own individual infowindow with tabs. All is working fine, but I also created a focusmap function so when I click on a javascript:focusmap(lat,lon,zoom) link on the page it zooms into the specific marker I want. However, when I do this it erases all the markers declared after the one I focus on, but only after I have already opened an infowindow. (i.e. It works fine if i don't open any infowindows, but once I open an infowindow, the focusMap function erases all markers later in the code). So in this case, the caulfeild marker is first in the code, so all others written after are erased once any marker's infowindow has been opened and the focusmap link has been clicked on. Does anyone have an idea of why it would do this? Thanks -- 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.
