/*
* @title Googleマップを画像に変換
* @description 今見ているGoogleマップをGoogle Static Maps APIで画像に変換します(IE以外用)
* @include http://maps.google.co.jp/maps?*
* @license MIT License
* @require
*/
(function(d,p,w,f,c,v,l,r){f=function(m,t){t=d.createEvent('MouseEvents');t.initEvent('click',true,true);m.dispatchEvent(t)};f(e('link'));c=function(i){i=e('leurl');if(!i){setTimeout(c,w);return}f(e('leclose'));v=i.value;r=p.center;l=v.match(/[?&]ll=([^&]*)/)?RegExp.$1:r.lat+','+r.lng;z=v.match(/[?&]z=([^&]*)/)?RegExp.$1:p.zoom;prompt('staticmap','http://maps.google.com/maps/api/staticmap?size=512x512&maptype=roadmap&sensor=false&markers=color:red|label:P|'+l+'&zoom='+z)};setTimeout(c,w)})(document,gHomeVPage.viewport,100)