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

		// 1.江上トミ生家 藤崎家
		map.setMarker(32.362872 , 130.5128792, "江上トミ生家 藤崎家<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000004162&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng(32.362872 , 130.5128792));

		// 2.佐敷城跡
		map.setMarker(32.3022775 , 130.5049292 , "佐敷城跡<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001039&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.3022775 , 130.5049292));

		// 3.大野温泉センター
		map.setMarker(32.2898809 , 130.5821775, "大野温泉センター<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001835&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/3.png",37,41);
		linePoint.push(new GLatLng(32.2898809 , 130.5821775));

		// 4.水俣病資料館
		map.setMarker(32.2036775 , 130.3773262, "水俣病資料館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001169&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/4.png",37,41);
		linePoint.push(new GLatLng(32.2036775 , 130.3773262));

		// 5.侍街道はぜのき館
		map.setMarker(32.1937508 , 130.3938357, "侍街道はぜのき館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000002130&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/5.png",37,41);
		linePoint.push(new GLatLng(32.1937508 , 130.3938357));


		// 6.徳富蘇峰・蘆花生家
		map.setMarker(32.2120715 , 130.4022122, "徳富蘇峰・蘆花生家<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001172&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/6.png",37,41);
		linePoint.push(new GLatLng(32.2120715 , 130.4022122));
/*
		// 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.3022775 , 130.5049292), 11);

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