if(GBrowserIsCompatible())
{
var point = new Array();
var nCnt = 0;
var gmarker = new Array();
var htmls = new Array();
point[0] = new GLatLng(35.301003, 136.797388); htmls[0] = '<div class="pop"><div class="popuptext_sightseeing"><h4>名鉄レストラン</h4><p>〒491-0912　愛知県一宮市新生一丁目1番5号 <br />TEL:0586-85-5601 FAX:0586-46-2601</p></div></div>';

point[1] = new GLatLng(35.321113, 136.542560); htmls[1] = '<div class="pop"><div class="popuptext_sightseeing"><h4>養老名鉄レストラン</h4><p>岐阜県養老郡養老町橋爪西川原１４７７－２<br>名神高速道路 養老サービスエリア 下り線</p><a href="#cont01_1"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[2] = new GLatLng(35.217979, 136.283228); htmls[2] = '<div class="pop"><div class="popuptext_sightseeing"><h4>多賀名鉄レストラン</h4><p>滋賀県犬上郡多賀町敏満寺５９－２<br>名神高速道路 多賀サービスエリア 上り線</p><a href="#cont01_2"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[3] = new GLatLng(35.033474, 137.135686); htmls[3] = '<div class="pop"><div class="popuptext_sightseeing"><h4>上郷名鉄レストラン</h4><p>愛知県豊田市永覚町上長根６－２５６<br>東名高速道路 上郷サービスエリア 上り線</p><a href="#cont01_3"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[4] = new GLatLng(35.45388, 137.438303); htmls[4] = '<div class="pop"><div class="popuptext_sightseeing"><h4>恵那峡名鉄レストラン</h4><p>岐阜県恵那市大井町字原２１９４<br>中央自動車道 恵那峡サービスエリア 下り線</p><a href="#cont01_4"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[5] = new GLatLng(37.906901, 140.576946); htmls[5] = '<div class="pop"><div class="popuptext_sightseeing"><h4>国見名鉄レストラン</h4><p>福島県伊達郡国見町大字貝田字山口<br>東北自動車道 国見サービスエリア 下り線</p><a href="#cont01_5"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[6] = new GLatLng(35.039115, 137.050618); htmls[6] = '<div class="pop"><div class="popuptext_sightseeing"><h4>名鉄レストハウス刈谷オアシス店</h4><p>愛知県刈谷市東境町松ヶ枝６３番地１<br>伊勢湾岸自動車道 刈谷パーキングエリア 上り線</p><a href="#cont01_6"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[7] = new GLatLng(34.916165, 136.290894); htmls[7] = '<div class="pop"><div class="popuptext_sightseeing"><h4>地雷也紅白茶寮 土山店</h4><p>滋賀県甲賀市土山町南土山字尾巻甲１１２２－２８<br>新名神高速道路 土山サービスエリア 上下集約</p><a href="#cont01_7"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

point[8] = new GLatLng(35.030923, 136.932413); htmls[8] = '<div class="pop"><div class="popuptext_sightseeing"><h4>大府パーキングエリア店</h4><p>愛知県大府市長草町石原５７<br>知多半島道路 大府パーキングエリア 上り線</p><a href="#cont01_8"><img class="btn_info" src="images/b_more.gif" alt="詳細" width="60" height="20" border="0"></a></div></div>';

//point[13] = new GLatLng(); htmls[13] = '';
//point[14] = new GLatLng(); htmls[14] = '';
//point[15] = new GLatLng(); htmls[15] = '';
//point[16] = new GLatLng(); htmls[16] = '';
//point[17] = new GLatLng(); htmls[17] = '';
//point[18] = new GLatLng(); htmls[18] = '';
//point[19] = new GLatLng(); htmls[19] = '';
//point[20] = new GLatLng(); htmls[20] = '';
function createMarker(point,htmlData)
{
var iconSet = new GIcon();
iconSet.image            = "mapimage/"+ nCnt +".png"; //アイコン画像パス
iconSet.shadow           = "mapimage/shadow.png"; //影画像パス
iconSet.iconSize         = new GSize(23, 30); //アイコンサイズ
iconSet.shadowSize       = new GSize(39, 34); //影サイズ
iconSet.iconAnchor       = new GPoint(10, 34); //アイコンの表示開始位置（0,0）は左上角から
iconSet.infoWindowAnchor = new GPoint(15, 20); //情報ウィンドウの表示開始位置
iconSet.infoShadowAnchor = new GPoint(15, 20); //情報ウィンドウの影の表示開始位置
var marker = new GMarker(point,iconSet);
GEvent.addListener(marker, 'click', function(){
marker.openInfoWindowHtml(htmlData);
});
return marker;
}
function myclick(HtmlCnt) {
gmarker[HtmlCnt].openInfoWindowHtml(htmls[HtmlCnt]);
}
var map = new GMap2(document.getElementById("map"));
//操作バー（左）
map.addControl(new GLargeMapControl());
//表示切替（上）
//map.addControl(new GMapTypeControl());
//ダブルクリックズーム＆スムージング
map.enableContinuousZoom();
//初期表示の画面の中心座標
map.setCenter(new GLatLng(35.301003, 136.797388), 8);
//初期フキダシ表示内容12
map.openInfoWindowHtml(new GLatLng(35.301003, 136.797388),'<div class="pop"><div class="popuptext_sightseeing"><h4>名鉄レストラン</h4><p>〒491-0912　愛知県一宮市新生一丁目1番5号 <br />TEL:0586-85-5601 FAX:0586-46-2601</p></div></div>');
var nDataNum = point.length;
for(nCnt=0;nCnt<nDataNum;nCnt++)
{
var marker = createMarker(point[nCnt],htmls[nCnt]);
gmarker[nCnt] = marker;
map.addOverlay(marker);
}
}

