$(function() {
	$('#visual #visualInner').empty().media({
		src: 'images/visual_top.swf',
		width: 940,
		height: 300
	});
	
	$("#shop #mapArea #map").gmap(35.6539597, 139.734337, {zoom: 13});
});
