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

		// 1.熊本駅
		map.setMarker(32.790066,130.6894, "熊本駅", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng(32.790066,130.6894));
//

		// 2.北岡神社
		map.setMarker(32.7931286, 130.6919317, "北岡神社<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001023&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.7931286, 130.6919317));

		// 3.清水寺
		map.setMarker(32.7938118, 130.6910735, "清水寺<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000000866&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/3.png",37,41);
		linePoint.push(new GLatLng(32.7938118, 130.6910735));

		// 4.花岡山（仏舎利塔と熊本バンド）
		map.setMarker(32.796314,130.685602, "花岡山（仏舎利塔と熊本バンド）<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&isSpot=1&isEvent=&id=430000000131'>詳しく見る</a>", "/special/img/map_point/4.png",37,41);
		linePoint.push(new GLatLng(32.796314,130.685602));

		// 5.妙解寺跡（北岡自然公園）
		map.setMarker(32.7967282, 130.6926566, "妙解寺跡（北岡自然公園）<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&isSpot=1&isEvent=&id=430000000235'>詳しく見る</a>", "/special/img/map_point/5.png",37,41);
		linePoint.push(new GLatLng(32.7967282, 130.6926566));

		gmm.map.setCenter(new GLatLng(32.7938118, 130.6910735), 16);

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