var map = null;
var geocoder = null;
var marker2 = null;

function createMarker(point, html, icon){
	var marker = new GMarker(point, icon);
	GEvent.addListener(marker, "mouseover", function() {
		marker.openInfoWindowHtml(html);
		});
	return marker;
	}

function load() {
	if (GBrowserIsCompatible()) {
		map = new GMap2(document.getElementById("map"));
		map.addControl(new GLargeMapControl());
		map.addControl(new GScaleControl());
		map.addControl(new GMapTypeControl());
		map.enableContinuousZoom();
		map.enableDoubleClickZoom();

	// GClientGeocoderを初期化
	geocoder = new GClientGeocoder();
	
	var center = new GLatLng(35.706377, 139.563446);
	map.setCenter(center, 10);

	icon = new GIcon();
	icon.image = '../img/marker.gif';
	icon.iconSize = new GSize( 25, 33 );	// 画像の大きさ
	icon.shadow = '../img/marker_shadow.png';
	icon.shadowSize = new GSize( 45, 29 );	// 影画像の大きさ
	icon.iconAnchor = new GPoint( 12, 32 );	// 画像の「基準点」
	icon.infoWindowAnchor = new GPoint( 12, 32 );	// 情報ウィンドウの基準点	
	var html; 
	var point;


	point = new GLatLng(35.715169,139.297636);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kitajima/" target="_blank">北嶋建築</a></p><p class="gMapAdd">あきる野市雨間１８９９</p><p class="gMapTel">042（558）9011</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.734128,139.301638);
	html = '<p class="gMapCom">ウォーム</p><p class="gMapAdd">あきる野市原小宮２-１０-１５</p><p class="gMapTel">042（558）7459</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.732023,139.21557);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/suzuki-kenchiku/" target="_blank">鈴木建築</a></p><p class="gMapAdd">あきる野市五日市５６０</p><p class="gMapTel">042（596）1321</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.7279,139.256592);
	html = '<p class="gMapCom"><a href="http://www.shimizu-mokuzai.com/" target="_blank">清水木材（株）</a></p><p class="gMapAdd">あきる野市山田５５２-７</p><p class="gMapTel">042（596）3686</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.720105,139.321209);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kanda/" target="_blank">（有）神田工務店</a></p><p class="gMapAdd">あきる野市小川東２丁目１０番地３</p><p class="gMapTel">042（559）1017</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.647875,139.504872);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/enokiya/" target="_blank">（有）えのき屋住建</a></p><p class="gMapAdd">稲城市東長沼１４９-５</p><p class="gMapTel">042（370）7804</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.762233,139.314432);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/ohno-kensetsu/" target="_blank">（有）オオノ建設</a></p><p class="gMapAdd">羽村市緑ヶ丘１-２０-１０</p><p class="gMapTel">042（554）1861</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.732859,139.841337);
	html = '<p class="gMapCom"><a href="http://okhomes.co.jp/" target="_blank">（有）オーケイホームズ</a></p><p class="gMapAdd">葛飾区東四つ木４-３４-２４</p><p class="gMapTel">03（3697）2714</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.693026,139.883153);
	html = '<p class="gMapCom"><a href="http://www.earth-create.co.jp/" target="_blank">（株）アースクリエイト</a></p><p class="gMapAdd">江戸川区一之江２-１-１５</p><p class="gMapTel">03（3656）1151</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.699406,139.898207);
	html = '<p class="gMapCom"><a href="http://www.suparia.jp/" target="_blank">（株）東京スパリア商社</a></p><p class="gMapAdd">江戸川区瑞江１-２９-８</p><p class="gMapTel">03（5664）3121</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.749341,139.763651);
	html = '<p class="gMapCom"><a href="http://www.houei-kk.co.jp/" target="_blank">豊永建設（株）</a></p><p class="gMapAdd">荒川区西尾久２-２４-４</p><p class="gMapTel">03（3800）2966</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.745036,139.757796);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/shibasaki-gouhan/" target="_blank">柴崎合板（株）</a></p><p class="gMapAdd">荒川区西尾久４-２６-１１</p><p class="gMapTel">03（3893）3161</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.742053,139.76657);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/tanaka-zaimokuten/" target="_blank">（有）田中材木店</a></p><p class="gMapAdd">荒川区東尾久４-２５-５</p><p class="gMapTel">03（3893）9581</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.749075,139.767686);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/ikegami-koumuten/" target="_blank">（株）池上工務店</a></p><p class="gMapAdd">荒川区東尾久５-３８-３</p><p class="gMapTel">03（3894）8338</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.688644,139.499992);
	html = '<p class="gMapCom"><a href="http://www.k-kojima.co.jp/top/top.htm" target="_blank">（株）小嶋工務店</a></p><p class="gMapAdd">小金井市前原町５-８-１５</p><p class="gMapTel">042（383）3322</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.72132,139.493536);
	html = '<p class="gMapCom"><a href="http://www.motohashi.co.jp/" target="_blank">本橋木材工業（株）</a></p><p class="gMapAdd">小平市回田町１９</p><p class="gMapTel">042（322）2110</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.705952,139.33983);
	html = '<p class="gMapCom"><a href="http://www.yasakashizai.co.jp/" target="_blank">ヤサカ資材（有）</a></p><p class="gMapAdd">昭島市拝島町５-３-１２</p><p class="gMapTel">042（543）3797</p>';
	map.addOverlay(createMarker(point, html, icon));
	point = new GLatLng(35.722095,139.693741);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/maeda-shoten/" target="_blank">（株）前田商店</a></p><p class="gMapAdd">新宿区中落合２-１-１２</p><p class="gMapTel">03（3951）0131</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.707379,139.635377);
	html = '<p class="gMapCom">八起商事（有）</p><p class="gMapAdd">杉並区阿佐谷北１-２７-５</p><p class="gMapTel">03（3338）4341</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.704801,139.64632);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yamakei/" target="_blank">（有）山敬</a></p><p class="gMapAdd">杉並区高円寺南3丁目62-11</p><p class="gMapTel">03（3311）2446</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.630004,139.601058);
	html = '<p class="gMapCom"><a href="http://ogawa-aco.com/" target="_blank">（有）小川兼ハウス</a></p><p class="gMapAdd">世田谷区喜多見５-８-６</p><p class="gMapTel">03（3416）3591</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.598142,139.649205);
	html = '<p class="gMapCom"><a href="http://www.m-design.co.jp/" target="_blank">桃山建設（株）</a></p><p class="gMapAdd">世田谷区玉堤１-２７-１３</p><p class="gMapTel">03（3703）1421</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.644808,139.638065);
	html = '<p class="gMapCom">（株）丸美</p><p class="gMapAdd">世田谷区桜２-１５-１６</p><p class="gMapTel">03（3428）0521</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.667428,139.651605);
	html = '<p class="gMapCom"><a href="http://www.kageyama.biz/" target="_blank">（株）影山</a></p><p class="gMapAdd">世田谷区松原１-３４-１５</p><p class="gMapTel">03（3325）1110</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.760415,139.337559);
	html = '<p class="gMapCom"><a href="http://www.simozai.co.jp/" target="_blank">（有）下嶋材木店</a></p><p class="gMapAdd">西多摩郡瑞穂町むさし野２-５４-１０</p><p class="gMapTel">042（552）4532</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.740567,139.547469);
	html = '<p class="gMapCom">（有）村尾材木店</p><p class="gMapAdd">西東京市住吉町１-８-１６</p><p class="gMapTel">042（421）1339</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.809054,139.258351);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/marui/" target="_blank">丸伊建設</a></p><p class="gMapAdd">青梅市黒沢２-１２４６</p><p class="gMapTel">0428（74）5294</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.782836,139.306066);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/shiraishi/" target="_blank">神奈川白石物産（株）</a></p><p class="gMapAdd">青梅市新町３-７１-８</p><p class="gMapTel">0428（33）6475</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.778887,139.305088);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kamaya/" target="_blank">（株）釜屋</a></p><p class="gMapAdd">青梅市新町３-８-８</p><p class="gMapTel">0428（31）5151</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.785518,139.267484);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yuuken/" target="_blank">（有）雄建</a></p><p class="gMapAdd">青梅市千ヶ瀬町３-３８４-１０</p><p class="gMapTel">0428（24）6772</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.785246,139.27105);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/iwata-koumuten/" target="_blank">岩田工務店</a></p><p class="gMapAdd">青梅市千ヶ瀬町３-４１２</p><p class="gMapTel">0428（22）3624</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.791482,139.278857);
	html = '<p class="gMapCom">（株）共和建設工業</p><p class="gMapAdd">青梅市東青梅５-２４-１１</p><p class="gMapTel">0428（22）3372</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.791493,139.27874);
	html = '<p class="gMapCom"><a href="http://www.inv.co.jp/~marunirh/" target="_blank">（株）丸二材木店</a></p><p class="gMapAdd">青梅市東青梅５-２４-７</p><p class="gMapTel">0428（23）0225</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.793913,139.306935);
	html = '<p class="gMapCom">WOODTEC．Sハギワラ</p><p class="gMapAdd">青梅市藤橋３-１-１１</p><p class="gMapTel">0428（32）5005</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.795698,139.304882);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nakajima-koumuten/" target="_blank">（株）中島工務店</a></p><p class="gMapAdd">青梅市藤橋３-５-８</p><p class="gMapTel">0428（31）5966</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.797939,139.783763);
	html = '<p class="gMapCom"><a href="http://www.tk4020.com/" target="_blank">（株）田島建設</a></p><p class="gMapAdd">足立区伊興４-１０-２２</p><p class="gMapTel">03（3897）4020</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.801025,139.810322);
	html = '<p class="gMapCom"><a href="http://www.e-iearai.com/" target="_blank">（株）新井商事不動産社</a></p><p class="gMapAdd">足立区花畑３-１-１</p><p class="gMapTel">03（3885）2401</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.778771,139.752881);
	html = '<p class="gMapCom"><a href="http://www.avelco.co.jp/" target="_blank">（株）アベルコ</a></p><p class="gMapAdd">足立区鹿浜３-３-３</p><p class="gMapTel">03（3853）3391</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.757993,139.75995);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/watabe-koumuten/" target="_blank">（株）渡部工務店</a></p><p class="gMapAdd">足立区小台２-３４-５</p><p class="gMapTel">03（3914）0557</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.788823,139.773931);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/fujikawa-zaimokuten/" target="_blank">（株）住宅資材藤川材木店</a></p><p class="gMapAdd">足立区西新井４-２５-２２</p><p class="gMapTel">03（3899）7980</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.78178,139.775428);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/oomori-koumuten/" target="_blank">（有）大森工務店</a></p><p class="gMapAdd">足立区西新井６-３３-３</p><p class="gMapTel">03（3854）4187</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.799381,139.80162);
	html = '<p class="gMapCom"><a href="http://www.adachi.ne.jp/users/ota-k10/" target="_blank">（株）太田工務店</a></p><p class="gMapAdd">足立区西保木間２-７-２２</p><p class="gMapTel">03（3884）1024</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.800018,139.779586);
	html = '<p class="gMapCom">（有）渡辺賢工務店</p><p class="gMapAdd">足立区伊興5-20-7</p><p class="gMapTel">03（3899）9146</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.79021,139.808931);
	html = '<p class="gMapCom"><a href="http://www.saimoku.co.jp/" target="_blank">（株）斎藤材木店</a></p><p class="gMapAdd">足立区保木間１-３２-３</p><p class="gMapTel">03（3860）3211</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.62751,139.424909);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nb-home/" target="_blank">エヌ・ビー・ホーム（株）</a></p><p class="gMapAdd">多摩市愛宕４-２２-１１</p><p class="gMapTel">042（374）3555</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.549476,139.748044);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/daiu/" target="_blank">（株）大卯工務店</a></p><p class="gMapAdd">大田区羽田４-１２-５</p><p class="gMapTel">03（3741）1689</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.547757,139.747441);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/mochizuki/" target="_blank">望月建設（株）</a></p><p class="gMapAdd">大田区羽田６-１-１８</p><p class="gMapTel">03（3741）0316</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.553536,139.738089);
	html = '<p class="gMapCom"><a href="http://www.hiratsuka-jutaku.co.jp/" target="_blank">（株）平塚住宅</a></p><p class="gMapAdd">大田区西糀谷３-３１-８</p><p class="gMapTel">03（3742）2412</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.556264,139.73963);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/toitsu/" target="_blank">（株）トーイツ</a></p><p class="gMapAdd">大田区東糀谷２-６-１７</p><p class="gMapTel">03（3742）1311</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.584329,139.403329);
	html = '<p class="gMapCom"><a href="http://www.nexus-hikone.co.jp/" target="_blank">（株）ネクサスホーム</a></p><p class="gMapAdd">町田市常盤町３５４３-３</p><p class="gMapTel">042（797）1859</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.581713,139.402165);
	html = '<p class="gMapCom"><a href="http://www8.ocn.ne.jp/~sy-hausu/" target="_blank">（有）八木工務店</a></p><p class="gMapAdd">町田市矢部町２８０５</p><p class="gMapTel">042（797）2660</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.766525,139.543029);
	html = '<p class="gMapCom">河井木材（株）</p><p class="gMapAdd">東久留米市神宝町１-６-６</p><p class="gMapTel">0424（73）6768</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.745022,139.531814);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/sasaki-kensetsu/" target="_blank">佐々木建設（株）</a></p><p class="gMapAdd">東久留米市南沢５-１０-１</p><p class="gMapTel">0424（62）1241</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.750442,139.472983);
	html = '<p class="gMapCom"><a href="http://www.e-marusei.jp/" target="_blank">（株）丸清</a></p><p class="gMapAdd">東村山市栄町１-３-６０</p><p class="gMapTel">042（391）2489</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.768863,139.479566);
	html = '<p class="gMapCom"><a href="http://www.marui-mokuzai.com/" target="_blank">マルイ木材（株）</a></p><p class="gMapAdd">東村山市久米川町１-１６-１２</p><p class="gMapTel">042（397）0101</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.741919,139.417211);
	html = '<p class="gMapCom"><a href="http://www.tanaka-juzai.jp/" target="_blank">タナカ住材（株）</a></p><p class="gMapAdd">東大和市立野４-４８７-１</p><p class="gMapTel">042（590）0122</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.760211,139.495789);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/showa-kensetsu/" target="_blank">（株）松和建設</a></p><p class="gMapAdd">東村山市青葉町１-１２-７</p><p class="gMapTel">042（394）1994</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.759416,139.468575);
	html = '<p class="gMapCom"><a href="http://eco-eg.com/" target="_blank">（有）エバーグリーン</a></p><p class="gMapAdd">東村山市本町２-２０-６０</p><p class="gMapTel">042（392）7236</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.762512,139.460701);
	html = '<p class="gMapCom"><a href="http://www.masda-corp.jp/" target="_blank">（株）増田コーポレーション</a></p><p class="gMapAdd">東村山市野口町４-１６-９</p><p class="gMapTel">042（391）0026</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.746264,139.435009);
	html = '<p class="gMapCom"><a href="http://www.takakigroup.net/" target="_blank">（株）タカキ</a></p><p class="gMapAdd">東大和市中央１-１-５</p><p class="gMapTel">042（562）3811</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.74605,139.442056);
	html = '<p class="gMapCom"><a href="http://www.kobaken.co.jp/" target="_blank">（株）小林建設</a></p><p class="gMapAdd">東大和市仲原２-１-７</p><p class="gMapTel">042（565）5671</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.664146,139.466549);
	html = '<p class="gMapCom"><a href="http://www.san-c.com/index.html" target="_blank">（株）サン工務店</a></p><p class="gMapAdd">東中市分梅町２-４４-２８</p><p class="gMapTel">042（364）7555</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.635236,139.363128);
	html = '<p class="gMapCom"><a href="http://www.ishidakoumuten.net/" target="_blank">（株）石田工務店</a></p><p class="gMapAdd">八王子市絹ケ丘１-７３-４</p><p class="gMapTel">042（637）6101</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.664946,139.336748);
	html = '<p class="gMapCom">（株）メイハン商事</p><p class="gMapAdd">八王子市元横山町３-４-３</p><p class="gMapTel">042（626）1231</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.654,139.340279);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nakamura-seizaisyo/" target="_blank">（株）中村製材所</a></p><p class="gMapAdd">八王子市片倉町２２２０</p><p class="gMapTel">042（673）2283</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.650278,139.345612);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/machida-koumuten/" target="_blank">（株）町田工務店</a></p><p class="gMapAdd">八王子市子安町２丁目７番２２号</p><p class="gMapTel">0426（42）2849</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.682445,139.276375);

	html = '<p class="gMapCom"><a href="http://www.senuma.co.jp/" target="_blank">瀬沼木材（株）</a></p><p class="gMapAdd">八王子市大楽寺町２</p><p class="gMapTel">0426（51）4720</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.638203,139.417829);
	html = '<p class="gMapCom"><a href="http://www.diana.dti.ne.jp/yacchan/index.html" target="_blank">（有）日吉材木店</a></p><p class="gMapAdd">八王子市大塚１４２-３</p><p class="gMapTel">0426（76）9003</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.636995,139.420423);
	html = '<p class="gMapCom"><a href="http://www.proconveni.com/" target="_blank">プロコンビ二（株）</a></p><p class="gMapAdd">八王子市大塚６２７-２</p><p class="gMapTel">042（670）8511</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.789832,139.634149);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/maruto/">（有）マルト工業</a></p><p class="gMapAdd">板橋区成増５-２２-１０</p><p class="gMapTel">03（3930）7470</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.597486,139.738506);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/matsumoto-koumuten/" target="_blank">（株）松本工務店</a></p><p class="gMapAdd">品川区南大井１-３-５</p><p class="gMapTel">03（3762）7171</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.620633,139.742129);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nichiei-jyuutaku/" target="_blank">日榮住宅建設（株）</a></p><p class="gMapAdd">品川区北品川１-３０-４</p><p class="gMapTel">03（3472）8761</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.74779,139.373062);
	html = '<p class="gMapCom"><a href="http://www1.ocn.ne.jp/~marue-1/" target="_blank">（株）マルエ</a></p><p class="gMapAdd">武蔵村山市残堀２-２５-５</p><p class="gMapTel">042（560）1201</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.749723,139.371204);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/marukaji-koumuten/" target="_blank">（有）丸梶工務店</a></p><p class="gMapAdd">武蔵村山市残堀２-３２-４</p><p class="gMapTel">042（560）0309</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.753652,139.360738);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/shouei/" target="_blank">（株）昇永</a></p><p class="gMapAdd">武蔵村山市中原４-１１-１</p><p class="gMapTel">042（531）3355</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.721336,139.336646);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/watanabe/" target="_blank">（株）渡辺工務店</a></p><p class="gMapAdd">福生市熊川３７７-１</p><p class="gMapTel">042（551）1600</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.727299,139.338588);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/morita-kenchiku/" target="_blank">森田建築</a></p><p class="gMapAdd">福生市熊川５３１</p><p class="gMapTel">042（551）6100</p>'
;	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.735893,139.327868);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kojima-zaimokuten/" target="_blank">（有）小嶋材木店</a></p><p class="gMapAdd">福生市志茂３４</p><p class="gMapTel">042（553）0436</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.742725,139.335815);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/hachifuku-koumuten/" target="_blank">八福工務店</a></p><p class="gMapAdd">福生市福生２２２１-１８</p><p class="gMapTel">042（551）8066</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.738604,139.686666);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/koyano-shoten/" target="_blank">（有）小谷野商店</a></p><p class="gMapAdd">豊島区千早４-４０-１７</p><p class="gMapTel">03（3957）1623</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.759845,139.737016);
	html = '<p class="gMapCom">（株）三廣建設</p><p class="gMapAdd">北区王子３-１３-３</p><p class="gMapTel">03（3919）3600</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.763214,139.714646);
	html = '<p class="gMapCom"><a href="http://www.bea.hi-ho.ne.jp/fujishima-sekkei/" target="_blank">（株）藤島工務店</a></p><p class="gMapAdd">北区上十条４-１３-１１</p><p class="gMapTel">03（3907）2301</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.738054,139.770126);
	html = '<p class="gMapCom"><a href="http://www.hayakawa-juken.co.jp/" target="_blank">早川住建（株）</a></p><p class="gMapAdd">北区田端新町１-２８-４</p><p class="gMapTel">03（3810）1235</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.709641,139.81742);
	html = '<p class="gMapCom"><a href="http://www.miyagi-kensetsu.co.jp/" target="_blank">宮城建設（株）</a></p><p class="gMapAdd">墨田区押上１-４６-１０</p><p class="gMapTel">03（3612）6719</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.71148,139.818393);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/hirota-house/" target="_blank">廣田ハウス工業（株）</a></p><p class="gMapAdd">墨田区押上３-３９-１４</p><p class="gMapTel">03（3617）1515</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.722937,139.813545);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/takahashi-honsha/" target="_blank">（株）高橋本社</a></p><p class="gMapAdd">墨田区東向島１-３-４</p><p class="gMapTel">03（3610）1010</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.721363,139.822392);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/mukoujima-fujiyamokuzai/" target="_blank">（株）向島藤や木材</a></p><p class="gMapAdd">東京都墨田区八広１丁目７番５号</p><p class="gMapTel">03（3614）0248</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.709552,139.830033);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/hiroi-koumuten/" target="_blank">（株）広井工務店</a></p><p class="gMapAdd">墨田区立花４-６-１４</p><p class="gMapTel">03（3612）5967</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.71026,139.429294);
	html = '<p class="gMapCom"><a href="http://www006.upp.so-net.ne.jp/cadis/" target="_blank">（有）カディス</a></p><p class="gMapAdd">立川市栄町２-２４-１６</p><p class="gMapTel">042（534）5447</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.6881,139.415785);
	html = '<p class="gMapCom"><a href="http://www.yazawalumber.com/" target="_blank">（株）ＹＡＺＡＷＡ　ＬＵＭＢＥＲ</a></p><p class="gMapAdd">立川市錦町６-１１-２５</p><p class="gMapTel">042（526）0335</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.70018,139.406535);
	html = '<p class="gMapCom"><a href="http://www.asakawahome.com/" target="_blank">（株）アサカワホーム</a></p><p class="gMapAdd">立川市曙町１-２２-１７</p><p class="gMapTel">042（548）9009</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.694322,139.39867);
	html = '<p class="gMapCom"><a href="http://www.ito-shouten.co.jp/index.html" target="_blank">（株）伊藤商店</a></p><p class="gMapAdd">立川市富士見町４-２３-１</p><p class="gMapTel">042（524）2551</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.74928,139.629042);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/toto-home/" target="_blank">（株）東都ホーム</a></p><p class="gMapAdd">練馬区高松３-１８-２６</p><p class="gMapTel">03（3999）2981</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.7577,139.617373);
	html = '<p class="gMapCom">（株）山田商店</p><p class="gMapAdd">練馬区高松６-８-１５</p><p class="gMapTel">03（3997）3461</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.756302,139.570631);
	html = '<p class="gMapCom"><a href="http://www.fukudakoumuten.com/" target="_blank">（有）福田工務店</a></p><p class="gMapAdd">練馬区西大泉５-１６-３６</p><p class="gMapTel">03（5933）1807</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.773297,139.586432);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/maeda-kensetsu/" target="_blank">（有）マエダ建設</a></p><p class="gMapAdd">練馬区大泉学園町７-１４-２２</p><p class="gMapTel">03（3924）5430</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.76222,139.635697);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kawabata-kensetsu/" target="_blank">河端建設（株）</a></p><p class="gMapAdd">練馬区田柄３丁目３０番１５</p><p class="gMapTel">03（3926）1111</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.731787,139.615714);
	html = '<p class="gMapCom">（株）シロキヤ</p><p class="gMapAdd">練馬区南田中１-１７-７</p><p class="gMapTel">03（3995）1247</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.629614,139.682281);
	html = '<p class="gMapCom">（株）村松工務店</p><p class="gMapAdd">目黒区鷹番３丁目２０番１４号</p><p class="gMapTel">03（3793）4831</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.629339,139.689625);
	html = '<p class="gMapCom">（株）椎橋商店</p><p class="gMapAdd">目黒区鷹番２丁目３番２号</p><p class="gMapTel">03（3716）5131</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.688644,139.499992);
	html = '<p class="gMapCom"><a href="http://www.rf-kojima.co.jp/index.html" target="_blank">（株）リフォームコジマ</a></p><p class="gMapAdd">小金井市前原町５－８－１５</p><p class="gMapTel">042（385）0222</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.707237,139.522309);
	html = '<center><a href="http://www.housetecs.co.jp/" target="_blank"><strong>（株）ハウステックス</a></p><p class="gMapAdd">小金井市梶野町４－１６－１０</p><p class="gMapTel">042（380）5630</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.81561,139.7673);
	html = '<p class="gMapCom">（株）新陽建設</p><p class="gMapAdd">足立区舎人４－５－１６</p><p class="gMapTel">03（3855）2650</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.723807,139.826616);
	html = '<p class="gMapCom"><a href="http://www.igarasi.com/" target="_blank">（株）五十嵐繁勝工務店</a></p><p class="gMapAdd">墨田区八広５－２５－４</p><p class="gMapTel">03（3613）2834</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.702254,139.31298);
	html = '<p class="gMapCom">中村工務店</p><p class="gMapAdd">八王子市宮下町６５－８</p><p class="gMapTel">042（691）0885</p>';
	map.addOverlay(createMarker(point, html, icon));		

	point = new GLatLng(35.737862,139.768315);
	html = '<p class="gMapCom">（株）マナベ</p><p class="gMapAdd">北区田端新町１－２１－１</p><p class="gMapTel">03（3810）8851</p>';
	map.addOverlay(createMarker(point, html, icon));		

	point = new GLatLng(35.787145,139.760174);
	html = '<p class="gMapCom"><a href="http://www.soeda-k.net/" target="_blank">添田建設（株）</a></p><p class="gMapAdd">足立区鹿浜６－２７－１１</p><p class="gMapTel">03（3899）1484</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.742745,139.761643);
	html = '<p class="gMapCom">（有）河路工務店</p><p class="gMapAdd">北区田端新町３－１５－８</p><p class="gMapTel">03（3893）4100</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.74287,139.70092);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/koei/" target="_blank">（株）晃永ハウジング</a></p><p class="gMapAdd">板橋区南町５９－１</p><p class="gMapTel">03（3959）4867</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.564492,139.704944);
	html = '<p class="gMapCom"><a href="http://www.nangou.biz/" target="_blank">南郷建設（株）</a></p><p class="gMapAdd">大田区東矢口1-16-2</p><p class="gMapTel">03（3739）2805</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.65192, 139.537102);
	html = '<p class="gMapCom"><a href="http://chofuhg.co.jp/" target="_blank">（株）調布ハウジング</a></p><p class="gMapAdd">調布市下石原２－６０－２</p><p class="gMapTel">042（485）0018</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.699168,139.509558);
	html = '<p class="gMapCom"><a href="http://www.takaki-home.net/index.html" target="_blank">（株）タカキホーム</a></p><p class="gMapAdd">小金井市本町１－１２－６</p><p class="gMapTel">042（387）5555</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.62958, 139.649704);
	html = '<p class="gMapCom"><a href="http://www.aokikoumuten.net/" target="_blank">青木工務店</a></p><p class="gMapAdd">世田谷区新町２－８－６</p><p class="gMapTel">03（3429）4313</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.650986,139.455172);
	html = '<p class="gMapCom"><a href="http://www2.ocn.ne.jp/~sgs1946/" target="_blank">（株）桜ヶ丘製材所</a></p><p class="gMapAdd">多摩市関戸３－１－８</p><p class="gMapTel">042（37）7025</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.647715,139.441414);
	html = '<p class="gMapCom"><a href="http://www.saito-koumuten.net/" target="_blank">（株）斉藤工務店</a></p><p class="gMapAdd">多摩市東寺方１-２０-１</p><p class="gMapTel">042（401）9318</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.652324,139.443668);
	html = '<p class="gMapCom"><a href="http://www.suga-log.co.jp/" target="_blank">（株）須賀ログビルダー</a></p><p class="gMapAdd">江戸川区瑞江2-6-19</p><p class="gMapTel">03（3677）2655</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.693454,139.826573);
	html = '<p class="gMapCom"><a href="http://www.yj-co.com/" target="_blank">（株）ヤマムラ</a></p><p class="gMapAdd">江東区大島3-6-13</p><p class="gMapTel">03（5626）0371</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.69166,139.89183);
	html = '<p class="gMapCom">（株）昇栄</p><p class="gMapAdd">江戸川区西瑞江3-2-6</p><p class="gMapTel">03（3679）3681</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.787563,139.307654);
	html = '<p class="gMapCom"><a href="http://www.fujimoku.com/" target="_blank">（株）フジモク</a></p><p class="gMapAdd">青梅市新町5-9-11</p><p class="gMapTel">0428（31）7801</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.677009, 139.365556);
	html = '<p class="gMapCom"><a href="http://www.athome-arai.jp/" target="_blank">（有）新井建設</a></p><p class="gMapAdd">八王子市石川町2610</p><p class="gMapTel">042（648）6400</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.752588, 139.568539);
	html = '<p class="gMapCom">（株）多奈珂建築工房</p><p class="gMapAdd">西東京市下保谷3-13-20</p><p class="gMapTel">042（439）7635</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.642634,139.637799);
	html = '<p class="gMapCom">（有）小川建築事務所</p><p class="gMapAdd">世田谷区桜2-2-16</p><p class="gMapTel">03（3420）5531</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.762242,139.744529);
	html = '<p class="gMapCom"><a href="http://www.kk-daiko.com/" target="_blank">（株）大幸工務店</a></p><p class="gMapAdd">北区豊島7-5-2</p><p class="gMapTel">03（3914）0788</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.677017,139.789552);
	html = '<p class="gMapCom">新日本工業（株）</p><p class="gMapAdd">江東区佐賀１-１１-１１</p><p class="gMapTel">03（3643）7811</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.667512,139.877463);
	html = '<p class="gMapCom"><a href="http://www.satou-komuten.com/" target="_blank">（株）佐藤工務店</a></p><p class="gMapAdd">江戸川区東葛西２-２５-７</p><p class="gMapTel">03（6795）9825</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.651859,139.536936);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yasashii-sumai/" target="_blank">人にやさしい住まいを考える会</a></p><p class="gMapAdd">調布市下石原２-６０-２</p><p class="gMapTel">042（485）0018</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.73618,139.75162);
	html = '<p class="gMapCom"><a href="http://www.hokuto-const.co.jp/" target="_blank">北都建設</a></p><p class="gMapAdd">北区田端4-2-5-101</p><p class="gMapTel">03（3821）0781</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.668094,139.405048);
	html = '<p class="gMapCom"><a href="http://saimukoumuten.com/" target="_blank">（株）斎武技建</a></p><p class="gMapAdd">日野市上田２１９-９</p><p class="gMapTel">042（582）5121</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.652466,139.671287);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/naba/" target="_blank">NABA</a></p><p class="gMapAdd">世田谷区代沢4-17-18</p><p class="gMapTel">03（3414）7859</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.761954,139.369467);
	html = '<p class="gMapCom">田代工務店</p><p class="gMapAdd">武蔵村山市岸3-8-1</p><p class="gMapTel">042(560)1376</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.663767,139.861112);
	html = '<p class="gMapCom"><a href="http://www.starts-home.co.jp/" target="_blank">スターツホーム（株）</a></p><p class="gMapAdd">江戸川区西葛西６-１８-１０ ＳＫセントラルビル４階</p><p class="gMapTel">03(3686)1711</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.705653,139.50443);
	html = '<p class="gMapCom"><a href="http://www.h-okura.jp/" target="_blank">（株）ハウジング・オークラ</a></p><p class="gMapAdd">小金井市本町５-３９-１２</p><p class="gMapTel">042(387)0091</p>';
	map.addOverlay(createMarker(point, html, icon));


	}
}


function showAddress(address) {
	if (geocoder) {
		geocoder.getLatLng(
		address,
			function(point) {
				if (!point) {
				alert(address + " not found");
				} else {
					if(marker2 != null){
					map.removeOverlay(marker2);
					}
				var icon = new GIcon();
				icon.image = "../img/aicon_map.gif";  //アイコン画
				icon.shadow = "../img/aicon_map.gif"; //影の画
				icon.iconSize = new GSize(36, 36);    //アイコンサイズ
				icon.shadowSize = new GSize(36, 36); //影のサイズ
				icon.iconAnchor = new GPoint(18, 36);
				icon.infoWindowAnchor = new GPoint(18, 0);
				var markeropts = new Object();
				markeropts.icon = icon;
				map.setCenter(point, 13);
				marker2 = new GMarker(point, icon);
				map.addOverlay(marker2);
				marker2.openInfoWindowHtml(address);
				}
			}
		);
	}
}

