
function load() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("map"));
		//地図を作成
		map.setCenter(new GLatLng(35.48489 , 138.733592), 16);
	}
}
