Wrapper for the Google Maps API 3 written only in Javascript
<script type="text/javascript"> var map = new Maps.Class("mapID", , , ); </script>The tags , and are numbers.
After user click on the map, the class Maps will create and store into data attributes of the DOM element of map (with id "mapID") the locations retrieves from Google Maps API.
This class don't need any key or token...