var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[35.634133700000000, 139.714397700000060], name:"グローバル治療院 目黒駅前店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_reflexology.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"リフレクソロジー", url:"/shop/globalchiryouin-meguroekimae/", shopName:"グローバル治療院 目黒駅前店", shopTel:"03-3490-9686", reserve:"", time:"10:00~22:00/日10:00~20:00(月~土:最終受付21時、日祝:最終受付なし)", closed:"年中無休(年末年始は除く)", mapDisable:"0" }, {"latlng":[35.629861300000000, 139.689389000000000], name:"鷹番の湯", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_bathhouse.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"スーパー銭湯", url:"/shop/takaban-yu/", shopName:"鷹番の湯", shopTel:"03-3713-1005", reserve:"", time:"15:00~翌0:30/土日14:00~翌0:30(最終受付24:00)", closed:"金曜", mapDisable:"0" }, {"latlng":[35.633787000000000, 139.717755800000000], name:"ワイガーデン 目黒東口店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/shop_s_open.png", scaledSize : new google.maps.Size(10, 10), manage:"5", genreName:"タイ式", url:"/shop/ygarden-meguro/", shopName:"ワイガーデン 目黒東口店", shopTel:"03-6450-2477", reserve:"", time:"12:00~22:30(受付時間10:30~22:00※65分の最終受付は21:30)", closed:"年末年始", mapDisable:"0" }, {"latlng":[35.637662800000000, 139.723771299999950], name:"PANTHEON(パンテオン) 白金台プラチナ通り店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"店舗マッサージ", url:"/shop/olivespa-pantheon-shirokane/", shopName:"PANTHEON(パンテオン) 白金台プラチナ通り店", shopTel:"03-5475-0606", reserve:"", time:"12:30~翌4:00", closed:"不定休", mapDisable:"0" }, {"latlng":[35.633242200000000, 139.715947599999940], name:"Queensway(クイーンズウェイ)アトレ目黒店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_reflexology.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"リフレクソロジー", url:"/shop/queensway-meguro/", shopName:"Queensway(クイーンズウェイ)アトレ目黒店", shopTel:"03-5740-7227", reserve:"", time:"11:00~21:00", closed:"不定休", mapDisable:"0" }, {"latlng":[35.634575400000000, 139.716630799999960], name:"mon coeur(モンクール)", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"メンズエステ", url:"/shop/salon-moncoeur/", shopName:"mon coeur(モンクール)", shopTel:"03-6721-7558 ", reserve:"(完全予約制)", time:"12:00~23:00(会員様及び女性は27時まで)", closed:"不定休", mapDisable:"0" }, {"latlng":[35.626985638807520, 139.723426388954950], name:"Goo-it!(グイット)五反田店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_reflexology.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"リフレクソロジー", url:"/shop/gooit-gotanda/", shopName:"Goo-it!(グイット)五反田店", shopTel:"03‐5860‐2243", reserve:"", time:"11:00~23:00/土日10:00~23:00", closed:"不定休", mapDisable:"0" }, {"latlng":[35.635420243172696, 139.714869831877200], name:"Goo-it!(グイット)目黒店", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_reflexology.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"リフレクソロジー", url:"/shop/gooit-meguro/", shopName:"Goo-it!(グイット)目黒店", shopTel:"03-6420-3085", reserve:"", time:"11:00~23:00", closed:"不定休", mapDisable:"0" }]; function createMarker(map, i) { //マーカーを作成 station = stationList[i]; latlng = new google.maps.LatLng(station.latlng[0], station.latlng[1]); title = station.name; genreName = station.genreName; manage = station.manage; if(station.url){ imgurl = ''+station.shopName+''; url = ''+station.shopName+''; }else{ imgurl = station.shopName; url = station.shopName; } if(manage <= 5){ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '

'+genreName+'

'; contentStr += '
'; }else if(manage <= '10'){ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '
'+imgurl+'
'; contentStr += '
'; contentStr += '

'+genreName+'

'; contentStr += '

'+station.time+'

'; contentStr += '

'+station.closed+'

'; contentStr += '
'; contentStr += '
'; }else{ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '
'+imgurl+'
'; contentStr += '
'; contentStr += '

'+genreName+'

'; contentStr += '

'+station.time+'

'; contentStr += '

'+station.closed+'

'; contentStr += '
'; contentStr += '
'; } image = "image"+i; var image = { url: station.icon, scaledSize : station.scaledSize } var marker = new google.maps.Marker({ position : latlng, icon : image, map : map, title : title }); var infoWnd = new google.maps.InfoWindow({ content : contentStr }); //マーカーがクリックされたら、情報ウィンドウを表示 google.maps.event.addListener(marker, "click", function(){ if (currentInfoWindow) { currentInfoWindow.close(); } infoWnd.open(map, marker); currentInfoWindow = infoWnd; }); return marker; }