I want to bounce a pin on a google map once. The following code will make the marker bounce but it just keeps going...
myPin.setAnimation(google.maps.Animati
marker.setAnimation(google.maps.Animation.BOUNCE); setTimeout(function() { marker.setAnimation(null) }, 6000);