var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.872399700000000,
135.589960400000000],
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/syofuen/",
shopName:"美人湯 祥風苑",
shopTel:"072-689-6700",
reserve:"",
time:"10:00~24:00(最終受付23:00)",
closed:"設備点検の為臨時休業有",
mapDisable:"0"
},
{"latlng":[34.849674900000000,
135.620046300000000],
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/tenjin-spa/",
shopName:"天神の湯",
shopTel:"072-681-1388",
reserve:"",
time:"10:00~24:00(最終受付23:00)",
closed:"年中無休※都合により臨時休館させて頂く場合がございます。",
mapDisable:"0"
},
{"latlng":[34.850254268962850,
135.617177353373000],
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-takatuki/",
shopName:"錦温泉(にしきおんせん)",
shopTel:"072-682-2026",
reserve:"",
time:"15:30~23:30",
closed:"第1・3水曜日",
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 += '