jquery.mapit.js
A simple jQuery plugin that uses Latitute and Longitude to create a Google Map overlay.
Demo
http://sabillon.net/jquery.mapit.js/
Package Managers
//Bower bower install jquery.mapit.js --save //npm npm install jquery.mapit.js --save
Usage
<a id="your-id" data-latlng='34.056047,-118.2593786' href="#">Map of Los Angeles</a> <script> $('#your-id').mapit(); </script>
Options
See Documentation for options and settings.
Dependencies
jQuery 1.7