Skip to content

Instantly share code, notes, and snippets.

@wilornel
Created September 1, 2012 20:44
Show Gist options
  • Select an option

  • Save wilornel/3586770 to your computer and use it in GitHub Desktop.

Select an option

Save wilornel/3586770 to your computer and use it in GitHub Desktop.
lat1 = $(this).attr('lat');
lng1 = $(this).attr('lng');
latLng1 = new google.maps.LatLng(lat1, lng1, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment