window.onload=function(){
	Ymap = new YahooMapsCtrl("YahooMap", "34.78178667, 135.67110417", 7, YMapMode.MAP);
	Ymap.setVisibleSliderbar(true);

	var pt = Ymap.getCenter();
	Ymap.addIcon("maeda", pt, "", "L1", "");
	Ymap.setVisibleCentermark(false);
}
