var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[35.011668600000000, 135.679920000000040], name:"風風の湯(ふふのゆ)", shopImg:"https://www.refle.info/salonImg/MzU3OEAwQDg0MTk3MDg3Y2RjN2JhZjk3YzFiN2UzMTIyZTNjYzY3QDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/fufunoyu/", shopName:"風風の湯(ふふのゆ)", shopTel:"075-863-1126", reserve:"", time:"12:00~22:00(最終受付21:30)", closed:"年中無休(休館日有)", mapDisable:"0" }, {"latlng":[34.999681500000010, 135.742490200000020], name:"はなの湯", shopImg:"https://www.refle.info/salonImg/NjQ4QDBAMmI1NzVlMWQ2OThjMjYwYTU4OTJmMzYxYTJhMjI5ZjhAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/yamatonoyu-mibu/", shopName:"はなの湯", shopTel:"075-813-2611", reserve:"", time:"10:00~翌1:00(最終受付24:00)", closed:"年中無休(年2回メンテナンス臨時休有)", mapDisable:"0" }, {"latlng":[34.957132800000000, 135.751266799999940], name:"力の湯", shopImg:"https://www.refle.info/salonImg/NjUwQDEwQDVmMDZkNDdmNDZjOTFAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/chikara-u/", shopName:"力の湯", shopTel:"075-645-4126", reserve:"", time:"10:00~22:00/金土10:00~23:00(月~木最終受付21時00分/金・土最終受付22時00分)", closed:"不定休(年2回メンテナンスの為休業します。)", mapDisable:"0" }, {"latlng":[34.869651100000000, 135.778410099999970], name:"源氏の湯", shopImg:"https://www.refle.info/salonImg/MjczNkAxMEA1ZjBkNGQ0ZjU5OWM5QDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/genji-yu/", shopName:"源氏の湯", shopTel:"0774-41-2615", reserve:"", time:"10:00~翌1:00/土日9:00~翌1:00(最終受付24:00)", closed:"年中無休(※施設点検日を除く)", mapDisable:"0" }, {"latlng":[35.668356000000000, 135.079705000000000], name:"あしぎぬ温泉", shopImg:"https://www.refle.info/salonImg/MTQ2OUAxMEA1ZjBiZmI2ZjhlN2VhQDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/ashiginuonsen/", shopName:"あしぎぬ温泉", shopTel:"0772-65-2000", reserve:"", time:"10:00~22:00(最終受付21:30)", closed:"水曜、水曜日が祝日の場合は営業", mapDisable:"0" }, {"latlng":[34.933328472088405, 135.724356254631060], name:"ひじりのね", shopImg:"https://www.refle.info/salonImg/MjczNUAxMEA1ZjA2YmQ3MDAzZmNmQDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/hijirinone/", shopName:"ひじりのね", shopTel:"075-925-1126", reserve:"", time:"8:00~24:00", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.975846900000000, 135.687906200000040], name:"仁左衛門の湯", shopImg:"https://www.refle.info/salonImg/NjUxQDEwQDVmMDgwNDczMzZiMDdAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_bathhouse_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"25", genreName:"スーパー銭湯", url:"/shop/nizaemon/", shopName:"仁左衛門の湯", shopTel:"075-393-4500", reserve:"", time:"10:00~翌2:00/土日祝8:00~翌2:00(最終受付翌1: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; }