/* #############################################################
#WEB_SITES_JS {
	--------------------------------------------
	#filename	: gmap_set.js
	#author     : #Shigemi_Uehara;
	#version    : 1.0;
	#last update: 100209 by #Shigemi_Uehara;

	Google Map api セット管理用のJS
	--------------------------------------------
}

#CONTENT {
	--------------------------------------------
	--------------------------------------------
}

############################################################# */
$(function() {

/* ==============================================================
	
	[+1:]
	access.html Set function
	for jQuery

============================================================== */
	$(".gMap").gMap
		({
		controls: false,
		scrollwheel: false,
		markers:
			[{
			latitude: 35.74122220150212,
			longitude: 139.76859748363495,
			html: "<strong style='font-weight: bold;'>株式会社城北商会</strong><br />東京都荒川区東尾久４－３－１０<br />TEL:03-3800-3671",
			popup: true
			}],
		latitude: 35.742228,
		longitude:   139.768667,
		zoom: 17
		});
});
