if(GBrowserIsCompatible())
{

	var point = new Array();
	var nCnt = 0;
	var gmarker = [];
	var htmls = [];

/* ----- 初期設定 ----- */
//マーカー表示の座標設定▼
	//マーカー座標指定(オークラホテル丸亀)
	point[0] = new GLatLng(34.306851,133.795251);
	//マーカー座標指定(香川県立東山魁夷せとうち美術館)
	point[1] = new GLatLng(34.349369,133.824168);
	//マーカー座標指定(丸亀市猪熊弦一郎現代美術館)
	point[2] = new GLatLng(34.291181, 133.792134);
	//マーカー座標指定(丸亀平井美術館)
	point[3] = new GLatLng(34.301352,133.805213);
	//マーカー座標指定(中津万象園・丸亀美術館)
	point[4] = new GLatLng(34.285592,133.768158);
	//マーカー座標指定(丸亀城)
	point[5] = new GLatLng(34.286286,133.800098);
	//マーカー座標指定(うちわの港ミュージアム)
	point[6] = new GLatLng(34.297082,133.793465);
//マーカー表示の座標設定▲

//マーカー表示のHTML▼
	//HTML文を指定する(オークラホテル丸亀)
	htmls[0] = '<div class="google_fukidasi"><img src="images/img_gaikan.jpg" alt="オークラホテル丸亀" width="170" height="120" class="img_place" /><div class="google_text"><h4>オークラホテル丸亀</h4><p>住所:〒763-0011　香川県丸亀市富士見町三丁目3番50号<br />電話:0877-23-2222</p><a href="#01"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';

	//HTML文を指定する(香川県立東山魁夷せとうち美術館)
	htmls[1] = '<div class="google_fukidasi"><img src="images/img_setouti.jpg" alt="香川県立東山魁夷せとうち美術館" width="170" height="120" class="img_place" /><div class="google_text"><h4>香川県立東山魁夷せとうち美術館</h4><p>住所:〒762-0066 香川県坂出市沙弥島字南通224-13<br />電話:0877-44-1333</p><a href="http://www.pref.kagawa.jp/higashiyama/" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#01"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';
	//HTML文を指定する(丸亀市猪熊弦一郎現代美術館)
	htmls[2] = '<div class="google_fukidasi"><img src="images/img_inokuma.jpg" alt="丸亀市猪熊弦一郎現代美術館" width="170" height="120" class="img_place" /><div class="google_text"><h4>丸亀市猪熊弦一郎現代美術館</h4><p>住所:〒763-0022香川県丸亀市浜町80-1<br />電話:0877-24-7755</p><a href="http://www.mimoca.org/" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#02"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';
	//HTML文を指定する(丸亀平井美術館)
	htmls[3] = '<div class="google_fukidasi"><img src="images/img_hirai.jpg" alt="丸亀平井美術館" width="170" height="120" class="img_place" /><div class="google_text"><h4>丸亀平井美術館</h4><p>住所:香川県丸亀市土器町東8-538<br />電話:0877-24-1222</p><a href="http://www.rnc.co.jp/moto/" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#03"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';
	//HTML文を指定する(中津万象園・丸亀美術館)
	htmls[4] = '<div class="google_fukidasi"><img src="images/img_nakatu.jpg" alt="中津万象園・丸亀美術館" width="170" height="120" class="img_place" /><div class="google_text"><h4>中津万象園・丸亀美術館</h4><p>住所:〒763-0054 丸亀市中津町25-1<br />電話:0877-23-632</p><a href="http://www.marugame.or.jp/shoukai/banshou/index.html" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#04"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';
	//HTML文を指定する(丸亀城)
	htmls[5] = '<div class="google_fukidasi"><img src="images/img_marugamejyo.jpg" alt="丸亀城" width="170" height="120" class="img_place" /><div class="google_text"><h4>丸亀城</h4><p>住所:香川県丸亀市一番丁<br />電話:0877-24-8816（市商工観光課）</p><a href="http://www.city.marugame.kagawa.jp/sightseeing/spot/01.html" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#05"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';
	//HTML文を指定する(うちわの港ミュージアム)
	htmls[6] = '<div class="google_fukidasi"><img src="images/img_uchiwa.jpg" alt="うちわの港ミュージアム" width="170" height="120" class="img_place" /><div class="google_text"><h4>うちわの港ミュージアム</h4><p>住所:〒763-0042丸亀市港町307-15<br />電話:0877-24-7055</p><a href="http://www.city.marugame.kagawa.jp/sightseeing/spot/06.html" target="_blank" class="bt_tohp"><img src="images/bt_hp.gif" alt="ホームページを見る" /></a><a href="#06"><img src="images/bt_page.gif" alt="一覧を見る" /></a></div></div>';

//マーカー表示のHTML▲

/* マーカー表示 */
	function createMarker(point,htmlData)
	{
		//アイコン画像の指定
		var iconSet = new GIcon();
		iconSet.image            = "mapimage/"+ nCnt +".png"; //アイコン画像パス
		iconSet.shadow           = "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);
		});
		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.setCenter(new GLatLng(34.306851,133.795251), 13);
	//拡大縮小のスクロール

	map.openInfoWindowHtml(new GLatLng(34.306851,133.795251),'<div class="google_fukidasi"><img src="images/img_gaikan.jpg" alt="オークラホテル丸亀" width="170" height="120" class="img_place" /><div class="google_text"><h4>オークラホテル丸亀</h4><p>住所:〒763-0011　香川県丸亀市富士見町三丁目3番50号<br />電話:0877-23-2222</p><a href="#01"><img src="images/bt_page.gif" alt="一覧を見る" /></a></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);
	}




}