if(GBrowserIsCompatible())
{
var point = new Array();
var nCnt = 0;
var gmarker = new Array();
var htmls = new Array();
	//マーカー表示の座標設定▼
	//大成館
	point[0] = new GLatLng(35.045095,139.082856);
	
	//熱海海上花火大会
	point[1] = new GLatLng(35.093929,139.07773); 
	
	//網代温泉花火大会
	point[2] = new GLatLng(35.047073,139.084468);
	
	//小山臨海公園
	point[3] = new GLatLng(35.046436,139.07537);

	//南熱海マリンホール
	point[4] = new GLatLng(35.047631,139.079259);

	//長浜海水浴場
	point[5] = new GLatLng(35.056074,139.070113);

	//ひもの銀座
	point[6] = new GLatLng(35.045501,139.088521);
	
	//海上釣堀 太公望
	point[7] = new GLatLng(35.04634,139.087472);
	
	//MOA美術館
	point[8] = new GLatLng(35.109368,139.075477);
	
	//熱海梅園
	point[9] = new GLatLng(35.097624,139.059486);

	//マリンスパあたみ
	point[10] = new GLatLng(35.091032,139.074841);
	
	//熱海サンビーチ
	point[11] = new GLatLng(35.098493,139.077167); 
	
	//起雲閣
	point[12] = new GLatLng(35.092866,139.070968);
	
	//熱海発遊覧船
	point[13] = new GLatLng(35.089989,139.07636);
	
	//観光周遊バス 湯～遊～バス
	point[14] = new GLatLng(35.103172,139.077942);
	
	//熱海芸妓見番
	point[15] = new GLatLng(35.094809,139.071904);


	
	//マーカー表示の座標設定▲
	
//マーカー表示のHTML▼
	//HTML文を指定する(大成館)
	htmls[0] = '<img src="images/access_logo.jpg"; width="90" height="68" style="float: left;padding-bottom:20px;"><p style=" font-size: 10px; margin-left:100px;" >伊豆あじろ温泉</p><p style=" font-size: 14px; margin-left:100px;font-weight: bold;">大成館</p><p style=" font-size: 12px;margin-left:100px;">〒413-0102<br>静岡県熱海市下多賀141 <br>TEL：0557-68-2221</p>';
	htmls[1] = '<div style="width:330px;"><img src="images/kankou_img3_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >熱海海上花火大会</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">会場／熱海港<br>Tel：0557-86-6192(観光経済部 観光課)</p></div>';

	htmls[2] = '<div style="width:330px;"><img src="images/kankou_img3_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >網代温泉海上花火大会</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">会場／網代港<br>開催時間／20：30～20：50</p></div>';

	htmls[3] = '<div style="width:330px;"><img src="images/kankou_img5_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >小山臨海公園</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市下多賀541-9<br>tel／0557-68-3506</p></div>';
	
	htmls[4] = '<div style="width:330px;"><img src="images/kankou_img5_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >南熱海マリンホール</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市下多賀541-12<br>tel／ 0557-68-4778</p></div>';
	
	htmls[5] = '<div style="width:330px;"><img src="images/kankou_img6_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >長浜海水浴場</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市下多賀長浜地先<br>tel／0557-86-6218 (熱海市観光施設課)</p></div>';
	
	htmls[6] = '<div style="width:330px;"><img src="images/kankou_img6_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >ひもの銀座</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／静岡県熱海市網代<br>tel／0557-68-0136</p></div>';
		
	htmls[7] = '<div style="width:330px;"><img src="images/kankou_img7_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >海上釣堀 太公望</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／網代港<br>tel／0557-67-8030</p></div>';
	
	htmls[8] = '<div style="width:330px;"><img src="images/kankou_img9_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >MOA美術館</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／静岡県熱海市桃山町26-2<br>tel／0557-84-2511</p></div>';
	
	htmls[9] = '<div style="width:330px;"><img src="images/kankou_img9_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >熱海梅園</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市梅園町<br>tel／0557-85-2222（熱海市観光協会）</p></div>';
	
	htmls[10] = '<div style="width:330px;"><img src="images/kankou_img10_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >マリンスパあたみ</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／静岡県熱海市和田浜南町4-39<br>tel／0557-86-2020</p></div>';
	
	htmls[11] = '<div style="width:330px;"><img src="images/kankou_img10_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >熱海サンビーチ</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／静岡県熱海市東海岸町地先</p></div>';
	
	htmls[12] = '<div style="width:330px;"><img src="images/kankou_img11_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >起雲閣</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／静岡県熱海市昭和町4-2<br>tel／0557-86-3101</p></div>';
	
	htmls[13] = '<div style="width:330px;"><img src="images/kankou_img11_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >熱海発遊覧船</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市和田浜南町8-15<br>tel／0557-82-0013</p></div>';
	
	htmls[14] = '<div style="width:330px;"><img src="images/kankou_img12_1.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >観光周遊バス<br>湯～遊～バス</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">基点／熱海駅<br>tel／0557-86-6192（観光経済部 観光課）</p></div>';
	
	htmls[15] = '<div style="width:330px;"><img src="images/kankou_img12_2.jpg"; width="133" height="100" style="float: left;padding-bottom:20px;"><p style="width:170px; text-align:center; font-size: 14px; font-weight:bold; float:right; border-bottom:1px solid #ccc;" >熱海芸妓見番</p><p style="width:170px; text-align:left; float:right; margin-top:5px;">所在地／熱海市中央町17-13<br>tel／0557-81-3575</p></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.enableContinuousZoom();
//初期表示の画面の中心座標
map.setCenter(new GLatLng(35.045095,139.082856), 15);
//初期フキダシ表示内容
map.openInfoWindowHtml(new GLatLng(35.045095,139.082856),'<img src="images/access_logo.jpg"; width="90" height="68" style="float: left;padding-bottom:20px;"><p style=" font-size: 10px; margin-left:100px;" >伊豆あじろ温泉</p><p style=" font-size: 14px; margin-left:100px;font-weight: bold;">大成館</p><p style=" font-size: 12px;margin-left:100px;">〒413-0102<br>静岡県熱海市下多賀141 <br>TEL：0557-68-2221</p>');
var nDataNum = point.length;
for(nCnt=0;nCnt<nDataNum;nCnt++)
{
var marker = createMarker(point[nCnt],htmls[nCnt]);
gmarker[nCnt] = marker;
map.addOverlay(marker);
}

	/* 初期表示　マーカーラインの表示設定  GPolyline([座標,座標...],"色",ラインの太さ,透明度（不透明1、-0.1でアルファがかかる）); */
	//ライン1
	var polyline = new GPolyline([new GLatLng(34.703758,137.735245),new GLatLng(34.703510,137.735397),new GLatLng(34.703678,137.735794),new GLatLng(34.705750,137.734344),new GLatLng(34.706005,137.735931),new GLatLng(34.707108,137.736008),new GLatLng(34.707153,137.736832),],"#FF4600",6,0.6);
	
		//ライン2
	//var polyline2 = new GPolyline([new GLatLng(35.169584,136.897599),new GLatLng(35.169623,136.897647),new GLatLng(35.17097,136.897491),new GLatLng(35.171158,136.897497),new GLatLng(35.171294,136.899637),new GLatLng(35.171475,136.899664),],"#F5551E",6,0.6);
	
	//マップにポリライン表示
	map.addOverlay(polyline);
	//map.addOverlay(polyline2);

}

