$(function() {
 
	$("#map").gmap3({
		latitude: 35.62419,
		longitude: 138.549549,
		zoom: 17,
		navigationControl: true,
		mapTypeControl: true,
		scaleControl: true,
		markers: [
			
			{
				latitude: 35.62419,
				longitude: 138.549549,
				title: 'Hair Link TERRA',
				icon: "image/terra_map_image.png",
				content: '<div class="ad"><h4>Hair Link TERRA</h4><p>〒400-0031<br />山梨県甲府市大里町294-3<br />駐車場：有</p></div>',
			}
		]
	});
 
});
