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(34.844617, 138.077673);
	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(34.936231,139.085603);
	html = '<center><a href="http://www.e-house.co.jp/tsuchiya-mokuzai/" target="_blank"><strong>土屋木材工業（株）</a></p><p class="gMapAdd">伊東市荻４０２-１</p><p class="gMapTel">0557（37）5512</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.025638,138.929338);
	html = '<p class="gMapCom"><a href="http://www.4118.jp/" target="_blank">（有）伊豆木材市場</a></p><p class="gMapAdd">伊豆の国市長岡２３２-１</p><p class="gMapTel">055（948）4118</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.991117,138.929047);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/hara-koumuten/" target="_blank">（有）原工務店</a></p><p class="gMapAdd">伊豆市熊坂７５３-１</p><p class="gMapTel">0558（72）6145</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.970897,138.911436);
	html = '<p class="gMapCom">（有）シンヨウ建設</p><p class="gMapAdd">伊豆市修善寺１３７２</p><p class="gMapTel">0558（72）8591</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.744189,138.994415);
	html = '<p class="gMapCom">西山木材（株）</p><p class="gMapAdd">賀茂郡河津町谷津１５２-１</p><p class="gMapTel">0558（34）1035</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.714777,138.030058);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/sasaki-seizaisho/" target="_blank">佐々木製材所</a></p><p class="gMapAdd">掛川市上土方旦付新田２０５</p><p class="gMapTel">0537（74）2114</p>';
	map.addOverlay(createMarker(point, html, icon));



	point = new GLatLng(34.768048,138.024702);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/katsura-zyutaku/" target="_blank">桂住宅（株）</a></p><p class="gMapAdd">掛川市緑ヶ丘２-８-５</p><p class="gMapTel">0537（24）5020</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.633943,138.130807);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/meiko-kensetsu/" target="_blank">明工建設（株）</a></p><p class="gMapAdd">御前崎市池新田７７４２-１</p><p class="gMapTel">0537（86）2674</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.614268,138.18603);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yumehome/" target="_blank">（株）ゆめホーム</a></p><p class="gMapAdd">御前崎市白羽３３５８-２</p><p class="gMapTel">0548（63）2326</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.298554,138.906249);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/finehome/" target="_blank">（株）ファイン・ホーム</a></p><p class="gMapAdd">御殿場市永塚３２８-１７</p><p class="gMapTel">0550（88）1212</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.294078,138.932673);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/first/" target="_blank">（株）ファースト</a></p><p class="gMapAdd">御殿場市萩原１１８０-２</p><p class="gMapTel">0550（83）8453</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.295617,138.892812);
	html = '<p class="gMapCom"><a href="http://www.osakoh.co.jp/" target="_blank">（株）オサコー建設</a></p><p class="gMapAdd">御殿場市保土沢１１５７-５９９</p><p class="gMapTel">0550（89）3232</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.126746,138.916121);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/marutomo-seizaisho/" target="_blank">（有）丸共製材所</a></p><p class="gMapAdd">三島市大宮町３-１７-２</p><p class="gMapTel">055（975）0951</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.111145,138.926859);
	html = '<p class="gMapCom"><a href="http://www.yamamotokensetu.co.jp/" target="_blank">山本建設（株）</a></p><p class="gMapAdd">三島市南二日町２０-２</p><p class="gMapTel">055（976）4411</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.147425, 138.891659);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kenchiku-kimura/" target="_blank">建築・工務木村建設</a></p><p class="gMapAdd">駿東郡長泉町納米里３２４-６９</p><p class="gMapTel">055（928）7877</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.121185,138.871177);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yasuda-zaimokuten/" target="_blank">（株）安田材木店</a></p><p class="gMapAdd">沼津市花園町１１-８</p><p class="gMapTel">0559（21）8885</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.130346,138.88734);
	html = '<p class="gMapCom"><a href="http://www.kikuchi-mokuzai.com/" target="_blank">（株）菊地木材建設</a></p><p class="gMapAdd">沼津市大岡３７３９-１</p><p class="gMapTel">055（922）9171</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.114421,138.833658);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/woody-numazu/" target="_blank">（有）ウッディーホーム沼津</a></p><p class="gMapAdd">沼津市大諏訪６９６-２</p><p class="gMapTel">0559（25）6077</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.014589,138.415825);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/takamura/" target="_blank">（有）高村建築工業</a></p><p class="gMapAdd">静岡市葵区瀬名１９１６-８</p><p class="gMapTel">054（261）3940</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.976079,138.393645);
	html = '<p class="gMapCom"><a href="http://www.id3.co.jp/" target="_blank">池田建設（株）</a></p><p class="gMapAdd">静岡市葵区日出町１-７</p><p class="gMapTel">054（254）8648</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.973106,138.344405);
	html = '<p class="gMapCom"><a href="http://maruchi.org/" target="_blank">（株）マルチ</a></p><p class="gMapAdd">静岡市葵区牧ケ谷２０９２</p><p class="gMapTel">054（278）0310</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.968874,138.371947);
	html = '<p class="gMapCom"><a href="http://www.orange-house-jp.com/index.html" target="_blank">（株）オレンジハウス</a></p><p class="gMapAdd">静岡市葵区幸町４－１８</p><p class="gMapTel">054（254）7292</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.978648,138.408827);
	html = '<p class="gMapCom"><a href="http://www.gohokensetsu.co.jp/" target="_blank">五朋建設（株）</a></p><p class="gMapAdd">静岡市駿河区曲金２-８-３９</p><p class="gMapTel">054（283）0777</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.024226,138.482781);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/idemoku-kenzai/" target="_blank">（有）井出木建材</a></p><p class="gMapAdd">静岡市清水区宮代町３-１８</p><p class="gMapTel">0543（67）0110</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.000053,138.479257);
	html = '<p class="gMapCom"><a href="http://www.shizuoka-ontec.com/" target="_blank">（株）静岡オン・テック</a></p><p class="gMapAdd">静岡市清水区中矢部町１２-２８</p><p class="gMapTel">054（355）1001</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.758533,137.902498);
	html = '<p class="gMapCom"><a href="http://www.orange.ne.jp/~tcc/" target="_blank">（有）寺田建築</a></p><p class="gMapAdd">袋井市山科３６２３-１</p><p class="gMapTel">0538（43）0002</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.724579,137.919192);
	html = '<p class="gMapCom"><a href="http://www4.tokai.or.jp/wood-life-home/" target="_blank">ウッドライフ（株）</a></p><p class="gMapAdd">袋井市諸井９０９番地</p><p class="gMapTel">0538（23）3016</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.678387,137.914478);
	html = '<p class="gMapCom"><a href="http://www.yamaha-living.co.jp/reform/yrc/yrcsearch/detail/314/" target="_blank">（株）鈴木工務店</a></p><p class="gMapAdd">袋井市湊２７２-１</p><p class="gMapTel">0538（23）2161</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.84625,138.125438);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nagai/" target="_blank">（株）ナガイ</a></p><p class="gMapAdd">島田市牛尾５１０-２</p><p class="gMapTel">0547（45）3501</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.849794,138.132476);
	html = '<p class="gMapCom"><a href="http://www.yanagawa-yanazai.co.jp/" target="_blank">（株）柳川製材所</a></p><p class="gMapAdd">島田市牛尾９７６-４</p><p class="gMapTel">0547（45）0075</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.881827,138.272027);
	html = '<p class="gMapCom">（有）オリジナルハウス</p><p class="gMapAdd">藤枝市水守３７７－８</p><p class="gMapTel">054（643）0243</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.84807,138.268602);
	html = '<p class="gMapCom"><a href="http://www.KATA-ken.co.jp/" target="_blank">（株）片山建設</a></p><p class="gMapAdd">藤枝市高柳３-２９-１５</p><p class="gMapTel">054（635）7022</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.703854,137.830913);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/takagi/" target="_blank">（有）高木建設</a></p><p class="gMapAdd">磐田市刑部島２６２-１</p><p class="gMapTel">0538（35）1891</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.831787,137.859272);
	html = '<p class="gMapCom"><a href="http://www.kk-kawai.com/" target="_blank">（株）カワイ</a></p><p class="gMapAdd">磐田市合代島１２１２</p><p class="gMapTel">0539（62）5656</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.710904,137.836073);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/ito-jyutakukenzai/" target="_blank">（株）伊藤住宅建材</a></p><p class="gMapAdd">磐田市笹原島８２-１</p><p class="gMapTel">0538（35）7465</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.7385,137.603868);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/fujita-koumusho/" target="_blank">（有）藤田工務所</a></p><p class="gMapAdd">浜松市西区庄和町１６４４-１</p><p class="gMapTel">053（487）0675</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.772585,137.707525);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/fujii-meibokuten/" target="_blank">（有）フジイ銘木店</a></p><p class="gMapAdd">浜松市中区葵西３-８-２１</p><p class="gMapTel">053（437）3507</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.738124,137.736952);
	html = '<p class="gMapCom"><a href="http://besthousing.co.jp/" target="_blank">（株）ベスト・ハウジング</a></p><p class="gMapAdd">浜松市中区曳馬６-２０-１</p><p class="gMapTel">053（474）6252</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.735724,137.733799);
	html = '<p class="gMapCom"><a href="http://www.kiba-ad.com/" target="_blank">（有）木場建築設計</a></p><p class="gMapAdd">浜松市中区幸２-５１-９</p><p class="gMapTel">053（476）3718</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.733191,137.734721);
	html = '<p class="gMapCom">エネジン（株）</p><p class="gMapAdd">浜松市中区高林５-６-３１</p><p class="gMapTel">053（471）1434</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.720289,137.744697);
	html = '<p class="gMapCom"><a href="http://www.sakuma-newone.co.jp" target="_blank">（株）佐久間建設</a></p><p class="gMapAdd">浜松市中区新津町４９０</p><p class="gMapTel">053（461）0906</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.717731,137.748733);
	html = '<p class="gMapCom"><a href="http://www.suzuki-business.co.jp/" target="_blank">（株）スズキビジネス</a></p><p class="gMapAdd">浜松市中区船越町５２-３</p><p class="gMapTel">053（411）8511</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.702766,137.748058);
	html = '<p class="gMapCom">（有）原田工務店</p><p class="gMapAdd">浜松市中区中島２丁目１９-８</p><p class="gMapTel">053（465）5385</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.875449,137.8289);
	html = '<p class="gMapCom"><a href="http://tsuboi-gc.com/" target="_blank">（株）つぼい工務店</a></p><p class="gMapAdd">浜松市天竜区山東２１１４-４</p><p class="gMapTel">053（922）0700</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.763739,137.790182);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/ito-kenchiku/" target="_blank">伊藤建築</a></p><p class="gMapAdd">浜松市東区笠井新田町９６４</p><p class="gMapTel">053（434）3674</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.763293,137.792459);
	html = '<p class="gMapCom"><a href="http://www.muraki-k.jp/" target="_blank">（有）村木建築工房</a></p><p class="gMapAdd">浜松市東区笠井町１５７７－２</p><p class="gMapTel">053（431）3480</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.715449,137.75819);
	html = '<p class="gMapCom">（株）原川</p><p class="gMapAdd">浜松市東区将監町３０-１２</p><p class="gMapTel">053（464）3100</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.752517,137.76378);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/matsuno-kenzai/" target="_blank">松野建材（株）</a></p><p class="gMapAdd">浜松市東区小池町１２７</p><p class="gMapTel">053（433）4567</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.726224,137.783821);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/kinorie/" target="_blank">（有）木法得建築</a></p><p class="gMapAdd">浜松市東区薬新町１０</p><p class="gMapTel">053（421）1207</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.746874,137.78745);
	html = '<p class="gMapCom"><a href=""http://www.sankyokenzai.co.jp/ target="_blank">（株）三共建材</a></p><p class="gMapAdd">浜松市東区流通元町１０-２</p><p class="gMapTel">053（421）2211</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.695061,137.780477);
	html = '<p class="gMapCom"><a href="http://www.happy-8.com/" target="_blank">Ｎ．Ｅ．Ｗ．（株）</a></p><p class="gMapAdd">浜松市南区金折町９５０</p><p class="gMapTel">053（425）2611</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.685129,137.70407);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/yamahira-zaimokuten/" target="_blank">（株）山平材木店</a></p><p class="gMapAdd">浜松市南区新橋町３６６</p><p class="gMapTel">053（447）0807</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.829857,137.79607);
	html = '<p class="gMapCom"><a href="http://www.kyowa-group.jp/" target="_blank">（株）共和</a></p><p class="gMapAdd">浜松市浜北区於呂１６８５</p><p class="gMapTel">053（588）7215</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.834031,137.78826);
	html = '<p class="gMapCom"><a href="http://www.yataka.jp/" target="_blank">（株）ヤタカ</a></p><p class="gMapAdd">浜松市浜北区根堅８４０-３</p><p class="gMapTel">053（588）1825</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.846044,137.812169);
	html = '<p class="gMapCom"><a href="http://www.kakuhon.co.jp/" target="_blank">（株）カクホン</a></p><p class="gMapAdd">浜松市浜北区上島２３４５</p><p class="gMapTel">053（583）2178</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.833169,137.819343);
	html = '<p class="gMapCom">むろうち建設</p><p class="gMapAdd">浜松市浜北区中瀬６１４５</p><p class="gMapTel">053（588）2534</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.806033,137.750581);
	html = '<p class="gMapCom"><a href="http://suzusan.jp/" target="_blank">（株）鈴三材木店</a></p><p class="gMapAdd">浜松市浜北区平口５５８４-１２</p><p class="gMapTel">053（585）1000</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.806834,137.73066);
	html = '<p class="gMapCom"><a href="http://www.miyakoda.com/" target="_blank">都田製材（株）</a></p><p class="gMapAdd">浜松市北区都田町８０６０-５</p><p class="gMapTel">0534（28）2027</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.780168,137.731953);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/marusan-kamakura/" target="_blank">（株）鎌倉工務店</a></p><p class="gMapAdd">浜松市北区東三方町２９１-２</p><p class="gMapTel">053（436）3070</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.216945,138.664968);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nonaka/" target="_blank">総合建設のなか</a></p><p class="gMapAdd">富士宮市杉田５０１-１５</p><p class="gMapTel">0544（27）0554</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.216793,138.613205);
	html = '<p class="gMapCom"><a href="http://www.kyowa-group.com/" target="_blank">（株）共和</a></p><p class="gMapAdd">富士宮市浅間町１２-１５</p><p class="gMapTel">0544（26）5151</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.155751,138.635212);
	html = '<p class="gMapCom"><a href="http://www.heiwakensetu.jp/" target="_blank">平和建設（株）</a></p><p class="gMapAdd">富士市松岡１５６６-１</p><p class="gMapTel">0545（63）6688</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.15131,138.637906);
	html = '<p class="gMapCom"><a href="http://emunoie.com/" target="_blank">エコフィールド（株）</a></p><p class="gMapAdd">富士市松富町５３</p><p class="gMapTel">0545（60）3421</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.19327,138.676458);
	html = '<p class="gMapCom"><a href="http://www.marudai-fuji.co.jp/" target="_blank">（株）マルダイ</a></p><p class="gMapAdd">富士市大淵２４１０-１</p><p class="gMapTel">0545（35）3535</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.758435,138.243154);
	html = '<p class="gMapCom"><a href="http://www3.tokai.or.jp/hainankenzai/" target="_blank">榛南建材（株）</a></p><p class="gMapAdd">牧之原市細江２７４９-５</p><p class="gMapTel">0548（22）1318</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.739504,138.218544);
	html = '<p class="gMapCom"><a href="http://www.atakano.jp/" target="_blank">（株）あたかの建設</a></p><p class="gMapAdd">牧之原市勝俣５３６-２</p><p class="gMapTel">0548（23）5610</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.697688,138.190917);
	html = '<p class="gMapCom">西中製材（株）</p><p class="gMapAdd">牧之原市菅ケ谷９３-１</p><p class="gMapTel">0548（52）0632</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.698999,138.189992);
	html = '<p class="gMapCom"><a href="http://smile-home.info/" target="_blank">（株）住まいるホーム</a></p><p class="gMapAdd">牧之原市大江１３２１-６</p><p class="gMapTel">0548（52）6336</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.631953,138.18856);
	html = '<p class="gMapCom"><a href="http://www.kozuken.jp/" target="_blank">小塚建設（株）</a></p><p class="gMapAdd">牧之原市地頭方５３５-２</p><p class="gMapTel">0548（58）0202</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.676532,137.814601);
	html = '<p class="gMapCom"><a href="http://iwamahome.co.jp/" target="_blank">（有）岩間製材所</a></p><p class="gMapAdd">磐田市豊岡５０７６</p><p class="gMapTel">0538（66）2852</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.699446,138.189381);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/nakamura-kenchiku/" target="_blank">中村建築</a></p><p class="gMapAdd">牧之原市大江１３９３－１０</p><p class="gMapTel">0538（52）3417</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.127068,138.803872);
	html = '<p class="gMapCom"><a href="http://www.takatoukoumuten.com/" target="_blank">高遠工務店</a></p><p class="gMapAdd">沼津市原１４４９－１０</p><p class="gMapTel">055（966）1066</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.634487,138.139262);
	html = '<p class="gMapCom">（株）ナカモク</p><p class="gMapAdd">御前崎市佐倉４６８０－５６</p><p class="gMapTel">0537（85）2041</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.169021,138.859975);
	html = '<p class="gMapCom"><a href="http://sumikula.com/" target="_blank">（有）建築住暮楽</a></p><p class="gMapAdd">駿東郡長泉町元長窪６６４-６</p><p class="gMapTel">055（943）7181</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.60141,138.222595);
	html = '<p class="gMapCom"><a href="http://www.psclub.ne.jp/ozawa/" target="_blank">（株）小澤工務店</a></p><p class="gMapAdd">御前崎市御前崎３０－１９</p><p class="gMapTel">0548（63）2434</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.811572,137.833725);
	html = '<p class="gMapCom"><a href="http://ryuseikensetsu.co.jp/" target="_blank">（株）隆星建設</a></p><p class="gMapAdd">磐田市下神増１０８２</p><p class="gMapTel">05439（62）2477</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.748353, 138.232938);
	html = '<p class="gMapCom"><a href="http://oishi-sogo.co.jp/" target="_blank">（株）大石綜合事務所</a></p><p class="gMapAdd">牧之原市細江９９８－９</p><p class="gMapTel">0548（22）8886</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.805245, 137.812575);
	html = '<p class="gMapCom"><a href="http://www.hokuto7.jp/pc/" target="_blank">（有）住建北斗</a></p><p class="gMapAdd">浜松市浜北区永島２７４</p><p class="gMapTel">053（587）7077</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.635132, 138.140362);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/sakura/" target="_blank">さくら住建</a></p><p class="gMapAdd">御前崎市佐倉４６９８－１</p><p class="gMapTel">0537（86）4531</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.112018, 138.831272);
	html = '<p class="gMapCom">（有）菅沼工務店</p><p class="gMapAdd">沼津市大諏訪３７１</p><p class="gMapTel">055（963）3297</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.195906,138.693542);
	html = '<p class="gMapCom">ティエッチピーセンター（株）</p><p class="gMapAdd">富士市大淵338-18</p><p class="gMapTel">0545（36）1486</p>';
	map.addOverlay(createMarker(point, html, icon));


	point = new GLatLng(35.162482,138.676606);
	html = '<p class="gMapCom"><a href="http://www.daiichikensetsu.co.jp/" target="_blank">第一建設（株）</a></p><p class="gMapAdd">富士市永田67-14</p><p class="gMapTel">0545（52）9064</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.795764, 137.7911);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/handmade/" target="_blank">ハンドメイド（有）</a></p><p class="gMapAdd">浜松市浜北区西美薗172-2</p><p class="gMapTel">053（587）7922</p>';
	map.addOverlay(createMarker(point, html, icon));

 point = new GLatLng(34.762286,137.91663);
	html = '<p class="gMapCom"><a href="http://www.densyo.jp/pc/" target="_blank">（有）伝匠</a></p><p class="gMapAdd">袋井市久能1856-7</p><p class="gMapTel">0538（41）3177</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.971305, 138.422528);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/itb-shizuoka/" target="_blank">（株）ＩＴＢエンタープライズ静岡支店</a></p><p class="gMapAdd">静岡市駿河区小鹿300-5</p><p class="gMapTel">054（287）4388</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.787384,137.731805);
	html = '<p class="gMapCom"><a href="http://www.ichikawakenchiku.co.jp" target="_blank">（株）マルヨシ市川建築事務所</a></p><p class="gMapAdd">浜松市北区豊岡町６７-５</p><p class="gMapTel">053（437）1264</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.758379,138.088915);
	html = '<p class="gMapCom"><a href="http://www.winghome.jp/" target="_blank">ウィングホーム（株）</a></p><p class="gMapAdd">菊川市本所1193-2</p><p class="gMapTel">0537（36）3425</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.689006,138.192348);
	html = '<p class="gMapCom"><a href="http://www.k-koubou.co.jp/" target="_blank">（株）建築工房相良</a></p><p class="gMapAdd">牧之原市大沢５９８-１</p><p class="gMapTel">0548（52）3729</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.128763,138.870349);
	html = '<p class="gMapCom"><a href="http://www.mk-koumuten.com/" target="_blank">（有）エムケー工務店</a></p><p class="gMapAdd">沼津市岡宮８９３-３</p><p class="gMapTel">055（921）8864</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.966386,138.370914);
	html = '<p class="gMapCom"><a href="http://www.yuki-art.jp/" target="_blank">（有）建築工房ユキ・アート</a></p><p class="gMapAdd">静岡市葵区幸町27-1</p><p class="gMapTel">054（653）3700</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.182707,138.658337);
	html = '<p class="gMapCom"><a href="http://www.deguchi-homes.jp/" target="_blank">（株）デグチホームズ</a></p><p class="gMapAdd">富士市厚原７-５</p><p class="gMapTel">0545（72）0300</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.773014,138.247882);
	html = '<p class="gMapCom">伊藤創建</p><p class="gMapAdd">榛原郡吉田町片岡２３４４-１</p><p class="gMapTel">0548（32）4460</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.712843,138.170331);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/maru-tatsu/">マル辰</a></p><p class="gMapAdd">牧之原市大寄３０６-３</p><p class="gMapTel">0548（54）0188</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.948418,138.412899);
	html = '<p class="gMapCom"><a href="http://www.murakami-cf.co.jp/">村上開明堂コンフォーム</a></p><p class="gMapAdd">静岡市駿河区敷地2-5-30</p><p class="gMapTel">054（266）7702</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.151807,138.630548);
	html = '<p class="gMapCom"><a href="http://www.e-house.co.jp/m-decasa/">mdecasa（エムデカーサ）株式会社</a></p><p class="gMapAdd">富士市松岡1805-48</p><p class="gMapTel">0545(61)0315</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(34.776302,137.99479);
	html = '<p class="gMapCom"><a href="http://www.cs-suzuki.jp/">（株）鈴木建設</a></p><p class="gMapAdd">掛川市大池４４６-８</p><p class="gMapTel">0537(24)2733</p>';
	map.addOverlay(createMarker(point, html, icon));

	point = new GLatLng(35.099924,138.923329);
	html = '<p class="gMapCom"><a href="http://www.szki.co.jp/">（株）鈴木工務店</a></p><p class="gMapAdd">三島市八反畑１１７-１</p><p class="gMapTel">055(971)3040</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);
				}
			}
		);
	}
}

