Skip to content

Instantly share code, notes, and snippets.

@setola
Created May 8, 2012 22:18
Show Gist options
  • Save setola/2639888 to your computer and use it in GitHub Desktop.
Save setola/2639888 to your computer and use it in GitHub Desktop.
Gmaps - cutted baloon
google.maps.event.addListener(map, 'tilesloaded', function() {
infowindow.open(map,marker);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment