Scout.js - Super simple Geolocation Simply call scout.get() to get the user's location. Example: scout.get(function(coords){ alert(coords.latitude + ", " + coords.longitude); }); You can view an example here: http://jarqu.es/scout/