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

		// 1.五高記念館（赤レンガ館）
		map.setMarker(32.8161024 , 130.7288729, "五高記念館（赤レンガ館）<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001198&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng(32.8161024 , 130.7288729));

		// 2.熊本の歴史をつくった先人が眠る小峯墓地
		map.setMarker(32.819306, 130.728767, "熊本の歴史をつくった先人が眠る小峯墓地<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.819306, 130.728767));

		// 3.泰勝寺（細川家の菩提寺）跡
	//	map.setMarker(32.8201243 , 130.7274841, "泰勝寺（細川家の菩提寺）跡<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000271&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/3.png",37,41);
	//	linePoint.push(new GLatLng(32.8201243 , 130.7274841));
		map.setMarker(32.820697,130.73116, "泰勝寺（細川家の菩提寺）跡<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000271&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/3.png",37,41);
		linePoint.push(new GLatLng(32.820697,130.73116));

		// 4.小笠原少斉の墓
		map.setMarker(32.82074,130.731415, "小笠原少斉の墓<hr color='#81bc0e' width='250'><!-- 　　<a href='/event/?mode=detail&id=430000000910&isSpot=1&isEvent='>詳しく見る</a> -->", "/special/img/map_point/4.png",37,41);
		linePoint.push(new GLatLng(32.82074,130.731415));

		// 5.リデル･ライトの記念館
		map.setMarker(32.81899077420695 , 130.73078155517578, "リデル･ライトの記念館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001227&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/5.png",37,41);
		linePoint.push(new GLatLng(32.81899077420695 , 130.73078155517578));

/*
		// 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.819306, 130.728767), 16);

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

