
		var strName		= "";
		var fLatitude	= 0.0;
		var fLongitude	= 0.0;
		var iZoom		= 14;
		
		strName		= "赤松公園";
	
		fLatitude	= 35.6614;
	
		fLongitude	= 139.6415;
	
		area = new Area(fLatitude, fLongitude, iZoom);
		arySpot.push(new Spot(fLatitude, fLongitude, strName, null, null));
	