> Sure, I don't think that would be a problem either. But, do you have
> any suggestions as to how to go about it?

There's two suggestions in the thread I pointed out ; one with a
setTimeout and one listening for bounds_changed.

> How should I make sure it
> only happens once?

If you were using the bounds_changed event for example, make a one-
time listener that removes itself after use.
Using the setTimeout method is perhaps less "correct", but if it works
- then you only have to call it the once from your initialize routine.

-- 
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 google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to