insert location info into Google Maps search box

By Koumei_S Last update Jan 26, 2009 — Installed 638 times. Daily Installs: 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
Script Summary:
inserts lat/long info into Google Maps by double-clicking at search box.
Version: 1.3

This script has no discussions.

start the discussion

This script has no reviews.

bookmarklet:

javascript:(function(){if(document.domain.match(/(maps|www)\.google\.co(m|\.jp)/)){var%20o=document.getElementById('q_d');var%20input=function(){var%20loc=document.getElementById('link').href;this.value=loc.match(/[\?&]ll=([\d\.\-]+,[\d\.\-]+)/)?loc.match(/[\?&]ll=([\d\.\-]+,[\d\.\-]+)/)[1]:decodeURI(loc.match(/[\?&]q=(.*?)[&$]/)[1]);};o.addEventListener('dblclick',input,false);}})();