Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created June 24, 2013 11:43
Show Gist options
  • 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