var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var geocoder;
var map_canvas;
var initPos;
var map_Point_Y;
var map_Point_X;
var bounds;
function initialize() {
geocoder = new google.maps.Geocoder();
//地図初期化
initPos = new google.maps.LatLng(37.900747, 139.049799);
var myOptions = {
center : initPos,
zoom : 15,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map_canvas = new google.maps.Map(document.getElementById("map"), myOptions);
setMarker();
}
function setMarker() {
var bounds = new google.maps.LatLngBounds();
var sai = "0.1";
var minLat = parseFloat(map_Point_X) - parseFloat(sai);
var minLon = parseFloat(map_Point_Y) - parseFloat(sai);
var maxLat = parseFloat(map_Point_X) + parseFloat(sai);
var maxLon = parseFloat(map_Point_Y) + parseFloat(sai);
var cnt = 0;
var $tmplon = "";
var $tmplon = "";
cnt = cnt+1;
var markerPos0 = new google.maps.LatLng("37.901724", "139.022781");
createMarker(map_canvas, markerPos0, "
新潟県庁内歯科診療所新潟市中央区新光町4-1
TEL 025-285-5591
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.901724", "139.022781"));
cnt = cnt+1;
var markerPos1 = new google.maps.LatLng("37.912426", "139.014903");
createMarker(map_canvas, markerPos1, "太田歯科医院新潟市中央区関屋金衛町2-276-1グリーンハイツ103
TEL 025-266-4065
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912426", "139.014903"));
cnt = cnt+1;
var markerPos2 = new google.maps.LatLng("37.906815", "139.012868");
createMarker(map_canvas, markerPos2, "池主歯科医院新潟市中央区信濃町5-23
TEL 025-265-0010
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.906815", "139.012868"));
cnt = cnt+1;
var markerPos3 = new google.maps.LatLng("37.913554", "139.022136");
createMarker(map_canvas, markerPos3, "三和歯科医院新潟市中央区関屋本村町1-105
TEL 025-267-7797
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.913554", "139.022136"));
cnt = cnt+1;
var markerPos4 = new google.maps.LatLng("37.904024", "139.015531");
createMarker(map_canvas, markerPos4, "村田歯科医院新潟市中央区関屋大川前1-7-15
TEL 025-266-2316
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.904024", "139.015531"));
cnt = cnt+1;
var markerPos5 = new google.maps.LatLng("37.91192", "139.021178");
createMarker(map_canvas, markerPos5, "ニイガタクリニック新潟市中央区関屋本村町1-127-1
TEL 025-266-4956
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91192", "139.021178"));
cnt = cnt+1;
var markerPos6 = new google.maps.LatLng("37.915437", "139.035138");
createMarker(map_canvas, markerPos6, "勝見歯科医院新潟市中央区白山浦1-405
TEL 025-265-1223
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.915437", "139.035138"));
cnt = cnt+1;
var markerPos7 = new google.maps.LatLng("37.914162", "139.035713");
createMarker(map_canvas, markerPos7, "長谷川歯科新潟市中央区一番堀通町5938
TEL 025-233-7117
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.914162", "139.035713"));
cnt = cnt+1;
var markerPos8 = new google.maps.LatLng("37.919575", "139.047498");
createMarker(map_canvas, markerPos8, "アサオ歯科医院新潟市中央区上大川前通6-1195-1川口ビル2F
TEL 025-222-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919575", "139.047498"));
cnt = cnt+1;
var markerPos9 = new google.maps.LatLng("37.916953", "139.040173");
createMarker(map_canvas, markerPos9, "江口歯科医院新潟市中央区西堀前通2-709白柳ビル2F
TEL 025-225-1313
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.916953", "139.040173"));
cnt = cnt+1;
var markerPos10 = new google.maps.LatLng("37.921247", "139.039504");
createMarker(map_canvas, markerPos10, "松川歯科医院新潟市中央区営所通1-314
TEL 025-222-0159
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.921247", "139.039504"));
cnt = cnt+1;
var markerPos11 = new google.maps.LatLng("37.919625", "139.040745");
createMarker(map_canvas, markerPos11, "水落歯科医院新潟市中央区西堀通3-258
TEL 025-222-7422
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919625", "139.040745"));
cnt = cnt+1;
var markerPos12 = new google.maps.LatLng("37.919453", "139.043104");
createMarker(map_canvas, markerPos12, "宮尾歯科医院新潟市中央区西堀前通5-747
TEL 025-222-5095
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919453", "139.043104"));
cnt = cnt+1;
var markerPos13 = new google.maps.LatLng("37.9227197", "139.0507279");
createMarker(map_canvas, markerPos13, "松川歯科医院新潟市中央区月町2048
TEL 025-224-5261
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9227197", "139.0507279"));
cnt = cnt+1;
var markerPos14 = new google.maps.LatLng("37.918759", "139.047795");
createMarker(map_canvas, markerPos14, "加藤歯科クリニック新潟市中央区上大川前通5-64-1コープシティ上大川前101
TEL 025-224-8130
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.918759", "139.047795"));
cnt = cnt+1;
var markerPos15 = new google.maps.LatLng("37.92465", "139.049261");
createMarker(map_canvas, markerPos15, "小林歯科医院新潟市中央区上大川前通9-1264
TEL 025-222-3721
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.92465", "139.049261"));
cnt = cnt+1;
var markerPos16 = new google.maps.LatLng("37.922586", "139.046417");
createMarker(map_canvas, markerPos16, "清水歯科医院新潟市中央区東堀前通7-1075
TEL 025-222-3924
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.922586", "139.046417"));
cnt = cnt+1;
var markerPos17 = new google.maps.LatLng("37.922936", "139.047439");
createMarker(map_canvas, markerPos17, "高山歯科診療所新潟市中央区本町通7-1153新潟本町通ビル3F
TEL 025-223-7786
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.922936", "139.047439"));
cnt = cnt+1;
var markerPos18 = new google.maps.LatLng("37.925053", "139.048656");
createMarker(map_canvas, markerPos18, "星野歯科医院新潟市中央区上大川前通9-1281
TEL 025-222-5435
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.925053", "139.048656"));
cnt = cnt+1;
var markerPos19 = new google.maps.LatLng("37.928941", "139.046789");
createMarker(map_canvas, markerPos19, "星野歯科医院新潟市中央区東堀通12-2828
TEL 025-222-3809
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.928941", "139.046789"));
cnt = cnt+1;
var markerPos20 = new google.maps.LatLng("37.91589", "139.057244");
createMarker(map_canvas, markerPos20, "浅妻歯科医院新潟市中央区万代1-2-3コープ野村万代2F
TEL 025-241-0557
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91589", "139.057244"));
cnt = cnt+1;
var markerPos21 = new google.maps.LatLng("37.917509", "139.054186");
createMarker(map_canvas, markerPos21, "すぎやま矯正歯科新潟市中央区万代2-3-34万代グレース103
TEL 025-243-0800
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.917509", "139.054186"));
cnt = cnt+1;
var markerPos22 = new google.maps.LatLng("37.917509", "139.054186");
createMarker(map_canvas, markerPos22, "高瀬歯科新潟市中央区万代2-3-34万代グレース101
TEL 025-243-0900
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.917509", "139.054186"));
cnt = cnt+1;
var markerPos23 = new google.maps.LatLng("37.915107", "139.061458");
createMarker(map_canvas, markerPos23, "イシモト歯科医院新潟市中央区東大通1-7-8アイ・エム第一ビル1F
TEL 025-244-4567
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.915107", "139.061458"));
cnt = cnt+1;
var markerPos24 = new google.maps.LatLng("37.890287", "139.036983");
createMarker(map_canvas, markerPos24, "新潟南病院 大井歯科診療所新潟市中央区女池神明1-7-1
TEL 025-284-2721
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.890287", "139.036983"));
cnt = cnt+1;
var markerPos25 = new google.maps.LatLng("37.908183", "139.067372");
createMarker(map_canvas, markerPos25, "岡田歯科医院新潟市中央区南笹口1-10-7
TEL 025-243-0875
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.908183", "139.067372"));
cnt = cnt+1;
var markerPos26 = new google.maps.LatLng("37.898411", "139.051043");
createMarker(map_canvas, markerPos26, "野田歯科医院新潟市中央区女池1-1-9
TEL 025-284-4073
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.898411", "139.051043"));
cnt = cnt+1;
var markerPos27 = new google.maps.LatLng("37.89449", "139.071122");
createMarker(map_canvas, markerPos27, "とやの歯科医院新潟市中央区弁天橋通1-27-14
TEL 025-286-6837
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.89449", "139.071122"));
cnt = cnt+1;
var markerPos28 = new google.maps.LatLng("37.898511", "139.041513");
createMarker(map_canvas, markerPos28, "諸見里歯科医院新潟市中央区新和3-16-14
TEL 025-284-2030
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.898511", "139.041513"));
cnt = cnt+1;
var markerPos29 = new google.maps.LatLng("37.889871", "139.073681");
createMarker(map_canvas, markerPos29, "三上歯科医院新潟市中央区弁天橋通3-8-13
TEL 025-286-7555
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889871", "139.073681"));
cnt = cnt+1;
var markerPos30 = new google.maps.LatLng("37.902213", "139.034949");
createMarker(map_canvas, markerPos30, "山宮歯科医院新潟市中央区上所上2-4-3
TEL 025-284-4773
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.902213", "139.034949"));
cnt = cnt+1;
var markerPos31 = new google.maps.LatLng("37.905333", "139.045454");
createMarker(map_canvas, markerPos31, "横山歯科医院新潟市中央区下所島2-11-5
TEL 025-284-5057
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.905333", "139.045454"));
cnt = cnt+1;
var markerPos32 = new google.maps.LatLng("37.91816", "139.075249");
createMarker(map_canvas, markerPos32, "伊藤歯科医院新潟市中央区日の出2-3-27
TEL 025-244-6455
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91816", "139.075249"));
cnt = cnt+1;
var markerPos33 = new google.maps.LatLng("37.893384", "139.024898");
createMarker(map_canvas, markerPos33, "こばやし歯科医院新潟市中央区女池上山4-18-9
TEL 025-283-1515
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.893384", "139.024898"));
cnt = cnt+1;
var markerPos34 = new google.maps.LatLng("37.917909", "139.06243");
createMarker(map_canvas, markerPos34, "常川歯科医院新潟市中央区東万代町9-21
TEL 025-241-6474
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.917909", "139.06243"));
cnt = cnt+1;
var markerPos35 = new google.maps.LatLng("37.889049", "139.043538");
createMarker(map_canvas, markerPos35, "藤村歯科医院新潟市中央区女池7-11-8
TEL 025-285-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889049", "139.043538"));
cnt = cnt+1;
var markerPos36 = new google.maps.LatLng("37.910801", "139.047045");
createMarker(map_canvas, markerPos36, "渡辺歯科医院新潟市中央区幸西 3-2-1
TEL 025-244-2366
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.910801", "139.047045"));
cnt = cnt+1;
var markerPos37 = new google.maps.LatLng("37.912486", "139.075827");
createMarker(map_canvas, markerPos37, "齋藤歯科医院新潟市中央区本馬越1-10-16
TEL 025-247-0551
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912486", "139.075827"));
cnt = cnt+1;
var markerPos38 = new google.maps.LatLng("37.886915", "139.021282");
createMarker(map_canvas, markerPos38, "キタムラ歯科新潟市中央区鳥屋野2-5-21
TEL 025-283-6766
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.886915", "139.021282"));
cnt = cnt+1;
var markerPos39 = new google.maps.LatLng("37.922314", "139.040176");
createMarker(map_canvas, markerPos39, "日野歯科クリニック新潟市中央区寄居町342
TEL 025-228-1626
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.922314", "139.040176"));
cnt = cnt+1;
var markerPos40 = new google.maps.LatLng("37.92037", "139.04514");
createMarker(map_canvas, markerPos40, "石田歯科医院新潟市中央区東堀通6-1050-1
TEL 025-222-9732
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.92037", "139.04514"));
cnt = cnt+1;
var markerPos41 = new google.maps.LatLng("37.919711", "139.038779");
createMarker(map_canvas, markerPos41, "山崎歯科医院新潟市中央区東中通1-86-53山崎ビル
TEL 025-223-5757
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919711", "139.038779"));
cnt = cnt+1;
var markerPos42 = new google.maps.LatLng("37.903327", "139.032027");
createMarker(map_canvas, markerPos42, "長井歯科医院新潟市中央区上所上3-1-35
TEL 025-283-6861
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.903327", "139.032027"));
cnt = cnt+1;
var markerPos43 = new google.maps.LatLng("37.919326", "139.071988");
createMarker(map_canvas, markerPos43, "手島歯科医院新潟市中央区日の出1-14-6
TEL 025-244-6261
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919326", "139.071988"));
cnt = cnt+1;
var markerPos44 = new google.maps.LatLng("37.929494", "139.051105");
createMarker(map_canvas, markerPos44, "長谷川歯科医院新潟市中央区西湊町通1ノ町2693
TEL 025-229-5115
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.929494", "139.051105"));
cnt = cnt+1;
var markerPos45 = new google.maps.LatLng("37.897087", "139.052307");
createMarker(map_canvas, markerPos45, "上田歯科医院新潟市中央区女池東1-6-15
TEL 025-246-3033
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.897087", "139.052307"));
cnt = cnt+1;
var markerPos46 = new google.maps.LatLng("37.901947", "139.061717");
createMarker(map_canvas, markerPos46, "いくの歯科医院新潟市中央区鐙西2-18-14
TEL 025-245-0414
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.901947", "139.061717"));
cnt = cnt+1;
var markerPos47 = new google.maps.LatLng("37.900205", "139.022525");
createMarker(map_canvas, markerPos47, "千歳歯科クリニック新潟市中央区新光町5-1千歳ビル1F
TEL 025-284-5811
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.900205", "139.022525"));
cnt = cnt+1;
var markerPos48 = new google.maps.LatLng("37.905219", "139.067769");
createMarker(map_canvas, markerPos48, "八木歯科医院新潟市中央区鐙1-11-17
TEL 025-245-6341
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.905219", "139.067769"));
cnt = cnt+1;
var markerPos49 = new google.maps.LatLng("37.9172955", "139.0572888");
createMarker(map_canvas, markerPos49, "小野歯科クリニック新潟市中央区万代1-4-33損保ジャパン・新潟セントラルビル
TEL 025-241-0120
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9172955", "139.0572888"));
cnt = cnt+1;
var markerPos50 = new google.maps.LatLng("37.919862", "139.044245");
createMarker(map_canvas, markerPos50, "イワシタ歯科新潟市中央区古町通5-601吉原ミシン商会2F
TEL 025-228-2280
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.919862", "139.044245"));
cnt = cnt+1;
var markerPos51 = new google.maps.LatLng("37.905807", "139.033294");
createMarker(map_canvas, markerPos51, "石橋歯科クリニック新潟市中央区上所上1-5-13
TEL 025-284-1484
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.905807", "139.033294"));
cnt = cnt+1;
var markerPos52 = new google.maps.LatLng("37.894456", "139.046205");
createMarker(map_canvas, markerPos52, "女池歯科クリニック新潟市中央区女池2-3-17
TEL 025-285-0033
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.894456", "139.046205"));
cnt = cnt+1;
var markerPos53 = new google.maps.LatLng("37.924889", "139.04812");
createMarker(map_canvas, markerPos53, "玉井歯科医院新潟市中央区本町通9-1325
TEL 025-222-3996
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.924889", "139.04812"));
cnt = cnt+1;
var markerPos54 = new google.maps.LatLng("37.91098", "139.066297");
createMarker(map_canvas, markerPos54, "たかとう矯正歯科医院新潟市中央区笹口2-10-1WIN21 2F
TEL 025-246-5730
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91098", "139.066297"));
cnt = cnt+1;
var markerPos55 = new google.maps.LatLng("37.891895", "139.023653");
createMarker(map_canvas, markerPos55, "みねお歯科医院新潟市中央区網川原2-10-10
TEL 025-285-7588
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.891895", "139.023653"));
cnt = cnt+1;
var markerPos56 = new google.maps.LatLng("37.91501", "139.070032");
createMarker(map_canvas, markerPos56, "金子医科歯科医院新潟市中央区長嶺町3-18
TEL 025-245-8537
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91501", "139.070032"));
cnt = cnt+1;
var markerPos57 = new google.maps.LatLng("37.899383", "139.030711");
createMarker(map_canvas, markerPos57, "荒井歯科医院新潟市中央区上近江4-2-20日生第2ビル1F
TEL 025-285-8839
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.899383", "139.030711"));
cnt = cnt+1;
var markerPos58 = new google.maps.LatLng("37.91619", "139.058989");
createMarker(map_canvas, markerPos58, "りんご歯科医院新潟市中央区東大通2-3-25山長ビル2F
TEL 025-255-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91619", "139.058989"));
cnt = cnt+1;
var markerPos59 = new google.maps.LatLng("37.916253", "139.020411");
createMarker(map_canvas, markerPos59, "松波町歯科医院新潟市中央区関屋松波町3-199
TEL 025-231-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.916253", "139.020411"));
cnt = cnt+1;
var markerPos60 = new google.maps.LatLng("37.905566", "139.052815");
createMarker(map_canvas, markerPos60, "じょうじ歯科クリニック新潟市中央区堀之内南1-15-15とやのショッピングセンター内
TEL 025-244-0848
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.905566", "139.052815"));
cnt = cnt+1;
var markerPos61 = new google.maps.LatLng("37.916615", "139.035852");
createMarker(map_canvas, markerPos61, "ささくら矯正歯科クリニック新潟市中央区学校町通2-598-40新潟恒栄ビル3F
TEL 025-227-1414
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.916615", "139.035852"));
cnt = cnt+1;
var markerPos62 = new google.maps.LatLng("37.914067", "139.058739");
createMarker(map_canvas, markerPos62, "ふかまち歯科矯正新潟市中央区弁天1-4-22グリンビル3F
TEL 025-243-3330
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.914067", "139.058739"));
cnt = cnt+1;
var markerPos63 = new google.maps.LatLng("37.923331", "139.048634");
createMarker(map_canvas, markerPos63, "宇佐美歯科医院新潟市中央区上大川前通8-1249
TEL 025-222-4936
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.923331", "139.048634"));
cnt = cnt+1;
var markerPos64 = new google.maps.LatLng("37.934957", "139.055527");
createMarker(map_canvas, markerPos64, "大藤歯科医院新潟市中央区附船町1-4383
TEL 025-223-2700
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.934957", "139.055527"));
cnt = cnt+1;
var markerPos65 = new google.maps.LatLng("37.912065", "139.049995");
createMarker(map_canvas, markerPos65, "かも歯科クリニック新潟市中央区幸西1-5-20メゾン八千代1F
TEL 025-244-5818
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912065", "139.049995"));
cnt = cnt+1;
var markerPos66 = new google.maps.LatLng("37.900508", "139.023589");
createMarker(map_canvas, markerPos66, "はぎわら歯科クリニック新潟市中央区出来島1-6-1メディカルビル県庁前2F
TEL 025-281-0234
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.900508", "139.023589"));
cnt = cnt+1;
var markerPos67 = new google.maps.LatLng("37.9255027", "139.0541719");
createMarker(map_canvas, markerPos67, "あさお歯科クリニック新潟市中央区新島町通4-2237-1
TEL 025-201-8711
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9255027", "139.0541719"));
cnt = cnt+1;
var markerPos68 = new google.maps.LatLng("37.916098", "139.040396");
createMarker(map_canvas, markerPos68, "岡田歯科医院新潟市中央区古町通1-523
TEL 025-222-3834
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.916098", "139.040396"));
cnt = cnt+1;
var markerPos69 = new google.maps.LatLng("37.920439", "139.048856");
createMarker(map_canvas, markerPos69, "よしだ歯科医院新潟市中央区新島町通1の町1974
TEL 025-275-1131
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.920439", "139.048856"));
cnt = cnt+1;
var markerPos70 = new google.maps.LatLng("37.918982", "139.063894");
createMarker(map_canvas, markerPos70, "坂井歯科医院新潟市中央区天明町2-17藤屋ビル1F
TEL 025-244-9084
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.918982", "139.063894"));
cnt = cnt+1;
var markerPos71 = new google.maps.LatLng("37.892849", "139.068862");
createMarker(map_canvas, markerPos71, "堀歯科医院新潟市中央区弁天橋通1-5-1
TEL 025-286-4188
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.892849", "139.068862"));
cnt = cnt+1;
var markerPos72 = new google.maps.LatLng("37.880572", "139.025146");
createMarker(map_canvas, markerPos72, "五十嵐歯科医院新潟市中央区大島130-50
TEL 025-284-8997
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.880572", "139.025146"));
cnt = cnt+1;
var markerPos73 = new google.maps.LatLng("37.913434", "139.026577");
createMarker(map_canvas, markerPos73, "あきの歯科クリニック新潟市中央区白山浦新町通79-1
TEL 025-265-1660
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.913434", "139.026577"));
cnt = cnt+1;
var markerPos74 = new google.maps.LatLng("37.915831", "139.025947");
createMarker(map_canvas, markerPos74, "いかみ歯科クリニック新潟市中央区関屋下川原町1-671
TEL 025-231-2572
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.915831", "139.025947"));
cnt = cnt+1;
var markerPos75 = new google.maps.LatLng("37.907387", "139.014759");
createMarker(map_canvas, markerPos75, "神田歯科医院新潟市中央区関屋浜松町98
TEL 025-265-1565
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.907387", "139.014759"));
cnt = cnt+1;
var markerPos76 = new google.maps.LatLng("37.898256", "139.056209");
createMarker(map_canvas, markerPos76, "善隆歯科クリニック新潟市中央区神道寺1-6-12
TEL 025-241-5501
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.898256", "139.056209"));
cnt = cnt+1;
var markerPos77 = new google.maps.LatLng("37.918415", "139.071118");
createMarker(map_canvas, markerPos77, "小林歯科医院新潟市中央区沼垂東1-7-12
TEL 025-244-6510
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.918415", "139.071118"));
cnt = cnt+1;
var markerPos78 = new google.maps.LatLng("37.912584", "139.029811");
createMarker(map_canvas, markerPos78, "ホワイト歯科クリニック新潟市中央区白山浦2-646-32
TEL 025-232-8052
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912584", "139.029811"));
cnt = cnt+1;
var markerPos79 = new google.maps.LatLng("37.915337", "139.056717");
createMarker(map_canvas, markerPos79, "てじま歯科医院新潟市中央区万代1-2-14シルバー流通ビル501
TEL 025-241-3623
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.915337", "139.056717"));
cnt = cnt+1;
var markerPos80 = new google.maps.LatLng("37.903644", "139.058476");
createMarker(map_canvas, markerPos80, "野村歯科医院新潟市中央区米山6-1-12
TEL 025-240-7800
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.903644", "139.058476"));
cnt = cnt+1;
var markerPos81 = new google.maps.LatLng("37.9213725", "139.0428925");
createMarker(map_canvas, markerPos81, "こうの歯科医院新潟市中央区西堀通5-840-5
TEL 025-226-6050
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9213725", "139.0428925"));
cnt = cnt+1;
var markerPos82 = new google.maps.LatLng("37.918734", "139.042331");
createMarker(map_canvas, markerPos82, "岡崎歯科医院新潟市中央区西堀前通4-735岡崎ビル2F
TEL 025-229-0013
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.918734", "139.042331"));
cnt = cnt+1;
var markerPos83 = new google.maps.LatLng("37.895222", "139.026436");
createMarker(map_canvas, markerPos83, "間歯科医院新潟市中央区南出来島1-15-10
TEL 025-281-1182
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.895222", "139.026436"));
cnt = cnt+1;
var markerPos84 = new google.maps.LatLng("37.895359", "139.037905");
createMarker(map_canvas, markerPos84, "高居歯科医院新潟市中央区女池4-19-3
TEL 025-281-1080
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.895359", "139.037905"));
cnt = cnt+1;
var markerPos85 = new google.maps.LatLng("37.902614", "139.057392");
createMarker(map_canvas, markerPos85, "村田歯科医院新潟市中央区米山6-8-21
TEL 025-243-5156
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.902614", "139.057392"));
cnt = cnt+1;
var markerPos86 = new google.maps.LatLng("37.906176", "139.010632");
createMarker(map_canvas, markerPos86, "さくら歯科クリニック新潟市中央区文京町7-1
TEL 025-231-1482
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.906176", "139.010632"));
cnt = cnt+1;
var markerPos87 = new google.maps.LatLng("37.887577", "139.070695");
createMarker(map_canvas, markerPos87, "すみや歯科医院新潟市中央区長潟3-7-20
TEL 025-287-5551
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.887577", "139.070695"));
cnt = cnt+1;
var markerPos88 = new google.maps.LatLng("37.9023991", "139.0653342");
createMarker(map_canvas, markerPos88, "宮本歯科医院新潟市中央区鐙西1-10-15石黒ビル2F
TEL 025-243-3433
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9023991", "139.0653342"));
cnt = cnt+1;
var markerPos89 = new google.maps.LatLng("37.9128822", "139.0598862");
createMarker(map_canvas, markerPos89, "新潟駅前歯科クリニック新潟市中央区弁天1-1-22東信新潟ビル4F
TEL 025-245-7773
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9128822", "139.0598862"));
cnt = cnt+1;
var markerPos90 = new google.maps.LatLng("37.9123216", "139.070441");
createMarker(map_canvas, markerPos90, "堀田歯科医院新潟市中央区笹口3-11-7
TEL 025-388-6655
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9123216", "139.070441"));
cnt = cnt+1;
var markerPos91 = new google.maps.LatLng("37.91962", "139.034085");
createMarker(map_canvas, markerPos91, "新潟大学医歯学総合病院新潟市中央区旭町通1-754
TEL 025-223-6161
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91962", "139.034085"));
cnt = cnt+1;
var markerPos92 = new google.maps.LatLng("37.884294", "139.079936");
createMarker(map_canvas, markerPos92, "医療法人 健周会 東新潟病院新潟市中央区姥ケ山274-1
TEL 025-286-6222
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.884294", "139.079936"));
cnt = cnt+1;
var markerPos93 = new google.maps.LatLng("37.904688", "139.025811");
createMarker(map_canvas, markerPos93, "新潟中央病院新潟市中央区新光町1-18
TEL 025-285-8811
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.904688", "139.025811"));
cnt = cnt+1;
var markerPos94 = new google.maps.LatLng("37.910917", "139.010332");
createMarker(map_canvas, markerPos94, "日本歯科大学新潟病院新潟市中央区浜浦町1-8
TEL 025-267-1500
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.910917", "139.010332"));
cnt = cnt+1;
var markerPos95 = new google.maps.LatLng("37.912632", "139.060378");
createMarker(map_canvas, markerPos95, "米山デンタルクリニック新潟市中央区花園1-1-1CoCoLo本館メディカルコートB
TEL 025-244-4618
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912632", "139.060378"));
cnt = cnt+1;
var markerPos96 = new google.maps.LatLng("37.912632", "139.060378");
createMarker(map_canvas, markerPos96, "はせがわ矯正歯科クリニック新潟市中央区花園1-1-1CoCoLo本館メディカルコートA
TEL 025-243-2050
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.912632", "139.060378"));
cnt = cnt+1;
var markerPos97 = new google.maps.LatLng("37.891419", "139.083591");
createMarker(map_canvas, markerPos97, "まつい歯科こども歯科クリニック新潟市中央区山二ツ4-4-7
TEL 025-287-8241
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.891419", "139.083591"));
cnt = cnt+1;
var markerPos98 = new google.maps.LatLng("37.898425", "139.029403");
createMarker(map_canvas, markerPos98, "宮尾歯科クリニック新潟市中央区上近江4-12-20Dekky401
TEL 025-374-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.898425", "139.029403"));
cnt = cnt+1;
var markerPos99 = new google.maps.LatLng("37.904034", "139.070569");
createMarker(map_canvas, markerPos99, "井伊歯科医院新潟市中央区鐙2-14-23-1
TEL 025-241-2405
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.904034", "139.070569"));
cnt = cnt+1;
var markerPos100 = new google.maps.LatLng("37.9224733", "139.0704514");
createMarker(map_canvas, markerPos100, "くりのき歯科新潟市中央区沼垂東6-1-30
TEL 025-250-1718
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9224733", "139.0704514"));
cnt = cnt+1;
var markerPos101 = new google.maps.LatLng("37.8880873", "139.0285339");
createMarker(map_canvas, markerPos101, "おおむら歯科医院新潟市中央区愛宕1-2-8
TEL 025-281-0632
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8880873", "139.0285339"));
cnt = cnt+1;
var markerPos102 = new google.maps.LatLng("37.9134767", "139.0620415");
createMarker(map_canvas, markerPos102, "花園歯科新潟駅前診療所新潟市中央区花園1-2-2コープシティ花園ガレッソ2F
TEL 025-246-8028
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9134767", "139.0620415"));
cnt = cnt+1;
var markerPos103 = new google.maps.LatLng("37.892328", "139.0157069");
createMarker(map_canvas, markerPos103, "田井デンタルクリニック新潟市中央区美咲町1-31-15
TEL 025-280-1700
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.892328", "139.0157069"));
cnt = cnt+1;
var markerPos104 = new google.maps.LatLng("37.9005475", "139.0576509");
createMarker(map_canvas, markerPos104, "オリーブデンタルハウス新潟市中央区神道寺1-1-24
TEL 025-243-7761
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9005475", "139.0576509"));
cnt = cnt+1;
var markerPos105 = new google.maps.LatLng("37.9186429", "139.0644993");
createMarker(map_canvas, markerPos105, "オアシスデンタルクリニック新潟市中央区東万代町25
TEL 025-250-1539
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9186429", "139.0644993"));
cnt = cnt+1;
var markerPos106 = new google.maps.LatLng("37.9344516", "139.054052");
createMarker(map_canvas, markerPos106, "いがらし歯科クリニック新潟市中央区附船町1-4348-1
TEL 025-201-9939
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9344516", "139.054052"));
cnt = cnt+1;
var markerPos107 = new google.maps.LatLng("37.8952735", "139.077136");
createMarker(map_canvas, markerPos107, "かなや歯科クリニック新潟市中央区京王2-1-10
TEL 025-288-6487
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8952735", "139.077136"));
cnt = cnt+1;
var markerPos108 = new google.maps.LatLng("37.932538", "139.0488081");
createMarker(map_canvas, markerPos108, "植木歯科医院新潟市中央区寄附町5016-1
TEL 025-222-9531
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.932538", "139.0488081"));
cnt = cnt+1;
var markerPos109 = new google.maps.LatLng("37.8991726", "139.0576704");
createMarker(map_canvas, markerPos109, "矯正歯科さくらぎクリニック新潟市中央区神道寺1-5-27
TEL 025-243-0700
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8991726", "139.0576704"));
cnt = cnt+1;
var markerPos110 = new google.maps.LatLng("37.8815632", "139.0237402");
createMarker(map_canvas, markerPos110, "しまだ歯科こども歯科クリニック新潟市中央区大島204-1
TEL 025-250-7694
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8815632", "139.0237402"));
cnt = cnt+1;
var markerPos111 = new google.maps.LatLng("37.9012754", "139.0658448");
createMarker(map_canvas, markerPos111, "エクセレント歯科クリニック新潟医院新潟市中央区紫竹山1-2-5TMビル2FB
TEL 025-250-7662
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9012754", "139.0658448"));
cnt = cnt+1;
var markerPos112 = new google.maps.LatLng("37.9005247", "139.0375549");
createMarker(map_canvas, markerPos112, "すずの木歯科クリニック新潟市中央区上近江2-2-20-1
TEL 025-281-8211
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9005247", "139.0375549"));
cnt = cnt+1;
var markerPos113 = new google.maps.LatLng("37.9083788", "139.0173088");
createMarker(map_canvas, markerPos113, "ハート歯科クリニック新潟市中央区関屋金鉢山町76
TEL 025-378-0700
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9083788", "139.0173088"));
cnt = cnt+1;
var markerPos114 = new google.maps.LatLng("37.9064372", "139.0118815");
createMarker(map_canvas, markerPos114, "原田歯科医院新潟市中央区信濃町4-8
TEL 025-231-1377
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9064372", "139.0118815"));
cnt = cnt+1;
var markerPos115 = new google.maps.LatLng("37.9187952", "139.0560916");
createMarker(map_canvas, markerPos115, "スマイルキッズデンタルパーク新潟市中央区万代3-1-1
TEL 025-384-0800
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9187952", "139.0560916"));
cnt = cnt+1;
var markerPos116 = new google.maps.LatLng("37.8905037", "139.0337084");
createMarker(map_canvas, markerPos116, "ワイズ歯科クリニック新潟市中央区女池西2-7-16
TEL 025-285-7775
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8905037", "139.0337084"));
cnt = cnt+1;
var markerPos117 = new google.maps.LatLng("37.91096731", "139.0637198");
createMarker(map_canvas, markerPos117, "ほんま歯科クリニック新潟市中央区笹口1-1-1
TEL 025-240-0422
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.91096731", "139.0637198"));
cnt = cnt+1;
var markerPos118 = new google.maps.LatLng("37.8761141", "139.0406363");
createMarker(map_canvas, markerPos118, "新潟市民病院新潟市中央区鐘木463-7
TEL 025-281-5151
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8761141", "139.0406363"));
cnt = cnt+1;
var markerPos119 = new google.maps.LatLng("37.9243195", "139.0473336");
createMarker(map_canvas, markerPos119, "村田歯科医院新潟市中央区本町通8-1353
TEL 025-222-3515
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9243195", "139.0473336"));
cnt = cnt+1;
var markerPos120 = new google.maps.LatLng("37.9295106", "139.0538995");
createMarker(map_canvas, markerPos120, "RS歯科クリニック新潟市中央区西湊町通3-3306-3
TEL 025-210-1004
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9295106", "139.0538995"));
cnt = cnt+1;
var markerPos121 = new google.maps.LatLng("37.8795996", "139.0218099");
createMarker(map_canvas, markerPos121, "浅井歯科医院新潟市中央区大島40-1
TEL 025-282-5694
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8795996", "139.0218099"));
cnt = cnt+1;
var markerPos122 = new google.maps.LatLng("37.9147621", "139.0424262");
createMarker(map_canvas, markerPos122, "のぞみ矯正・歯科クリニック新潟市中央区上大川前通1-154東芝新潟ビル2F
TEL 025-227-3030
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9147621", "139.0424262"));
cnt = cnt+1;
var markerPos123 = new google.maps.LatLng("37.88606", "139.0388944");
createMarker(map_canvas, markerPos123, "歯科・訪問やまもと歯科新潟市中央区小張木2-16-41
TEL 025-369-4299
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.88606", "139.0388944"));
cnt = cnt+1;
var markerPos124 = new google.maps.LatLng("37.8861544", "139.0343864");
createMarker(map_canvas, markerPos124, "とやの中央病院新潟市中央区鳥屋野450-3
TEL 025-284-5161
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8861544", "139.0343864"));
cnt = cnt+1;
var markerPos125 = new google.maps.LatLng("37.884494", "139.0700229");
createMarker(map_canvas, markerPos125, "清水たろう歯科新潟市中央区長潟1201-1
TEL 025-257-0888
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.884494", "139.0700229"));
cnt = cnt+1;
var markerPos126 = new google.maps.LatLng("37.9065078", "139.0540619");
createMarker(map_canvas, markerPos126, "笹出線歯科クリニック新潟市中央区米山10-8日生不動産米山ビル
TEL 025-383-8119
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9065078", "139.0540619"));
cnt = cnt+1;
var markerPos127 = new google.maps.LatLng("37.891098", "139.0293004");
createMarker(map_canvas, markerPos127, "かみやま親子歯科新潟市中央区女池上山2-6-13
TEL 025-285-0850
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.891098", "139.0293004"));
cnt = cnt+1;
var markerPos128 = new google.maps.LatLng("37.899595", "139.0652671");
createMarker(map_canvas, markerPos128, "つるい歯科クリニック新潟市中央区紫竹1-5-39
TEL 025-247-3818
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.899595", "139.0652671"));
cnt = cnt+1;
var markerPos129 = new google.maps.LatLng("37.9176121", "139.0578221");
createMarker(map_canvas, markerPos129, "ノエルデンタルクリニック万代新潟市中央区万代4-1-6新潟あおばビル2F
TEL 025-243-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9176121", "139.0578221"));
cnt = cnt+1;
var markerPos130 = new google.maps.LatLng("37.9055044", "139.0117476");
createMarker(map_canvas, markerPos130, "アクア歯科クリニック新潟市中央区文京町1-23
TEL 025-234-4182
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9055044", "139.0117476"));
cnt = cnt+1;
var markerPos131 = new google.maps.LatLng("37.9232473", "139.0438645");
createMarker(map_canvas, markerPos131, "西堀さとう歯科新潟市中央区西堀通6-877-1
TEL 025-201-7302
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9232473", "139.0438645"));
cnt = cnt+1;
var markerPos132 = new google.maps.LatLng("37.89088559", "139.0284926");
createMarker(map_canvas, markerPos132, "ふくい矯正歯科医院新潟市中央区女池上山2-13-23
TEL 025-384-8729
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.89088559", "139.0284926"));
cnt = cnt+1;
var markerPos133 = new google.maps.LatLng("37.88364928", "139.0325171");
createMarker(map_canvas, markerPos133, "新潟南病院 歯科新潟市中央区鳥屋野2007-6
TEL 025-284-2511
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.88364928", "139.0325171"));
cnt = cnt+1;
var markerPos134 = new google.maps.LatLng("37.9045818", "139.0459908");
createMarker(map_canvas, markerPos134, "近藤歯科医院新潟市中央区堀之内1
TEL 025-285-1497
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9045818", "139.0459908"));
cnt = cnt+1;
var markerPos135 = new google.maps.LatLng("37.9049558", "139.04042");
createMarker(map_canvas, markerPos135, "あべ歯科クリニック新潟市中央区上所3-10-65
TEL 025-281-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9049558", "139.04042"));
cnt = cnt+1;
var markerPos136 = new google.maps.LatLng("37.917262", "139.063404");
createMarker(map_canvas, markerPos136, "永井歯科クリニック新潟市中央区東万代町9-38
TEL 025-278-8838
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.917262", "139.063404"));
cnt = cnt+1;
var markerPos137 = new google.maps.LatLng("37.9160442", "139.0424194");
createMarker(map_canvas, markerPos137, "ふるまち歯科新潟市中央区東堀前通2番町361
TEL 025-201-7928
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9160442", "139.0424194"));
cnt = cnt+1;
var markerPos138 = new google.maps.LatLng("37.9206232", "139.0465061");
createMarker(map_canvas, markerPos138, "本町みゆき歯科新潟市中央区本町通6番町1108-1
TEL 025-222-8148
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9206232", "139.0465061"));
cnt = cnt+1;
var markerPos139 = new google.maps.LatLng("37.9216597", "139.0439874");
createMarker(map_canvas, markerPos139, "関塚歯科医院新潟市中央区西堀通前6番町905
TEL 025-222-0344
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9216597", "139.0439874"));
cnt = cnt+1;
var markerPos140 = new google.maps.LatLng("37.9027938", "139.0355593");
createMarker(map_canvas, markerPos140, "だい歯科訪問クリニック新潟市中央区上所中3-14-13上所メディカルセンター2階
TEL 025-256-8200
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9027938", "139.0355593"));
cnt = cnt+1;
var markerPos141 = new google.maps.LatLng("37.9038087", "139.0444072");
createMarker(map_canvas, markerPos141, "上所歯科耳鼻科新潟市中央区近江1-2-3
TEL 025-250-0610
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9038087", "139.0444072"));
cnt = cnt+1;
var markerPos142 = new google.maps.LatLng("37.8846827", "139.079662");
createMarker(map_canvas, markerPos142, "東新潟病院新潟市中央区姥ケ山274-1
TEL 025-286-8811
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8846827", "139.079662"));
cnt = cnt+1;
var markerPos143 = new google.maps.LatLng("37.9158683", "139.0572029");
createMarker(map_canvas, markerPos143, "朝妻歯科医院新潟市中央区万代1-2-3 コープ野村万代201
TEL 025-241-0557
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9158683", "139.0572029"));
if (cnt > 0) {
if (cnt == 1) {
map_canvas.setCenter(new google.maps.LatLng(37.9158683, 139.0572029));
map_canvas.setZoom(15);
} else {
map_canvas.fitBounds(bounds);
}
if(document.getElementById("search_cnt") != null) {
document.getElementById("search_cnt").innerHTML = cnt + "件該当しました。";
}
} else {
if(document.getElementById("search_cnt") != null) {
document.getElementById("search_cnt").innerHTML = "該当する情報がありません。";
}
}
}
function createMarker(map, latlng, text) {
var infoWndOpts = {
content : text
};
var infoWnd = new google.maps.InfoWindow(infoWndOpts);
var markerOpts = {
position : latlng,
map : map
};
var marker = new google.maps.Marker(markerOpts);
google.maps.event.addListener(marker, "click", function(){
//先に開いた情報ウィンドウがあれば、closeする
if (currentInfoWindow) {
currentInfoWindow.close();
}
//情報ウィンドウを開く
infoWnd.open(map, marker);
currentInfoWindow = infoWnd;
});
return marker;
}
function getLatLng(address) {
if (geocoder) {
geocoder.geocode( { 'address': address}, function(results, status) {
if (status == google.maps.GeocoderStatus.OK) {
var bounds = new google.maps.LatLngBounds();
for (var i in results) {
if (results[i].geometry) {
// 緯度経度を取得
latlng = results[i].geometry.location;
// 緯度
map_Point_Y = latlng.lat();
// 経度
map_Point_X = latlng.lng();
map_canvas.setCenter(latlng);
}
}
setMarker();
}
});
}
}
window.onload = initialize;