Is there any way to execute a function after loading google map ? There is a google map in my site
In this site the Google map is executing with the Google API using the URL :http://maps.googleapis.com/maps/api/js?sensor=true&libraries=places
I want to put an alert box after loading Google map in this site.
Is there any way to recognize when the map is fully loaded?
Please help me