<!--
function setPoints(map) {
		linePoint = new Array();

		// 1.花畑邸跡
		map.setMarker('32.8057362', '130.7055941', "熊本城<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng('32.8057362', '130.7055941'));
//
/*
		// 2.行幸橋と下馬橋跡
		map.setMarker(32.6823268, 130.6498914, "行幸橋と下馬橋跡<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));

		// 3.備前堀
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));

		// 4.粟嶋神社
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));

		// 5.昼食：大番、土産：小袖餅
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));


		// 6.三角西港
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));

		// 7.松合の白壁土蔵群
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));

		// 9.くまもとアートポリス・不知火文化プラザ/不知火美術館（マナブ間部作品鑑賞）
		map.setMarker(32.6823268, 130.6498914, "備前堀<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.6823268, 130.6498914));


*/

		gmm.map.setCenter(new GLatLng(32.805167597048346, 130.70640563964844), 17);

		map.setLine(linePoint);
	}
//-->

