function initialsetting() {
          target="_top";　//リンクを開く時のターゲットウィンドウ。<a>タグのtargetの値
          map.setCenter(new GLatLng(36.32245114764702,139.01275634765625), 7);  //初期表示位置
          //map.setMapType(G_PHYSICAL_MAP );  //初期表示地図タイプの指定（地形）。不要（地図表示）ならいらない
          map.enableScrollWheelZoom();    //マウスホイールでZoom変更を有効にする。
          //map.addControl(new GOverviewMapControl());　//画面の隅にある最小化可能な全体図を常に表示するとき必要
}

function searchByIcon(i)
  {
     parent.map_frame.searchByIconAndList(i);
  }