I'm having the same exact problems. I'm thinking it has to do with
closures http://blog.morrisjohns.com/javascript_closures_for_dummies

We are both calling remote data and then processing it inside an
anonymous function. When we do this inside of another function, it
creates a closure.

Now to make things weird, the reason it sometimes works I think has to
do with debugger/profiler/developer tools. Whenever I load it with the
error console up or firebug, it works. Without, it does not.

_Rich

On May 5, 8:10 pm, CopperCup <[email protected]> wrote:
> I have been working on an implementation of Maps API v3 and
> MarkerManager v3. I have approximately 1100 locations around the world
> that are geocoded in advance and stored in an XML file.
>
> See the map here:http://www.nevus.org/nevus-maps_id567.php
>
> For some reason, each time the page is loaded it is amysterywhether
> the markers will load or not. Sometimes they do. Sometimes they don't.
> Nothing that I know of changes between attempts and no JS errors.
> Happens in all browsers, Mac and Windows on different networks. You
> should be able to easily replicate the problem just by attempting to
> load the page several times.
>
> My best guess is that it is a load timing issue, but I'm not sure how
> to troubleshoot it. I've been trying for several days to solve the
> problem, but it seems I'm not smart enough this week. Any help
> appreciated.
>
> Thanks,
> Fritz

-- 
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