google maps js pada beban peta

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