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

		// 1.田原坂公園
		map.setMarker(32.910924,130.648234, "田原坂公園<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&isSpot=1&isEvent=&id=430000000665'>詳しく見る</a>", "/special/img/map_point/1.png",37,41);
		linePoint.push(new GLatLng(32.910924,130.648234));

		// 2.田原坂資料館
		map.setMarker(32.911601,130.6517136, "田原坂資料館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&isSpot=1&isEvent=&id=430000001212'>詳しく見る</a>", "/special/img/map_point/2.png",37,41);
		linePoint.push(new GLatLng(32.911601,130.6517136));

		// 3.八千代座
		map.setMarker(33.0168722 , 130.6897064, "八千代座<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&isSpot=1&isEvent=&id=430000001581'>詳しく見る</a>", "/special/img/map_point/3.png",37,41);
		linePoint.push(new GLatLng(33.0168722 , 130.6897064));

		// 4.県立装飾古墳館
		map.setMarker(32.9937244,130.6697696, "県立装飾古墳館<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001213&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/4.png",37,41);
		linePoint.push(new GLatLng(32.9937244,130.6697696));

		// 5.山鹿市内
		map.setMarker(33.016725,130.691299, "山鹿市内<hr color='#81bc0e' width='250'>", "/special/img/map_point/5.png",37,41);
		linePoint.push(new GLatLng(33.016725,130.691299));

		// 6.来民うちわ（栗川商店）
		map.setMarker(33.000291,130.735685, "来民うちわ（栗川商店）<hr color='#81bc0e' width='250'>", "/special/img/map_point/6.png",37,41);
		linePoint.push(new GLatLng(33.000291,130.735685));

		// 7.鞠智城
		map.setMarker(33.0037772,130.7874291, "鞠智城<hr color='#81bc0e' width='250'>　　<a href='/event/?mode=detail&id=430000001038&isSpot=1&isEvent='>詳しく見る</a>", "/special/img/map_point/7.png",37,41);
		linePoint.push(new GLatLng(33.0037772,130.7874291));

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

		gmm.map.setCenter(new GLatLng(32.973658,130.715203), 12);

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

