var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[35.684550100000000, 139.614768100000000], 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/utsukushi/", shopName:"美しの湯", shopTel:"03-3334-0008", reserve:"", time:"9:30~24:00(最終受付23:30)", closed:"不定休", mapDisable:"0" }, {"latlng":[35.623124700000000, 139.428833899999970], 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/gokurakuyu-tama/", shopName:"極楽湯 多摩センター店", shopTel:"042-357-8626", reserve:"", time:"9:00~翌2:00/土日7:00~翌2:00(最終受付翌1:20)", closed:"不定休", mapDisable:"0" }, {"latlng":[35.583052000000000, 139.747203200000060], 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/heiwajima/", shopName:"平和島", shopTel:"03-3768-9121", reserve:"", time:"24時間営業", closed:"年中無休(メンテナンス等により、休業の場合有り)", mapDisable:"0" }, {"latlng":[35.749812100000000, 139.512646499999960], 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/ousama-higashikurume/", shopName:"おふろの王様 東久留米店", shopTel:"042-479-2603", reserve:"", time:"10:00~翌1:00(最終受付24:00)", closed:"年中無休(※設備点検等のため休業する場合がございます。)", mapDisable:"0" }, {"latlng":[35.732051299999990, 139.451780300000000], 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/terme-ogawa/", shopName:"テルメ小川", shopTel:"042-344-1126", reserve:"", time:"10:00~23:00(最終受付22:15)", closed:"毎月第2水曜日(祝日の場合は翌週)", mapDisable:"0" }, {"latlng":[35.625865500000000, 139.515025400000000], 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/yomiuriland-okanoyu/", shopName:"よみうりランド 丘の湯", shopTel:"044-969-1126", reserve:"", time:"10:00~24:00(最終受付23:30)", closed:"不定休", mapDisable:"0" }, {"latlng":[35.696767300000000, 139.798561400000040], name:"両国湯屋 江戸遊", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"スーパー銭湯", url:"/shop/edoyu-ryougoku/", shopName:"両国湯屋 江戸遊", shopTel:"03-3621-2611", reserve:"", time:"11:00~翌9:00", closed:"年中無休(年に数回のメンテナンス休館有り)", mapDisable:"0" }, {"latlng":[35.696484830358386, 139.815882101852370], 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/rakutenchi/", shopName:"楽天地スパ", shopTel:"03-3631-4126", reserve:"", time:"月10:00~24:00/24時間営業/日0:00~23:00(日曜日最終受付22:30)", closed:"年中無休", mapDisable:"0" }, {"latlng":[35.672650500000000, 139.779641399999950], name:"湊湯", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"スーパー銭湯", url:"/shop/minatoyu/", shopName:"湊湯", shopTel:"03-3551-0667", reserve:"", time:"15:00~翌0:30(最終入場 24:00 、サウナ最終入場 23:30)", 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; }