Imagine you are going to a web site with an empty cache.
In Google Maps API v3, what's the earliest event that will be triggered to inform me the bounds of the maps on initial load?
In Google Maps v2 it was the 'loaded' event; however, this event is not present in v3 of the API.
Would it be the 'bound_changed' event for v3 of the API? If not, does some other event exist that get's fired sooner than bound_changed that will allow me to gain access to the current maps bounds?