var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.691625975053356,
135.186671897570650],
name:"ヴィーナス神戸",
shopImg:"https://www.refle.info/salonImg/NzAwOEAxMEA2MGVlYmU0NGYyNTI0QDkwQDQyMA%3D%3D.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_massage_close.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/venus-esthe/",
shopName:"ヴィーナス神戸",
shopTel:"070-8460-1515",
reserve:"(完全予約制)",
time:"11:00~24:00(受付時間10:30~24:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.688786542360690,
135.185909456577000],
name:"STAR LIGHT(スターライト)",
shopImg:"https://www.refle.info/salonImg/NzUzNkAxMEA2MzA1OGYzN2I4NTRjQDkwQDQyMA%3D%3D.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_massage_close.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"30",
genreName:"メンズエステ",
url:"/shop/starlight/",
shopName:"STAR LIGHT(スターライト)",
shopTel:"070-8937-8648",
reserve:"(予約優先)",
time:"10:00~翌4: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 += '