function ZdcEmapPrintInit(lat, lon, icnno, nflg, lvl, wgs) { if (!ZdcEmapMapObj) return; //地図を印刷モードにする ZdcEmapMapObj.ZdcEmapMode = "print"; //初期縮尺変更 if (lvl && lvl != 0) { ZdcEmapMapObj.setZoom(lvl + ZdcEmapZoomOffset); } else if(13 > 0) { ZdcEmapMapObj.setZoom(13 + ZdcEmapZoomOffset); } //拠点アイコンの描画 ZdcEmapShopIcon(lat, lon, icnno, nflg, false, wgs); // //最寄拠点を検索するかどうかのフラグ // if(1) ZdcEmapSearchShopStart();//最寄検索をする }