if(GBrowserIsCompatible())
{

	var point = new Array();
	var nCnt = 0;
	var gmarker = new Array();
	var htmls = new Array();

/* ----- 初期設定 ----- */
//マーカー表示の座標設定▼
	point[0] = new GPoint(36.328063,136.442095);
	point[1] = new GLatLng(36.360873,136.445894);
	point[2] = new GLatLng(36.338973,136.43477);
	point[3] = new GLatLng(36.323819,136.437079);
	point[4] = new GLatLng(36.334316,136.430441);
	point[5] = new GLatLng(36.332526,136.413505);
	point[6] = new GLatLng(36.308324,136.363975);
	point[7] = new GLatLng(36.326838,136.305281);
	point[8] = new GLatLng(36.313398,136.420391);
	point[9] = new GLatLng(36.319664,136.465774);
	point[10] = new GLatLng(36.237647,136.125664);

//マーカー表示の座標設定▲

//マーカー表示のHTML▼
	//HTML文を指定する(亀の井ホテル 福岡甘木インター)
	htmls[0] = '<div><img src="../images/img_gmap_logo.gif" /><p style="background:none;width:auto;height:auto;margin:0px;font-size:93%;"><span style="color:#6C081E;">亀の井ホテル 石川粟津</span><br />〒923-0332 石川県小松市湯上町い7<br />TEL.0761-65-3313（予約） FAX.0761-65-3338</p></div>';
	htmls[1] = '<div><img src="./images/img_sightseeing01.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">木場潟公園（小松市）</span><br>小松市木場町、島町、符津町、矢崎町、今江町、蓮代寺町、三谷町<br />TEL：0761-43-3106</p><p class="btn_dtl"><a href="#01">詳細へ戻る</a></p></div>';
	htmls[2] = '<div><img src="./images/img_sightseeing02.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">こまつドーム（愛称 ゆめたまご）</span><br>小松市林町ほ5番<br />TEL：761-43-1677</p><p class="btn_dtl"><a href="#02">詳細へ戻る</a></p></div>';
	htmls[3] = '<div><img src="./images/img_sightseeing03.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:270px;float:left;"><span style="font-weight: bold;">ゆのくにの森</span><br>石川県小松市粟津温泉ナ-3-3<br />TEL：0761-65-3456</p><p class="btn_dtl"><a href="#03">詳細へ戻る</a></p></div>';
	htmls[4] = '<div><img src="./images/img_sightseeing04.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">日本自動車博物館</span><br>石川県小松市二ツ梨町一貫山40 <br />TEL：0761-43-4343</p><p class="btn_dtl"><a href="#04">詳細へ戻る</a></p></div>';
	htmls[5] = '<div><img src="./images/img_sightseeing05.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">世界のガラス館</span><br>石川県加賀市箱宮町ヤ38番地<br />TEL：0761-75-8300</p><p class="btn_dtl"><a href="#05">詳細へ戻る</a></p></div>';
	htmls[6] = '<div><img src="./images/img_sightseeing06.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">御菓子城加賀藩</span><br>石川県加賀市加茂町ハ90番地1<br />TEL：0761-77-0100</p><p class="btn_dtl"><a href="#06">詳細へ戻る</a></p></div>';
	htmls[7] = '<div><img src="./images/img_sightseeing07.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">加賀フルーツランド</span><br>石川県加賀市豊町イ59-1<br />TEL：0761-72-1800</p><p class="btn_dtl"><a href="#07">詳細へ戻る</a></p></div>';
	htmls[8] = '<div><img src="./images/img_sightseeing08.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">那谷寺</span><br>石川県小松市那谷町ユ122<br />TEL：0761-65-2111</p><p class="btn_dtl"><a href="#08">詳細へ戻る</a></p></div>';
	htmls[9] = '<div><img src="./images/img_sightseeing09.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">苔の園</span><br>石川県小松市日用町52-1<br />TEL：0761-65-1162</p><p class="btn_dtl"><a href="#09">詳細へ戻る</a></p></div>';	
	htmls[10] = '<div><img src="./images/img_sightseeing10.jpg" style="margin-right:10px;width:132px;height:99px;float:left;"/><p style="width:250px;float:left;"><span style="font-weight: bold;">東尋坊</span><br>福井県坂井郡三国町安島<br />TEL：0776-82-3111（三国町商工観光課）</p><p class="btn_dtl"><a href="#10">詳細へ戻る</a></p></div>';	

//マーカー表示のHTML▲

/* マーカー表示 */
	function createMarker(point,htmlData)
	{
		//アイコン画像の指定
		var iconSet = new GIcon();
		iconSet.image            = "../../images/mapimage/"+ nCnt +".png"; //アイコン画像パス
		iconSet.shadow           = "../../images/mapimage/shadow.png"; //影画像パス
		iconSet.iconSize         = new GSize(21, 34); //アイコンサイズ
		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);
		});
		gmarker[nCnt] = marker;
		return marker;
	}
	function myclick(HtmlCnt) {
        gmarker[HtmlCnt].openInfoWindowHtml(htmls[HtmlCnt]);
    }
	var map = new GMap(document.getElementById("gmap"));
	//初期表示の座標
	map.setCenter(new GLatLng(36.328063, 136.442095), 13);
	//拡大縮小のスクロール
	map.addControl(new GLargeMapControl());
	map.openInfoWindowHtml(new GLatLng(36.328063, 136.442095),'<div><img src="../images/img_gmap_logo.gif" /><p style="background:none;width:auto;height:auto;margin:0px;font-size:93%;"><span style="color:#6C081E;">亀の井ホテル 石川粟津</span><br />〒923-0332 石川県小松市湯上町い7<br />TEL.0761-65-3313（予約） FAX.0761-65-3338</p></div>');

	var nDataNum = point.length;
	for(nCnt=0;nCnt<nDataNum;nCnt++)
	{
		var marker = createMarker(point[nCnt],htmls[nCnt]);
		map.addOverlay(marker);
	}
	
}







