Google mapeia JS na carga do mapa
google.maps.event.addListenerOnce(map, 'idle', function(){
// do something only the first time the map is loaded
});
Brave Baboon
google.maps.event.addListenerOnce(map, 'idle', function(){
// do something only the first time the map is loaded
});