var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.600254200000010,
135.530325700000050],
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/yata-jinken/",
shopName:"ふれ愛温泉 矢田",
shopTel:"06-6606-4126",
reserve:"",
time:"6:00~24:00(朝6:00~11:00(最終受付10:30)、夜15:30~24:00(最終受付23:30))",
closed:"第4火曜日(定休日以外にも、設備点検などで、臨時休業する場合があります)",
mapDisable:"0"
},
{"latlng":[34.603970564939880,
135.485464306745940],
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/suminoeonsen/",
shopName:"住之江温泉",
shopTel:"06-6671-8870",
reserve:"",
time:"14:00~23:30",
closed:"月曜",
mapDisable:"0"
},
{"latlng":[34.597311936839950,
135.519799306745880],
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-onsen/",
shopName:"心もからだもポッカポカ 錦温泉(にしきおんせん)",
shopTel:"066-696-0419",
reserve:"",
time:"15:00~翌3:00(毎週土曜日オールナイト営業)",
closed:"年中無休(メンテナンス・大掃除時は臨時休業)",
mapDisable:"0"
},
{"latlng":[34.610032333758720,
135.530237677909780],
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/midori-onsen/",
shopName:"みどり温泉",
shopTel:"06-6691-4720",
reserve:"",
time:"14:00~翌1:00/日9:00~翌1:00",
closed:"第2・4金曜日",
mapDisable:"0"
},
{"latlng":[34.660430084260504,
135.474012762565620],
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/taishyoyu/",
shopName:"大正湯",
shopTel:"06-6552-4819",
reserve:"",
time:"15:00~24:00/日6:00~24:00",
closed:"月曜",
mapDisable:"0"
},
{"latlng":[34.642858032271626,
135.470600000000000],
name:"JOY(ジョイ)大正",
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/joy-taisyou/",
shopName:"JOY(ジョイ)大正",
shopTel:"06-6554-5835",
reserve:"",
time:"14:00~翌1:00(最終受付24: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 = '';
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 += '