I am using the Google Maps JavaScript v3 API.
The maps library takes awhile to load; however, certain functions load before others.
How can I programatically determine the instant the getBounds function is ready for use from the Google Maps JavaScript library?
UPDATE:
Is there some type of event I could create to run once getBounds is declared?