var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"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.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.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"
},
{"latlng":[34.999594365778910,
135.754233318402600],
name:"白山湯(はくさんゆ)高辻店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/shop_s_close.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"銭湯(公衆浴場)",
url:"/shop/hakusanyu/",
shopName:"白山湯(はくさんゆ)高辻店",
shopTel:"075-351-3648",
reserve:"",
time:"15:00~24:00/日7:00~24:00",
closed:"土曜",
mapDisable:"0"
},
{"latlng":[35.007031627833760,
135.776663498672520],
name:"新シ湯 (あたらしゆ)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/shop_s_close.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"銭湯(公衆浴場)",
url:"/shop/atarasiyu/",
shopName:"新シ湯 (あたらしゆ)",
shopTel:"075-561-4210",
reserve:"",
time:"14:30~翌0:30",
closed:"金曜",
mapDisable:"0"
},
{"latlng":[35.004798602991900,
135.763464161971340],
name:"錦湯(にしきゆ)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/shop_s_close.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"銭湯(公衆浴場)",
url:"/shop/nishiki-yu/",
shopName:"錦湯(にしきゆ)",
shopTel:"075-221-6479",
reserve:"",
time:"16:00~24:00",
closed:"月曜",
mapDisable:"1"
}];
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 = '';
url = ''+station.shopName+'';
}else{
imgurl = station.shopName;
url = station.shopName;
}
if(manage <= 5){
contentStr = '
'+url+'
'; contentStr += ''+genreName+'
'; contentStr += ''+url+'
'; contentStr += ''+genreName+'
'; contentStr += ''+station.time+'
'; contentStr += ''+station.closed+'
'; contentStr += ''+url+'
'; contentStr += ''+genreName+'
'; contentStr += ''+station.time+'
'; contentStr += ''+station.closed+'
'; contentStr += '