On Oct 18, 6:53 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> There are close to 600 entries in my xml file. The side bar is
> populated by a fraction of them.
you are loading the first 100 in your code
for (var i = 0; i < 100; i++) {
you need to use markers.length instead
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---