var err_msg = "";var ZDC_KEY = "53nQ3zCNlwpz6ongGPCzmw2r7onwIb5rjgnzDHnwGSwInQwywpngRX58nwSz5LZsIi4oXsEn05oBD37GW7VXFuZcAiA0odl5EDoNXmEaYh2LTn";var ZDC_ENC = "UTF8";var ZDC_DATUM = "TOKYO";var ZDC_OPT = "Guide";var ZDC_MAP = new Object;var ZDC_MAP_FTYPE = new Object;ZDC_MAP[1] = "4/20180614/";ZDC_MAP_FTYPE[1] = "png";ZDC_MAP[2] = "6/20180614/";ZDC_MAP_FTYPE[2] = "png";ZDC_MAP[3] = "4/20180614/";ZDC_MAP_FTYPE[3] = "png";ZDC_MAP[4] = "4/20180614/";ZDC_MAP_FTYPE[4] = "png";ZDC_MAP[5] = "ond/20/20180327/";ZDC_MAP_FTYPE[5] = "png";ZDC_MAP[6] = "6/20180614/";ZDC_MAP_FTYPE[6] = "png";ZDC_MAP[7] = "4/20180614/";ZDC_MAP_FTYPE[7] = "png";var ZDC_SSL = "1";var ZdcMapServer="http://api.e-map.ne.jp/mapapi/";if(ZDC_SSL==1){ZdcMapServer="https://api.e-map.ne.jp/mapapi/";}var ZdcTileServer="http://mapcache.e-map.ne.jp/";if(ZDC_SSL==1){ZdcTileServer="https://map.e-map.ne.jp/";}var ZdcMapCgi="http://api.e-map.ne.jp/jsapi/cgi/map.cgi";if(ZDC_SSL==1){ZdcMapCgi="https://api.e-map.ne.jp/jsapi/cgi/map.cgi";}var ZdcMapLog="http://api.e-map.ne.jp/mapapi/img/back-logo.gif";if(ZDC_SSL==1){ZdcMapLog="https://api.e-map.ne.jp/mapapi/img/back-logo.gif";}var ZdcMapAccess="http://api.e-map.ne.jp/";if(ZDC_SSL==1){ZdcMapAccess="https://api.e-map.ne.jp/";}var ChizulogMap="http://map.chizulog.com/mapfiles/";if(!window.ZDC){window.ZDC={};}(function(){function ZdcCommon(){}ZdcCommon.ZdcMapServer=ZdcMapServer;ZdcCommon.ZdcTileServer=ZdcTileServer;ZdcCommon.ZdcTilePath=new Object();for(nm in ZDC_MAP){ZdcCommon.ZdcTilePath[nm]=ZDC_MAP[nm];}ZdcCommon.ZdcTileFtype=new Object();ZdcCommon.ZdcTileFtype=ZDC_MAP_FTYPE;for(nm in ZdcCommon.ZdcTilePath){ZdcCommon.ZdcDefaultMapType=nm;break;}ZdcCommon.ZdcMapCgi=ZdcMapCgi;ZdcCommon.ZdcMapLog=ZdcMapLog;ZdcCommon.ZdcMapAccess=ZdcMapAccess;ZdcCommon.ChizulogMap=ChizulogMap;ZdcCommon.ZDC_KEY=ZDC_KEY;ZdcCommon.ZDC_OPT=ZDC_OPT;ZdcCommon.ZDC_ENC=ZDC_ENC;ZdcCommon.ZDC_DATUM=ZDC_DATUM;if(typeof ZDC_RETURN!="undefined"){ZdcCommon.ZDC_RETURN=ZDC_RETURN;}else{ZdcCommon.ZDC_RETURN=null;}ZdcCommon.ll2pixel=function(_1,_2,_3){var _4=Math.abs(_1-ZdcZoom.OX);var _5=Math.abs(_2-ZdcZoom.OY);var _6=_4/(ZdcZoom.map_defw[_3]*ZdcZoom.PX);var _7=_5/(ZdcZoom.map_defh[_3]*ZdcZoom.PY);_6=Math.floor(_6);_7=Math.floor(_7);if(_1=128){_1b++;}_1b++;}return _1b;};ZdcCommon.StrCmp=function(_1d,_1e){var ct;var cmp;if((cmp=_1d.length-_1e.length)!=0){return cmp;}for(ct=0;ct<_1d.length;ct++){var c1=_1d.charCodeAt(ct);var c2=_1e.charCodeAt(ct);if((cmp=(c1-c2))!=0){break;}}return cmp;};ZdcCommon.strRight=function(str,n){var l=str.length;if(n>l){n=l;}return (str.substring(l-n,l));};ZdcCommon.strLeft=function(str,n){var l=str.length;if(n>l){n=l;}return (str.substring(0,n));};ZdcCommon.ConvertMSXY2LL=function(x,y,f){var _2c=new Object();var dx=x/3600/1000;var dy=y/3600/1000;switch(f){case 1:default:_2c.lon=Math.round(dx*10000000)/10000000;_2c.lat=Math.round(dy*10000000)/10000000;break;case 2:var fx=Math.abs(Math.floor(dx)*60-dx*60);var fy=Math.abs(Math.floor(dy)*60-dy*60);var sx=Math.abs(Math.floor(fx)*60-fx*60);var sy=Math.abs(Math.floor(fy)*60-fy*60);sx=Math.round(sx*1000)/1000;sy=Math.round(sy*1000)/1000;if(document.all){_2c.lon=Math.floor(dx)+"o "+Math.floor(fx)+"'"+sx+"\"";_2c.lat=Math.floor(dy)+"o "+Math.floor(fy)+"'"+sy+"\"";}else{_2c.lon=Math.floor(dx)+"o "+Math.floor(fx)+"'"+sx+"\"";_2c.lat=Math.floor(dy)+"o "+Math.floor(fy)+"'"+sy+"\"";}break;}return _2c;};ZdcCommon.UserAgentIsIE=function(){var ua=navigator.userAgent;if(ua.match(/MSIE (\d\.\d+)/)){return true;}return false;};ZdcCommon.UserAgentIsFireFox=function(){var ua=navigator.userAgent;if(ua.match(/Gecko/)){if(ua.match(/(Firebird|Firefox)\/([\.\d]+)/)){return true;}return false;}return false;};ZdcCommon.UserAgentIsSafari=function(){var ua=navigator.userAgent;if(ua.match(/Safari\/([\.\d]+)/)){return true;}return false;};ZdcCommon.UserAgentIsFireFoxVer2=function(){var ua=navigator.userAgent;if(ua.match(/Gecko/)){if(ua.match(/(Firebird|Firefox)\/([\.2]+)/)){return true;}return false;}return false;};ZdcCommon.UserAgentIsFireFoxVer3=function(){var ua=navigator.userAgent;if(ua.match(/Gecko/)){if(ua.match(/(Firebird|Firefox)\/([\.3]+)/)){return true;}return false;}return false;};ZdcCommon.ConvertLL2XY=function(x,y,f){var _3b=new Object();switch(f){case 1:default:var dx=Math.round(x*3600*1000);var dy=Math.round(y*3600*1000);break;case 2:var _3e=x.split(".");var _3f=y.split(".");var dx=_3e[0]*3600;var dy=_3f[0]*3600;var fx=_3e[1]*60;var fy=_3f[1]*60;var sx=Number(_3e[2].toString+"."+_3e[3].toString);var sy=Number(_3f[2].toString+"."+_3f[3].toString);dx=Math.round((dx+fx+sx)*1000);dy=Math.round((dy+fy+sy)*1000);break;}_3b.mx=dx;_3b.my=dy;return _3b;};ZdcCommon.cnv_llh2xyz=function(b,l,h,a,e2){var rd=Math.PI/180;var b=b*rd;var l=l*rd;var sb=Math.sin(b);var cb=Math.cos(b);var rn=a/Math.sqrt(1-e2*sb*sb);var _4d=new Array();_4d[0]=(rn+h)*cb*Math.cos(l);_4d[1]=(rn+h)*cb*Math.sin(l);_4d[2]=(rn*(1-e2)+h)*sb;return _4d;};ZdcCommon.cnv_xyz2llh=function(x,y,z,a,e2){var rd=Math.PI/180;var bda=Math.sqrt(1-e2);var p=Math.sqrt((x*x+y*y));var t=Math.atan2(z,p*bda);var st=Math.sin(t);var ct=Math.cos(t);var b=Math.atan2(z+e2*a/bda*st*st*st,p-e2*a*ct*ct*ct);var l=Math.atan2(y,x);var sb=Math.sin(b);var rn=a/Math.sqrt(1-e2*sb*sb);var h=p/Math.cos(b)-rn;var _5e=new Array();_5e[0]=b/rd;_5e[1]=l/rd;_5e[2]=h;return _5e;};ZdcCommon.WGS2TKY=function(lon,lat){var a_w=6378137;var f_w=1/298.257223;var _63=2*f_w-f_w*f_w;var a_t=6377397.155;var f_t=1/299.152813;var _66=2*f_t-f_t*f_t;var _67=-148;var _68=507;var _69=681;var h=0;var _6b=ZdcCommon.cnv_llh2xyz(lat,lon,h,a_w,_63);_6b=ZdcCommon.cnv_xyz2llh(_6b[0]-_67,_6b[1]-_68,_6b[2]-_69,a_t,_66);_6b[0]=Math.round(_6b[0]*10000000)/10000000;_6b[1]=Math.round(_6b[1]*10000000)/10000000;var p=new ZdcPoint(_6b[1],_6b[0]);return p;};ZdcCommon.TKY2WGS=function(lon,lat){var a_w=6378137;var f_w=1/298.257223;var _71=2*f_w-f_w*f_w;var a_t=6377397.155;var f_t=1/299.152813;var _74=2*f_t-f_t*f_t;var _75=-148;var _76=507;var _77=681;var h=0;var _79=ZdcCommon.cnv_llh2xyz(lat,lon,h,a_t,_74);_79=ZdcCommon.cnv_xyz2llh(_79[0]+_75,_79[1]+_76,_79[2]+_77,a_w,_71);_79[0]=Math.round(_79[0]*10000000)/10000000;_79[1]=Math.round(_79[1]*10000000)/10000000;var p=new ZdcWGSPoint(_79[1],_79[0]);return p;};ZdcCommon.Math_mod=function(a,b){var c=(a/b)-Math.floor(a/b);return c;};ZdcCommon.DEG2MS=function(deg){var ms=deg*3600*1000;return Math.round(ms);};ZdcCommon.DEG2DMS=function(deg){var DMS=new Object();DMS.deg=Math.floor(deg);DMS.min=Math.floor((deg-DMS.deg)*60);DMS.sec=Math.round(((deg-DMS.deg)*60-DMS.min)*60*1000)/1000;return DMS;};ZdcCommon.MS2DEG=function(ms){return Math.round((ms/3600000)*10000000)/10000000;};ZdcCommon.MS2DMS=function(ms){return ZdcCommon.DEG2DMS(ZdcCommon.MS2DEG(ms));};ZdcCommon.DMS2DEG=function(deg,min,sec){return (Math.round((deg+(min/60)+(sec/3600))*10000000))/10000000;};ZdcCommon.DMS2MS=function(deg,min,sec){return Math.round((deg+(min/60)+(sec/3600))*3600000);};ZdcCommon.prototype.showWholeRoute=function(){ZdcEvent.addListener(this,"end",function(){ZdcCommon.prototype.reviseBox(this);var map=this.objMap;var rE=this.getResult().routeExtent;var p=new ZdcPoint((rE.maxx+rE.minx)/2,(rE.maxy+rE.miny)/2,2);map.setMapLocation(p,map.getMapBoxScale(rE));});};ZdcCommon.prototype.reviseBox=function modify(_8d){var re=_8d.result.routeExtent;var lv=_8d.objMap.getMapBoxScale(re);var _90=36*ZdcZoom.map_defw[lv];var _91=25*ZdcZoom.map_defh[lv];var db,ap;if(_8d.options.departurePoint.point){dp=_8d.options.departurePoint.point;ap=_8d.options.arrivalPoint.point;}else{dp=new ZdcPoint(_8d.options.departurePoint.mx,_8d.options.departurePoint.my,2);ap=new ZdcPoint(_8d.options.arrivalPoint.mx,_8d.options.arrivalPoint.my,2);}if(re.maxx2&&d.substring(d.length-2)=="px"){return parseInt(d);}else{var e=a.ownerDocument.getElementById(Hc);if(!e){var e=ZdcEvent._getOwnerDocument(a).createElement("div");e.style.position="absolute";e.style.left="0px";e.style.top="0px";e.style.width="0px";e.style.height="0px";a.appendChild(e);e.id=Hc;e.style.visibility="hidden";}else{a.parentNode.appendChild(e);}e.style.width="0px";e.style.width=d;return e.offsetWidth;}}}};ZdcEvent._regPropertyName=function(a){return a.replace(/-(\w)/g,function(b,c){return (""+c).toUpperCase();});};ZdcEvent._getOwnerDocument=function(a){return (a?a.ownerDocument:null)||document;};ZdcEvent._getPropertyValue=function(a,b){var c=ZdcEvent._getOwnerDocument(a);if(a.currentStyle){var d=ZdcEvent._regPropertyName(b);return a.currentStyle[d];}else{if(c.defaultView&&c.defaultView.getComputedStyle){var e=c.defaultView.getComputedStyle(a,"");return e?e.getPropertyValue(b):"";}else{var d=ZdcEvent._regPropertyName(b);return a.style[d];}}};ZdcEvent._offsetPoint=function(a,b){var c=false;if(w.r()){c=ZdcEvent._getPropertyValue(b,"overflow")!="visible"&&ZdcEvent._getPropertyValue(b.parentNode,"overflow")!="visible";var d=ZdcEvent._getPropertyValue(b,"position")!="static";if(d||c){a.x+=ZdcEvent._getMarginValue(b,"margin-left");a.y+=ZdcEvent._getMarginValue(b,"margin-top");var e=ZdcEvent._getBorderValue(b.parentNode);a.x+=e.x;a.y+=e.y;}if(d){a.x+=ZdcEvent._getMarginValue(b,"left");a.y+=ZdcEvent._getMarginValue(b,"top");}}if((w.r()||w.type==1)&&document.compatMode!="BackCompat"||c){if(self.pageYOffset){a.x-=self.pageXOffset;a.y-=self.pageYOffset;}else{a.x-=document.documentElement.scrollLeft;a.y-=document.documentElement.scrollTop;}}};ZdcEvent._getClientPosition=function(a){var oa=a;var c=new ZdcPixel(0,0);if(a&&typeof a.getBoundingClientRect!="undefined"){var box=a.getBoundingClientRect();c.x+=box.left;c.y+=box.top;var d=ZdcEvent._getBorderValue(a);c.x+=d.x;c.y+=d.y;c.x+=document.body.clientLeft;c.y+=document.body.clientTop;return c;}while(a){if(a.nodeName=="BODY"){ZdcEvent._offsetPoint(c,a);}var d=ZdcEvent._getBorderValue(a);c.x+=d.x;c.y+=d.y;if(a.nodeName!="BODY"||!w.r()){c.x+=a.offsetLeft;c.y+=a.offsetTop;}if(w.type==1&&a!=oa&&a.nodeName!="BODY"&&ZdcEvent._getPropertyValue(a,"position")=="relative"&&(a.style.width==""&&a.currentStyle.width=="auto")){c.x-=d.x;c.x-=a.offsetLeft;}if(w.type==1&&a.offsetParent&&a.offsetParent.nodeName!="BODY"&&ZdcEvent._getPropertyValue(a.offsetParent,"position")=="relative"&&(a.offsetParent.style.width==""&&a.offsetParent.currentStyle.width=="auto")){d=ZdcEvent._getBorderValue(a.offsetParent);c.y-=d.y;}if(w.r()&&w.revision>=1.8&&a.offsetParent&&a.offsetParent.nodeName!="BODY"&&ZdcEvent._getPropertyValue(a.offsetParent,"overflow")!="visible"){var d=ZdcEvent._getBorderValue(a.offsetParent);c.x+=d.x;c.y+=d.y;}if(a.offsetParent){c.x-=a.offsetParent.scrollLeft;c.y-=a.offsetParent.scrollTop;}if(w.type!=1&&ZdcEvent._checkPositionType(a)){if(w.r()){c.x-=self.pageXOffset-document.body.scrollLeft;c.y-=self.pageYOffset-document.body.scrollTop;var e=ZdcEvent._getBorderValue(a.offsetParent.parentNode);c.x+=e.x;c.y+=e.y;}break;}if(w.type==2&&a.offsetParent){var d=ZdcEvent._getBorderValue(a.offsetParent);c.x-=d.x;c.y-=d.y;}a=a.offsetParent;}if(w.type==1&&document.documentElement){c.x+=document.documentElement.clientLeft;c.y+=document.documentElement.clientTop;}if(w.type==1){c.x+=document.body.clientLeft;c.y+=document.body.clientTop;}return c;};window.ZdcEvent=ZdcEvent;window.ZDC.ZdcEvent=ZdcEvent;})();(function(){function ZdcWindow(top,left,_11a,_11b){if(top!=null&&left!=null&&_11a!=null&&_11b!=null){this.top=top;this.left=left;this.width=_11a;this.height=_11b;}}function ZdcPixel(x,y){this.x=x;this.y=y;}function ZdcPixelBox(pxl1,pxl2){this.pxl1=pxl1;this.pxl2=pxl2;}ZdcPixelBox.prototype.isContainPixel=function(x,y){var flg;if(this.pxl1.x<=this.pxl2.x){if(this.pxl1.x<=x&&x<=this.pxl2.x){flg=true;}else{return false;}}else{if(this.pxl2.x<=x&&x<=this.pxl1.x){flg=true;}else{return false;}}if(this.pxl1.y<=this.pxl2.y){if(this.pxl1.y<=y&&y<=this.pxl2.y){flg=true;}else{return false;}}else{if(this.pxl2.y<=y&&y<=this.pxl1.y){flg=true;}else{return false;}}return true;};function ZdcSize(w,h){this.width=w;this.height=h;}function ZdcPoint(x,y,f){if(f!=null){this.type=f;}else{this.type=1;}if(y==null&&x==null){x=503156063;y=128422368;this.type=2;}else{if(x==null){return -1;}if(y==null){return -1;}}switch(this.type){case 1:default:this.lon=x;this.lat=y;var p=ZdcCommon.ConvertLL2XY(x,y,1);this.mx=Number(p.mx);this.my=Number(p.my);break;case 2:this.mx=Number(x);this.my=Number(y);var p=ZdcCommon.ConvertMSXY2LL(x,y,1);this.lon=p.lon;this.lat=p.lat;break;}}ZdcPoint.prototype.setZxy=function(x,y){this.mx=Number(x);this.my=Number(y);var p=ZdcCommon.ConvertMSXY2LL(x,y,1);this.lon=p.lon;this.lat=p.lat;};ZdcPoint.prototype.setLonLat=function(x,y){this.lon=x;this.lat=y;var p=ZdcCommon.ConvertLL2XY(x,y,1);this.mx=Number(p.mx);this.my=Number(p.my);};ZdcPoint.prototype.getDistanceFromPoint=function(p){var pi=Math.PI/180;var R=6370000;var a=R*Math.cos(this.lat*pi)*Math.cos(this.lon*pi);var b=R*Math.cos(this.lat*pi)*Math.sin(this.lon*pi);var c=R*Math.sin(this.lat*pi);var d=R*Math.cos(p.lat*pi)*Math.cos(p.lon*pi);var e=R*Math.cos(p.lat*pi)*Math.sin(p.lon*pi);var f=R*Math.sin(p.lat*pi);var g=a*d+b*e+c*f;var h=Math.acos(g/(R*R));return R*h;};function ZdcWGSPoint(lon,lat){if(lon==null&&lat==null){lat=139.4546063;lon=35.4022368;}else{if(lon==null){return -1;}if(lat==null){return -1;}}this.lat=lat;this.lon=lon;}function ZdcBox(p1,p2){if(p1!=null&&p2!=null){if(p1.mx=box.minx&&this.miny<=box.maxy&&this.maxy>=box.miny){return 2;}return 3;};ZdcBox.prototype.isContainPoint=function(p){if(this.minx<=p.mx&&p.mx<=this.maxx&&this.miny<=p.my&&p.my<=this.maxy){return true;}return false;};window.ZdcSize=ZdcSize;window.ZdcPixel=ZdcPixel;window.ZdcPixelBox=ZdcPixelBox;window.ZdcWindow=ZdcWindow;window.ZdcPoint=ZdcPoint;window.ZdcWGSPoint=ZdcWGSPoint;window.ZdcBox=ZdcBox;window.ZDC.ZdcSize=ZdcSize;window.ZDC.ZdcPixel=ZdcPixel;window.ZDC.ZdcWindow=ZdcWindow;window.ZDC.ZdcPixelBox=ZdcPixelBox;window.ZDC.ZdcPoint=ZdcPoint;window.ZDC.ZdcWGSPoint=ZdcWGSPoint;window.ZDC.ZdcBox=ZdcBox;})();(function(){var _146=50;var _147="ZdcAjax";var _148="http://api.e-map.ne.jp/jsapi/cgi/call.cgi";if(ZDC_SSL==1){_148="https://api.e-map.ne.jp/jsapi/cgi/call.cgi";}var _149="";var _14a=0;var _14b=new Array();var _14c=new Array();var _14d=new Array();var _14e=new Array();ZdcHttpGetResult=function(cnt){if(_14c[cnt]=="domain error"){_14d[cnt](null,9);ZdcHttpClear(cnt);return;}if(_14c[cnt]=="no file"){_14d[cnt](null,9);ZdcHttpClear(cnt);return;}if(_14c[cnt]=="abort"){_14d[cnt](null,4);ZdcHttpClear(cnt);return;}_14c[cnt]--;if(_14c[cnt]<0){_14d[cnt](null,3);ZdcHttpClear(cnt);return;}if(!_14b[cnt]){setTimeout("ZdcHttpGetResult("+cnt+")",_146);return;}if(_14e[cnt]){_14d[cnt](decodeURIComponent(_14b[cnt]),0);}else{_14d[cnt](_14b[cnt],0);}ZdcHttpClear(cnt);};ZdcHttpClear=function(cnt){var elm=document.getElementById(_147+cnt);if(elm){document.body.removeChild(elm);}delete elm;delete _14b[cnt];delete _14d[cnt];delete _14e[cnt];};ZdcHttpRequest=function(_152,enc,_154){this.cnt=0;this.aborted=false;this.charset=_152||"SJIS";this.enc=enc||"";this.encodeflg=(_154==undefined)?0:_154;};ZdcHttpRequest.prototype.request=function(_155,_156,_157){var _158;try{_158=document.createElement("script");switch(this.charset){case "SJIS":_158.charset="Shift_JIS";break;case "UTF8":_158.charset="UTF-8";break;case "EUC":_158.charset="EUC-JP";break;default:_158.charset=this.charset;break;}}catch(e){_158=false;}if(!_158){this.httpObjGenerateFail();}if(_157==undefined){_157=5*1000;}_14a++;_158.id=_147+_14a;_158.setAttribute("type","text/javascript");_158.src=_148+"?target="+encodeURIComponent(_155)+"&zdccnt="+_14a+"&enc="+this.enc+"&encodeflg="+this.encodeflg;_14d[_14a]=_156;_14c[_14a]=_157/_146;_14b[_14a]="";_14e[_14a]=this.encodeflg;document.body.appendChild(_158);setTimeout("ZdcHttpGetResult("+_14a+")",_146);this.cnt=_14a;return;};ZdcHttpRequest.prototype.httpObjGenerateFail=function(){alert("No Support on your Browser.");return false;};ZdcHttpRequest.prototype.abort=function(){_14c[this.cnt]="abort";};ZdcHttpRequest.prototype.setInterval=function(val){_146=val;};var _15a={0:"Success",1:"Parameter Error",2:"Server Error",3:"Timeout",4:"Abort",5:"No Hit Data",6:"Auth Error",9:"Error"};ZdcHttpRequest.setProxyDomain=function(_15b){_149=_15b;_148="http://"+_15b+"/jsapi/cgi/call.cgi";if(ZDC_SSL==1){_148="https://"+_15b+"/jsapi/cgi/call.cgi";}};ZdcHttpRequest.getProxyDomain=function(){return _149;};window.ZdcHttpTimeoutCnt=_14c;window.ZdcHttpRequest=ZdcHttpRequest;window.ZdcHttpResult=_14b;window.ZdcStatusCode=_15a;})();if(!window.ZDC){window.ZDC={};}(function(){function ZdcZoom(){}ZdcZoom.OY=35*3600*1000;ZdcZoom.OX=135*3600*1000;ZdcZoom.PX=256;ZdcZoom.PY=256;ZdcZoom.map_defw=new Array();ZdcZoom.map_defh=new Array();ZdcZoom.map_defs=new Array();ZdcZoom.map_defd=new Array();ZdcZoom.map_defw[18]=19.30147059;ZdcZoom.map_defh[18]=15.72712418;ZdcZoom.map_defs[18]="1,500";ZdcZoom.map_defd[18]="40m";ZdcZoom.map_defw[17]=33.08823529;ZdcZoom.map_defh[17]=26.96078431;ZdcZoom.map_defs[17]="2,500";ZdcZoom.map_defd[17]="70m";ZdcZoom.map_defw[16]=41.36029412;ZdcZoom.map_defh[16]=33.70098039;ZdcZoom.map_defs[16]="3,500";ZdcZoom.map_defd[16]="100m";ZdcZoom.map_defw[15]=57.90441176;ZdcZoom.map_defh[15]=47.18137255;ZdcZoom.map_defs[15]="5,000";ZdcZoom.map_defd[15]="150m";ZdcZoom.map_defw[14]=90.99264706;ZdcZoom.map_defh[14]=74.14215686;ZdcZoom.map_defs[14]="7,500";ZdcZoom.map_defd[14]="230m";ZdcZoom.map_defw[13]=121.3235294;ZdcZoom.map_defh[13]=98.85620915;ZdcZoom.map_defs[13]="10,000";ZdcZoom.map_defd[13]="300m";ZdcZoom.map_defw[12]=187.5;ZdcZoom.map_defh[12]=152.7777778;ZdcZoom.map_defs[12]="15,000";ZdcZoom.map_defd[12]="450m";ZdcZoom.map_defw[11]=253.6764706;ZdcZoom.map_defh[11]=206.6993464;ZdcZoom.map_defs[11]="20,000";ZdcZoom.map_defd[11]="600m";ZdcZoom.map_defw[10]=661.7647059;ZdcZoom.map_defh[10]=539.2156863;ZdcZoom.map_defs[10]="50,000";ZdcZoom.map_defd[10]="1.5km";ZdcZoom.map_defw[9]=1411.764706;ZdcZoom.map_defh[9]=1150.326797;ZdcZoom.map_defs[9]="100,000";ZdcZoom.map_defd[9]="3.0km";ZdcZoom.map_defw[8]=1941.176471;ZdcZoom.map_defh[8]=1581.699346;ZdcZoom.map_defs[8]="150,000";ZdcZoom.map_defd[8]="4.5km";ZdcZoom.map_defw[7]=3176.470588;ZdcZoom.map_defh[7]=2588.235294;ZdcZoom.map_defs[7]="250,000";ZdcZoom.map_defd[7]="7.7km";ZdcZoom.map_defw[6]=7058.823529;ZdcZoom.map_defh[6]=5751.633987;ZdcZoom.map_defs[6]="500,000";ZdcZoom.map_defd[6]="15km";ZdcZoom.map_defw[5]=12705.88235;ZdcZoom.map_defh[5]=10352.94118;ZdcZoom.map_defs[5]="1,000,000";ZdcZoom.map_defd[5]="30km";ZdcZoom.map_defw[4]=18352.94118;ZdcZoom.map_defh[4]=14954.24837;ZdcZoom.map_defs[4]="1,500,000";ZdcZoom.map_defd[4]="45km";ZdcZoom.map_defw[3]=34588.23529;ZdcZoom.map_defh[3]=28183.00654;ZdcZoom.map_defs[3]="3,000,000";ZdcZoom.map_defd[3]="90km";ZdcZoom.map_defw[2]=79058.82353;ZdcZoom.map_defh[2]=64418.30065;ZdcZoom.map_defs[2]="6,500,000";ZdcZoom.map_defd[2]="200km";ZdcZoom.map_defw[1]=158117.6471;ZdcZoom.map_defh[1]=128836.6013;ZdcZoom.map_defs[1]="13,000,000";ZdcZoom.map_defd[1]="400km";ZdcZoom.map_defw[0]=410694.1874;ZdcZoom.map_defh[0]=334640.5229;ZdcZoom.map_defs[0]="35,000,000";ZdcZoom.map_defd[0]="1000km";window.ZdcZoom=ZdcZoom;window.ZDC.ZdcZoom=ZdcZoom;})();var ZDC_SEARCHCGI="http://api.e-map.ne.jp/ssapi";if(ZDC_SSL==1){ZDC_SEARCHCGI="https://api.e-map.ne.jp/ssapi";}var Zdc_railway_D_PATH="http://api.e-map.ne.jp/jsapi/searchrosenzu";if(ZDC_SSL==1){Zdc_railway_D_PATH="https://api.e-map.ne.jp/jsapi/searchrosenzu";}var Zdc_smap_D_PATH="http://api.e-map.ne.jp/jsapi/searchmap.v12";if(ZDC_SSL==1){Zdc_smap_D_PATH="https://api.e-map.ne.jp/jsapi/searchmap.v12";}var ZDC_EVENT_LOG_CGI="http://api.e-map.ne.jp/log/event_log.cgi";if(ZDC_SSL==1){ZDC_EVENT_LOG_CGI="https://api.e-map.ne.jp/log/event_log.cgi";}var ZDC_CORPID="ZDC";var ZDC_GENRETBL_SID={"":"API001",jpn:"API001",eng:"EIJI"};var ZDC_TIMEOUT_MIN=1000;var ZDC_TIMEOUT_MAX=300000;var ZDC_CHARSET_STR={"SJIS":"Shift_JIS","UTF8":"UTF-8","EUC":"EUC-JP"};var ZDC_ENC_STR={"SJIS":"SJIS","UTF8":"UTF-8","EUC":"EUC-JP"};var ZDC_HTTP_DMT={"SJIS":"\r\n","UTF8":"\r\n","EUC":"\n"};ZdcSetErrorStatus=function(_15c,st){var _15e;if(st==undefined){var _15f=_15c.charAt(4);if(_15f=="9"){_15e=1;}else{if(_15c.substr(4,4)=="1009"){_15e=5;}else{if(_15f=="2"){_15e=6;}else{if(_15f=="6"||_15f=="7"||_15f=="8"){_15e=2;}else{_15e=9;}}}}}else{_15e=st;}this.retCode=_15c||"";this.type="";this.status=_15e;this.recCount=0;this.hitCount=0;this.rest=false;this.items=[];};function ZdcCnvSymbolsS2M(str){var _161="\uff01\u201d\uff03\uff04\uff05\uff06\u2019\uff08\uff09\uff0a\uff0b\uff0c\uff0d\uff0e\uff0f\uff1a\uff1b\uff1c\uff1d\uff1e\uff1f\uff20\uff3b\uffe5\uff3d\uff3e\uff3f\uff40\uff5b\uff5c\uff5d\uff5e";var _162="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";var _163="";for(var i=0;i=0){_163+=_161.charAt(pos);continue;}}_163+=chr;}return _163;}var ZDC_RC = "00000";var err_msg = "";