Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created June 24, 2013 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/5849488 to your computer and use it in GitHub Desktop.
Save mustardBees/5849488 to your computer and use it in GitHub Desktop.
$('a#show-map').click(function(e) {
e.preventDefault();
$('#map-container').show();
google.maps.event.trigger(map, 'resize');
map.setCenter(latLng);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment