var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.665768197192140,
135.535991236106840],
name:"延羽の湯 鶴橋店",
shopImg:"https://www.refle.info/salonImg/MTRAMEA2ZDcyNWQ1ZDUxNjNjMDE3MjE4ZTkzOGZlNzQ5ZjA2NUA5MEA0MjA%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/nobehanoyu-tsuruhashi/",
shopName:"延羽の湯 鶴橋店",
shopTel:"06-4259-1126",
reserve:"",
time:"未定",
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 += '