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.857204", "138.938145");
createMarker(map_canvas, markerPos0, "
大島歯科医院新潟市西区内野町555
TEL 025-262-2147
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.857204", "138.938145"));
cnt = cnt+1;
var markerPos1 = new google.maps.LatLng("37.879478", "138.968657");
createMarker(map_canvas, markerPos1, "おおはし歯科医院新潟市西区寺尾西2-2-36
TEL 025-260-1023
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.879478", "138.968657"));
cnt = cnt+1;
var markerPos2 = new google.maps.LatLng("37.858321", "138.931604");
createMarker(map_canvas, markerPos2, "小林歯科医院新潟市西区五十嵐三の町南4-76
TEL 025-262-0110
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.858321", "138.931604"));
cnt = cnt+1;
var markerPos3 = new google.maps.LatLng("37.872206", "138.966555");
createMarker(map_canvas, markerPos3, "田辺歯科医院新潟市西区坂井東6-12-33
TEL 025-260-3221
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.872206", "138.966555"));
cnt = cnt+1;
var markerPos4 = new google.maps.LatLng("37.847689", "138.917901");
createMarker(map_canvas, markerPos4, "多和田歯科医院新潟市西区五十嵐中島5-1-12
TEL 025-261-0211
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.847689", "138.917901"));
cnt = cnt+1;
var markerPos5 = new google.maps.LatLng("37.878053", "138.965838");
createMarker(map_canvas, markerPos5, "寺尾歯科医院新潟市西区寺尾西3-4-3
TEL 025-268-4312
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.878053", "138.965838"));
cnt = cnt+1;
var markerPos6 = new google.maps.LatLng("37.872326", "138.973965");
createMarker(map_canvas, markerPos6, "根津歯科医院新潟市西区寺尾東3-1-12
TEL 025-260-0400
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.872326", "138.973965"));
cnt = cnt+1;
var markerPos7 = new google.maps.LatLng("37.880792", "138.972967");
createMarker(map_canvas, markerPos7, "ほんま歯科新潟市西区寺尾台3-16-22
TEL 025-268-4646
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.880792", "138.972967"));
cnt = cnt+1;
var markerPos8 = new google.maps.LatLng("37.886408", "138.983363");
createMarker(map_canvas, markerPos8, "大村歯科医院新潟市西区小針西2-11-8
TEL 025-267-4754
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.886408", "138.983363"));
cnt = cnt+1;
var markerPos9 = new google.maps.LatLng("37.887675", "138.988043");
createMarker(map_canvas, markerPos9, "小畑歯科医院新潟市西区小針西1-3-7
TEL 025-266-2905
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.887675", "138.988043"));
cnt = cnt+1;
var markerPos10 = new google.maps.LatLng("37.891691", "138.989754");
createMarker(map_canvas, markerPos10, "川崎歯科医院新潟市西区小針台1-47
TEL 025-266-7010
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.891691", "138.989754"));
cnt = cnt+1;
var markerPos11 = new google.maps.LatLng("37.889508", "138.993023");
createMarker(map_canvas, markerPos11, "佐藤歯科クリニック新潟市西区小針南台3-28
TEL 025-231-1361
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889508", "138.993023"));
cnt = cnt+1;
var markerPos12 = new google.maps.LatLng("37.889205", "138.992779");
createMarker(map_canvas, markerPos12, "西原歯科医院新潟市西区小針南台3-6
TEL 025-265-2323
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889205", "138.992779"));
cnt = cnt+1;
var markerPos13 = new google.maps.LatLng("37.899562", "138.997205");
createMarker(map_canvas, markerPos13, "村田歯科医院新潟市西区青山5-9-34
TEL 025-267-6736
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.899562", "138.997205"));
cnt = cnt+1;
var markerPos14 = new google.maps.LatLng("37.811941", "138.882341");
createMarker(map_canvas, markerPos14, "よしざわ歯科新潟市西区赤塚4598
TEL 025-239-2229
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.811941", "138.882341"));
cnt = cnt+1;
var markerPos15 = new google.maps.LatLng("37.875664", "138.972362");
createMarker(map_canvas, markerPos15, "保苅歯科医院新潟市西区寺尾上2-3-70
TEL 025-260-1169
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.875664", "138.972362"));
cnt = cnt+1;
var markerPos16 = new google.maps.LatLng("37.8733304", "138.9589001");
createMarker(map_canvas, markerPos16, "石川歯科医院新潟市西区坂井砂山2-15-17
TEL 025-260-6400
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8733304", "138.9589001"));
cnt = cnt+1;
var markerPos17 = new google.maps.LatLng("37.893655", "139.002494");
createMarker(map_canvas, markerPos17, "東青山歯科医院新潟市西区東青山1-5-19青山ビル2F
TEL 025-233-0555
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.893655", "139.002494"));
cnt = cnt+1;
var markerPos18 = new google.maps.LatLng("37.881084", "138.980214");
createMarker(map_canvas, markerPos18, "野田歯科医院新潟市西区寺尾6-33
TEL 025-260-6081
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.881084", "138.980214"));
cnt = cnt+1;
var markerPos19 = new google.maps.LatLng("37.8675297", "138.9852114");
createMarker(map_canvas, markerPos19, "桐生歯科医院新潟市西区亀貝3163
TEL 025-260-3379
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8675297", "138.9852114"));
cnt = cnt+1;
var markerPos20 = new google.maps.LatLng("37.883317", "138.976986");
createMarker(map_canvas, markerPos20, "加藤歯科医院新潟市西区寺尾台2-5-1
TEL 025-233-3445
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.883317", "138.976986"));
cnt = cnt+1;
var markerPos21 = new google.maps.LatLng("37.882859", "138.988554");
createMarker(map_canvas, markerPos21, "たざわ歯科医院新潟市西区小針南21-1
TEL 025-233-0116
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.882859", "138.988554"));
cnt = cnt+1;
var markerPos22 = new google.maps.LatLng("37.889958", "139.001467");
createMarker(map_canvas, markerPos22, "藤巻歯科医院新潟市西区小針1-29-11
TEL 025-231-3211
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889958", "139.001467"));
cnt = cnt+1;
var markerPos23 = new google.maps.LatLng("37.869342", "138.958348");
createMarker(map_canvas, markerPos23, "あおき歯科医院新潟市西区坂井砂山4-3-28
TEL 025-260-0033
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.869342", "138.958348"));
cnt = cnt+1;
var markerPos24 = new google.maps.LatLng("37.889894", "138.988768");
createMarker(map_canvas, markerPos24, "加藤歯科医院新潟市西区真砂1-1-7
TEL 025-233-3324
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889894", "138.988768"));
cnt = cnt+1;
var markerPos25 = new google.maps.LatLng("37.851183", "138.92555");
createMarker(map_canvas, markerPos25, "山岸歯科医院新潟市西区五十嵐中島2-1-10
TEL 025-263-5278
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.851183", "138.92555"));
cnt = cnt+1;
var markerPos26 = new google.maps.LatLng("37.890941", "138.990332");
createMarker(map_canvas, markerPos26, "三村歯科医院新潟市西区小針が丘2-54
TEL 025-266-4768
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.890941", "138.990332"));
cnt = cnt+1;
var markerPos27 = new google.maps.LatLng("37.881798", "138.963555");
createMarker(map_canvas, markerPos27, "川上歯科医院新潟市西区寺尾西5-8-62
TEL 025-269-5388
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.881798", "138.963555"));
cnt = cnt+1;
var markerPos28 = new google.maps.LatLng("37.878284", "138.981697");
createMarker(map_canvas, markerPos28, "雨田歯科医院新潟市西区寺尾前通3-3-4
TEL 025-233-2115
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.878284", "138.981697"));
cnt = cnt+1;
var markerPos29 = new google.maps.LatLng("37.876687", "138.951045");
createMarker(map_canvas, markerPos29, "やまむろ歯科医院新潟市西区五十嵐一の町7283
TEL 025-268-1874
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.876687", "138.951045"));
cnt = cnt+1;
var markerPos30 = new google.maps.LatLng("37.893977", "138.982371");
createMarker(map_canvas, markerPos30, "明倫短期大学附属歯科診療所新潟市西区真砂3-16-10
TEL 025-232-6361
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.893977", "138.982371"));
cnt = cnt+1;
var markerPos31 = new google.maps.LatLng("37.893539", "138.997237");
createMarker(map_canvas, markerPos31, "和田歯科医院新潟市西区青山新町1-3
TEL 025-265-0418
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.893539", "138.997237"));
cnt = cnt+1;
var markerPos32 = new google.maps.LatLng("37.857293", "138.936159");
createMarker(map_canvas, markerPos32, "神成歯科医院新潟市西区内野町468
TEL 025-262-2171
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.857293", "138.936159"));
cnt = cnt+1;
var markerPos33 = new google.maps.LatLng("37.862142", "138.937136");
createMarker(map_canvas, markerPos33, "フォレスト歯科クリニック新潟市西区内野山手1-1-32
TEL 025-263-3616
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.862142", "138.937136"));
cnt = cnt+1;
var markerPos34 = new google.maps.LatLng("37.86742", "138.933203");
createMarker(map_canvas, markerPos34, "四反田歯科医院新潟市西区五十嵐二の町9055-2
TEL 025-261-4109
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86742", "138.933203"));
cnt = cnt+1;
var markerPos35 = new google.maps.LatLng("37.890605", "138.981557");
createMarker(map_canvas, markerPos35, "つちや歯科医院新潟市西区真砂2-13-20
TEL 025-267-7788
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.890605", "138.981557"));
cnt = cnt+1;
var markerPos36 = new google.maps.LatLng("37.874757", "138.992071");
createMarker(map_canvas, markerPos36, "朝妻歯科医院新潟市西区小新西3-11-1
TEL 025-266-0118
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.874757", "138.992071"));
cnt = cnt+1;
var markerPos37 = new google.maps.LatLng("37.895418", "138.994761");
createMarker(map_canvas, markerPos37, "アップル歯科医院新潟市西区小針上山4-30パイオニアビル1F
TEL 025-265-7733
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.895418", "138.994761"));
cnt = cnt+1;
var markerPos38 = new google.maps.LatLng("37.895882", "138.994334");
createMarker(map_canvas, markerPos38, "横堀歯科医院新潟市西区松美台2-4
TEL 025-230-1022
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.895882", "138.994334"));
cnt = cnt+1;
var markerPos39 = new google.maps.LatLng("37.881317", "138.989921");
createMarker(map_canvas, markerPos39, "松田歯科医院新潟市西区小針7-5-13
TEL 025-234-1112
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.881317", "138.989921"));
cnt = cnt+1;
var markerPos40 = new google.maps.LatLng("37.873112", "138.974245");
createMarker(map_canvas, markerPos40, "池矯正歯科新潟市西区寺尾東3-2-19
TEL 025-264-1511
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.873112", "138.974245"));
cnt = cnt+1;
var markerPos41 = new google.maps.LatLng("37.815558", "138.90391");
createMarker(map_canvas, markerPos41, "下川路歯科医院新潟市西区みずき野2-14-33
TEL 025-239-0007
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.815558", "138.90391"));
cnt = cnt+1;
var markerPos42 = new google.maps.LatLng("37.886188", "138.97222");
createMarker(map_canvas, markerPos42, "松本歯科クリニック新潟市西区寺尾北1-5-16
TEL 025-264-1890
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.886188", "138.97222"));
cnt = cnt+1;
var markerPos43 = new google.maps.LatLng("37.889521", "139.0034");
createMarker(map_canvas, markerPos43, "杉本歯科クリニック新潟市西区小針1-4-17
TEL 025-232-0885
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.889521", "139.0034"));
cnt = cnt+1;
var markerPos44 = new google.maps.LatLng("37.888369", "138.976519");
createMarker(map_canvas, markerPos44, "黒川歯科医院新潟市西区松海が丘2-4-9
TEL 025-267-3369
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.888369", "138.976519"));
cnt = cnt+1;
var markerPos45 = new google.maps.LatLng("37.86955", "138.964069");
createMarker(map_canvas, markerPos45, "松木歯科医院新潟市西区坂井1033-1
TEL 025-260-8020
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86955", "138.964069"));
cnt = cnt+1;
var markerPos46 = new google.maps.LatLng("37.868786", "138.9307");
createMarker(map_canvas, markerPos46, "ひかり歯科医院新潟市西区五十嵐二の町8956
TEL 025-262-1858
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.868786", "138.9307"));
cnt = cnt+1;
var markerPos47 = new google.maps.LatLng("37.814977", "138.884151");
createMarker(map_canvas, markerPos47, "たかだ歯科医院新潟市西区赤塚4390
TEL 025-264-3911
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.814977", "138.884151"));
cnt = cnt+1;
var markerPos48 = new google.maps.LatLng("37.874029", "138.977265");
createMarker(map_canvas, markerPos48, "わたなべ歯科医院新潟市西区坂井東3-15-22
TEL 025-260-5505
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.874029", "138.977265"));
cnt = cnt+1;
var markerPos49 = new google.maps.LatLng("37.861931", "138.950205");
createMarker(map_canvas, markerPos49, "いのうえ歯科クリニック新潟市西区新通西2-8-3
TEL 025-261-6566
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.861931", "138.950205"));
cnt = cnt+1;
var markerPos50 = new google.maps.LatLng("37.901387", "139.005921");
createMarker(map_canvas, markerPos50, "あおやま歯科医院新潟市西区浦山2-1-66サンシャイン青山2F
TEL 025-231-0882
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.901387", "139.005921"));
cnt = cnt+1;
var markerPos51 = new google.maps.LatLng("37.87849", "138.99511");
createMarker(map_canvas, markerPos51, "健やか医院新潟市西区小新1130
TEL 025-232-5301
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.87849", "138.99511"));
cnt = cnt+1;
var markerPos52 = new google.maps.LatLng("37.86224", "139.013915");
createMarker(map_canvas, markerPos52, "浅妻歯科黒埼診療所新潟市西区山田字西山田2602
TEL 025-379-2515
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86224", "139.013915"));
cnt = cnt+1;
var markerPos53 = new google.maps.LatLng("37.845553", "139.014846");
createMarker(map_canvas, markerPos53, "岩野歯科医院新潟市西区大野町2932
TEL 025-377-5815
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.845553", "139.014846"));
cnt = cnt+1;
var markerPos54 = new google.maps.LatLng("37.847597", "139.017562");
createMarker(map_canvas, markerPos54, "西原歯科医院新潟市西区大野町2879
TEL 025-377-2220
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.847597", "139.017562"));
cnt = cnt+1;
var markerPos55 = new google.maps.LatLng("37.847353", "139.018748");
createMarker(map_canvas, markerPos55, "高橋歯科医院新潟市西区大野町3279
TEL 025-379-2105
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.847353", "139.018748"));
cnt = cnt+1;
var markerPos56 = new google.maps.LatLng("37.84565", "139.014716");
createMarker(map_canvas, markerPos56, "いわの小児歯科新潟市西区大野町2933
TEL 025-377-5815
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.84565", "139.014716"));
cnt = cnt+1;
var markerPos57 = new google.maps.LatLng("37.833492", "139.001102");
createMarker(map_canvas, markerPos57, "中原歯科医院新潟市西区金巻2037-1
TEL 025-377-6201
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.833492", "139.001102"));
cnt = cnt+1;
var markerPos58 = new google.maps.LatLng("37.882649", "139.009808");
createMarker(map_canvas, markerPos58, "やかた歯科医院新潟市西区寺地2031
TEL 025-233-1182
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.882649", "139.009808"));
cnt = cnt+1;
var markerPos59 = new google.maps.LatLng("37.849949", "139.008363");
createMarker(map_canvas, markerPos59, "佐久間歯科医院新潟市西区鳥原2640-1
TEL 025-378-7788
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.849949", "139.008363"));
cnt = cnt+1;
var markerPos60 = new google.maps.LatLng("37.848361", "139.018807");
createMarker(map_canvas, markerPos60, "渡辺歯科医院新潟市西区大野町3670
TEL 025-377-2259
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.848361", "139.018807"));
cnt = cnt+1;
var markerPos61 = new google.maps.LatLng("37.880918", "139.008286");
createMarker(map_canvas, markerPos61, "上野歯科医院新潟市西区寺地544-6リンクス5-B
TEL 025-230-1481
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.880918", "139.008286"));
cnt = cnt+1;
var markerPos62 = new google.maps.LatLng("37.859418", "139.017187");
createMarker(map_canvas, markerPos62, "滝歯科医院新潟市西区善久97
TEL 025-379-0005
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.859418", "139.017187"));
cnt = cnt+1;
var markerPos63 = new google.maps.LatLng("37.86704", "139.016819");
createMarker(map_canvas, markerPos63, "さかい歯科・矯正歯科クリニック新潟市西区山田416-1第2大鵬ビル1F
TEL 025-370-1192
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86704", "139.016819"));
cnt = cnt+1;
var markerPos64 = new google.maps.LatLng("37.848858", "139.012244");
createMarker(map_canvas, markerPos64, "杉山歯科医院新潟市西区鳥原151-4
TEL 025-370-1631
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.848858", "139.012244"));
cnt = cnt+1;
var markerPos65 = new google.maps.LatLng("37.867709", "139.009009");
createMarker(map_canvas, markerPos65, "K・歯科クリニック新潟市西区立仏59-1
TEL 025-370-1500
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.867709", "139.009009"));
cnt = cnt+1;
var markerPos66 = new google.maps.LatLng("37.887664", "138.998523");
createMarker(map_canvas, markerPos66, "新潟県厚生農業協同組合連合会新潟医療センター新潟市西区小針3-27-11
TEL 025-232-0111
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.887664", "138.998523"));
cnt = cnt+1;
var markerPos67 = new google.maps.LatLng("37.880524", "138.958924");
createMarker(map_canvas, markerPos67, "ふじわら歯科クリニック新潟市西区上新栄町6-18-20
TEL 025-264-7007
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.880524", "138.958924"));
cnt = cnt+1;
var markerPos68 = new google.maps.LatLng("37.86458844", "138.9399934");
createMarker(map_canvas, markerPos68, "いからし歯科新潟市西区五十嵐二の町8254
TEL 025-211-5260
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86458844", "138.9399934"));
cnt = cnt+1;
var markerPos69 = new google.maps.LatLng("37.892714", "139.007416");
createMarker(map_canvas, markerPos69, "プレール歯科新潟市西区平島2-12-10
TEL 025-231-0660
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.892714", "139.007416"));
cnt = cnt+1;
var markerPos70 = new google.maps.LatLng("37.86245396", "138.9619017");
createMarker(map_canvas, markerPos70, "五十川歯科医院新潟市西区新通南2-11-11
TEL 025-260-8069
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86245396", "138.9619017"));
cnt = cnt+1;
var markerPos71 = new google.maps.LatLng("37.876236", "138.964438");
createMarker(map_canvas, markerPos71, "深井・加藤歯科医院新潟市西区寺尾西3-12-5
TEL 025-260-8024
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.876236", "138.964438"));
cnt = cnt+1;
var markerPos72 = new google.maps.LatLng("37.843775", "139.009236");
createMarker(map_canvas, markerPos72, "たて歯科医院新潟市西区金巻785-1
TEL 025-379-0488
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.843775", "139.009236"));
cnt = cnt+1;
var markerPos73 = new google.maps.LatLng("37.871197", "138.970719");
createMarker(map_canvas, markerPos73, "レオ歯科クリニック新潟市西区坂井東5-25-21
TEL 025-374-4374
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.871197", "138.970719"));
cnt = cnt+1;
var markerPos74 = new google.maps.LatLng("37.896635", "138.996778");
createMarker(map_canvas, markerPos74, "いっせい歯科クリニック新潟市西区青山4-7-1
TEL 025-231-8027
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.896635", "138.996778"));
cnt = cnt+1;
var markerPos75 = new google.maps.LatLng("37.89593357", "138.9920175");
createMarker(map_canvas, markerPos75, "子田歯科医院新潟市西区松美台4-66
TEL 025-378-8591
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.89593357", "138.9920175"));
cnt = cnt+1;
var markerPos76 = new google.maps.LatLng("37.8961269", "139.0015358");
createMarker(map_canvas, markerPos76, "木村歯科クリニック新潟市西区青山1-23-1
TEL 025-250-1795
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8961269", "139.0015358"));
cnt = cnt+1;
var markerPos77 = new google.maps.LatLng("37.8849694", "138.9868822");
createMarker(map_canvas, markerPos77, "みやざき歯科医院新潟市西区寺尾朝日通11-1
TEL 025-234-1881
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8849694", "138.9868822"));
cnt = cnt+1;
var markerPos78 = new google.maps.LatLng("37.8776661", "138.9551474");
createMarker(map_canvas, markerPos78, "せいだデンタルクリニック新潟市西区五十嵐東3-13-5
TEL 025-268-7748
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8776661", "138.9551474"));
cnt = cnt+1;
var markerPos79 = new google.maps.LatLng("37.8918832", "139.0042358");
createMarker(map_canvas, markerPos79, "ばばこども歯科クリニック新潟市西区平島1-3-2
TEL 025-201-3900
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8918832", "139.0042358"));
cnt = cnt+1;
var markerPos80 = new google.maps.LatLng("37.8711816", "138.9765232");
createMarker(map_canvas, markerPos80, "ひらの歯科医院新潟市西区坂井東3-27-8
TEL 025-211-8006
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8711816", "138.9765232"));
cnt = cnt+1;
var markerPos81 = new google.maps.LatLng("37.846025", "138.926747");
createMarker(map_canvas, markerPos81, "いとう歯科診療所新潟市西区内野西が丘3-10-15
TEL 025-263-1184
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.846025", "138.926747"));
cnt = cnt+1;
var markerPos82 = new google.maps.LatLng("37.8819733", "139.0015533");
createMarker(map_canvas, markerPos82, "相澤歯科医院新潟市西区小新5-5-12
TEL 025-211-8051
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8819733", "139.0015533"));
cnt = cnt+1;
var markerPos83 = new google.maps.LatLng("37.8486243", "138.9141484");
createMarker(map_canvas, markerPos83, "きんじょう歯科こどもクリニック新潟市西区五十嵐中島5-17-45
TEL 025-261-6480
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8486243", "138.9141484"));
cnt = cnt+1;
var markerPos84 = new google.maps.LatLng("37.8821843", "139.0007672");
createMarker(map_canvas, markerPos84, "ひろお矯正歯科クリニック新潟市西区小新5-3-27
TEL 025-378-4872
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8821843", "139.0007672"));
cnt = cnt+1;
var markerPos85 = new google.maps.LatLng("37.8790018", "139.0083528");
createMarker(map_canvas, markerPos85, "マルヤマデンタルクリニック新潟市西区ときめき西3-6-1
TEL 025-378-8072
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8790018", "139.0083528"));
cnt = cnt+1;
var markerPos86 = new google.maps.LatLng("37.8926352", "138.9853875");
createMarker(map_canvas, markerPos86, "なかじま歯科クリニック新潟市西区真砂1-13-36
TEL 025-211-3215
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8926352", "138.9853875"));
cnt = cnt+1;
var markerPos87 = new google.maps.LatLng("37.86845684", "138.9940581");
createMarker(map_canvas, markerPos87, "おおぬき歯科クリニック新潟市西区小新南2-1-78
TEL 025-211-3741
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.86845684", "138.9940581"));
cnt = cnt+1;
var markerPos88 = new google.maps.LatLng("37.8475445", "138.9230089");
createMarker(map_canvas, markerPos88, "なかじま歯科医院新潟市西区内野西が丘3-13-11
TEL 025-201-7548
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8475445", "138.9230089"));
cnt = cnt+1;
var markerPos89 = new google.maps.LatLng("37.8467163", "138.9164485");
createMarker(map_canvas, markerPos89, "こやま歯科クリニック新潟市西区五十嵐中島5-21-5
TEL 025-378-6008
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8467163", "138.9164485"));
cnt = cnt+1;
var markerPos90 = new google.maps.LatLng("37.9001591", "138.9948302");
createMarker(map_canvas, markerPos90, "とうじょう歯科新潟市西区青山7-2-9
TEL 025-211-4078
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.9001591", "138.9948302"));
cnt = cnt+1;
var markerPos91 = new google.maps.LatLng("37.8963783", "139.0049982");
createMarker(map_canvas, markerPos91, "きらめき歯科クリニック新潟市西区青山2-5-1
TEL 025-378-2411
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8963783", "139.0049982"));
cnt = cnt+1;
var markerPos92 = new google.maps.LatLng("37.8736048", "139.0077063");
createMarker(map_canvas, markerPos92, "ときめきファミリー歯科・矯正歯科新潟市西区ときめき西1-1-19
TEL 025-377-1155
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8736048", "139.0077063"));
cnt = cnt+1;
var markerPos93 = new google.maps.LatLng("37.8675917", "138.9903154");
createMarker(map_canvas, markerPos93, "にいがたこども歯科新潟市西区小新南2丁目9-13
TEL 025-201-8588
[医院詳細]
");
bounds.extend(new google.maps.LatLng("37.8675917", "138.9903154"));
if (cnt > 0) {
if (cnt == 1) {
map_canvas.setCenter(new google.maps.LatLng(37.8675917, 138.9903154));
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;