var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.735029408816450,
135.339235653372950],
name:"S-class(エスクラス)",
shopImg:"https://www.refle.info/salonImg/Nzk2MUAxMEA2NWQ2YjQ0Nzg5M2ZmQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/sclassdesu/",
shopName:"S-class(エスクラス)",
shopTel:"080-4293-2508",
reserve:"(完全予約制)",
time:"10:00~翌3:00",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.736679619576780,
135.336158774439240],
name:"フェアリータッチ",
shopImg:"https://www.refle.info/salonImg/NzkyNkAxMEA2NWRkZTNlYTMyZDI2QDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/fairy-touch/",
shopName:"フェアリータッチ",
shopTel:"080-4021-1925",
reserve:"(完全予約制)",
time:"10:00~翌2:00",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.736220532993220,
135.342514611045060],
name:"素敵なお姉さん",
shopImg:"https://www.refle.info/salonImg/ODE2NEAxMEA2NzExY2Y5Y2VlYjJhQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/sutekinaoneesan/",
shopName:"素敵なお姉さん",
shopTel:"090-8152-3101",
reserve:"(予約優先)",
time:"10:00~翌5:00(受付時間10:00~翌4:00)",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.742861985932880,
135.356764407934550],
name:"Larus(ラルス)",
shopImg:"https://www.refle.info/salonImg/NzU2NEAxMEA2MzJhY2M4ZTViYTRkQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/larusspa/",
shopName:"Larus(ラルス)",
shopTel:"080-2396-2146",
reserve:"(完全予約制)",
time:"10:00~翌3:00",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.736012997457960,
135.339298197226400],
name:"KoBe Runway(コウベランウェイ)",
shopImg:"https://www.refle.info/salonImg/NzIzOEA1QDYxZWEzYWQ0YmZlOTdAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/kobe-runway/",
shopName:"KoBe Runway(コウベランウェイ)",
shopTel:"080-6335-4088",
reserve:"(完全予約制)",
time:"10:00~翌3:00(最終受付)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.735899825609955,
135.341193740492830],
name:"COCOAT(ココアット)",
shopImg:"https://www.refle.info/salonImg/NTI2NkAxMEA2NmIxZGIzNzY2ODMxQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_massage.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/cocoat-aroma/",
shopName:"COCOAT(ココアット)",
shopTel:"070-1826-0110",
reserve:"(完全予約制)",
time:"10:00~翌6:30(最終受付)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.744636092056260,
135.356696389514580],
name:"ダンディハウス 西宮北口店",
shopImg:"https://www.refle.info/salonImg/NTUxNEAwQGZhOWM5ZjI3YmU4YzdiZGEwNDEzMzVhYTU4MWEyY2FhQDkwQDQyMA%3D%3D.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズエステティック",
url:"/shop/dandy-nishinomiya-kitaguchi/",
shopName:"ダンディハウス 西宮北口店",
shopTel:"0120-552-011",
reserve:"(完全予約制)",
time:"11:00~21:00/土日10:00~19: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 += '