I can't seem to reproduce the problem, but you might take a look at your global "i" variable. I suspect you might want to reset it when you empty the gmarkers array in getMarkers(). Beware the fact that getMarkers() has its own local "i" variable. It's the global "i" that needs to be reset.
-- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
