var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.554093700000000,
135.608056199999960],
name:"Latte(ラテ)",
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/nailsalon-latte/",
shopName:"Latte(ラテ)",
shopTel:"072-979-7557",
reserve:"",
time:"10:00~19:00",
closed:"日曜",
mapDisable:"0"
},
{"latlng":[34.560770100000000,
135.573678999999970],
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/onsen-hananoyu/",
shopName:"華の湯",
shopTel:"072-946-8726",
reserve:"",
time:"10:00~24:00(最終受付23:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.533682500000000,
135.617219600000000],
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/nobehahabikino/",
shopName:"延羽の湯 本店羽曳野",
shopTel:"072-950-1126",
reserve:"",
time:"10: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 += '