var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.636325583140100,
135.498618006134170],
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/tensuiyu/",
shopName:"天水湯(てんすいゆ)",
shopTel:"06-6651-1646",
reserve:"",
time:"12:00~24:00",
closed:"水曜",
mapDisable:"0"
},
{"latlng":[34.687861200000000,
135.542695300000000],
name:"菊水温泉(城東区)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/shop_s_open.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"銭湯(公衆浴場)",
url:"/shop/kikusui-jotoku/",
shopName:"菊水温泉(城東区)",
shopTel:"06-6962-2100",
reserve:"",
time:"16:00~22:30",
closed:"第3月曜日",
mapDisable:"0"
},
{"latlng":[34.822032278096266,
135.575742590178270],
name:"山水温泉",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/shop_s_open.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"銭湯(公衆浴場)",
url:"/shop/sansui/",
shopName:"山水温泉",
shopTel:"072-625-1866",
reserve:"",
time:"14: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 += '