Also just looked at your code.
You are setting the map zoom every time you add a marker, this can
only slow things down, not a lot but it all adds up!

Also you are doing this every time you add a marker.
VWGM_categoryShow('2');VWGM_categoryHide('1');VWGM_categoryHide('3')

Those functions loop through all your markers and either hide or show
them, again no need to do that every time you add a marker.
Or at least not to loop through all of them 3 times.

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

Reply via email to