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

		// 1.熊本港　→　本渡港
//		map.setMarker(32.763496, 130.589976, "熊本市～三角港～（天草宝島ライン）～本渡港<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000178&isSpot=1'>熊本港を詳しく見る</a>", "/special/img/map_point/1.png",37,41);
//		linePoint.push(new GLatLng(32.763496, 130.589976));
		map.setMarker(32.607102,130.469985, "熊本市～三角港～（天草宝島ライン）～本渡港<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000178&isSpot=1'>熊本港を詳しく見る</a>", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng(32.607102,130.469985));
//

		// 2.天草切支丹館
		//	/event/?mode=detail&id=430000000837&isSpot=1
		map.setMarker(32.471536,130.18507, "天草切支丹館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001012&isSpot=1'>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.459932, 130.183976));

		// 3.上田家住宅・上田資料館、高浜焼
		//	/event/?mode=detail&id=430000000922&isSpot=1
		//	/event/?mode=detail&id=430000001207&isSpot=1
		map.setMarker(32.393733,129.998817, "上田家住宅・上田資料館、高浜焼<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001186&isSpot=1'>上田家住宅・上田資料館を詳しく見る</a><br>　　<a href='/event/?mode=detail&id=430000001750&isSpot=1'>高浜焼を詳しく見る</a>", "/special/img/map_point/3.png",37,41);
		linePoint.push(new GLatLng(32.374869, 129.997082));

		// 4.昼食：白磯旅館
		//	/event/?mode=detail&id=430000004051&isSpot=1
		map.setMarker(32.373177, 129.997, "昼食：白磯旅館<hr color='#81bc0e' width='250'>", "/special/img/map_point/4.png",37,41);
		linePoint.push(new GLatLng(32.373177, 129.997));

		// 5.大江天主堂
		map.setMarker(32.380886,129.980557, "大江天主堂<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000935&isSpot=1'>詳しく見る</a>", "/special/img/map_point/5.png",37,41);
		linePoint.push(new GLatLng(32.336804, 129.99312));

		// 6.ロザリオ館
		//	/event/?mode=detail&id=430000004045&isSpot=1
		map.setMarker(32.334882,129.993539, "ロザリオ館<hr color='#81bc0e' width='250'><a href='/event/?mode=detail&id=430000001185&isSpot=1'>詳しく見る</a>", "/special/img/map_point/6.png",37,41);
		linePoint.push(new GLatLng(32.334882, 129.993539));

		// 7.崎津天主堂
		//	/event/?mode=detail&id=430000000822&isSpot=1
		map.setMarker(32.312314, 130.025817, "崎津天主堂<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000917&isSpot=1'>詳しく見る</a>", "/special/img/map_point/7.png",37,41);
		linePoint.push(new GLatLng(32.312314, 130.025817));

		// 8.コレジヨ館と古楽器演奏
		//	/event/?mode=detail&id=430000002773&isSpot=1
		map.setMarker(32.315173, 130.081859, "コレジヨ館と古楽器演奏<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001010&isSpot=1'>コレジヨ館を詳しく見る</a>", "/special/img/map_point/8.png",37,41);
		linePoint.push(new GLatLng(32.315173, 130.081859));

		// 9.本渡港（天草宝島ライン）　→　三角港　→　熊本市
		//	/event/?mode=detail&id=430000002773&isSpot=1
		map.setMarker(32.455894, 130.20009, "本渡港（天草宝島ライン）　→　三角港　→　熊本市<hr color='#81bc0e' width='250'>", "/special/img/map_point/9.png",37,41);
		linePoint.push(new GLatLng(32.455894, 130.20009));

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