var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.696080100076360,
135.198819937434400],
name:"鍵(かぎ)",
shopImg:"https://www.refle.info/salonImg/NzY5NUAxMEA2NDEyYmE3NDlmNTllQDkwQDQyMA%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/kagi/",
shopName:"鍵(かぎ)",
shopTel:"090-2707-5540",
reserve:"(完全予約制)",
time:"10:00~22:00(受付時間8:00~23:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.668003971491220,
135.505784764417970],
name:"俺のエステ",
shopImg:"https://www.refle.info/salonImg/MTczMUAxMEA1ZThmNTVhZTg1NDQzQDkwQDQyMA%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/oreno-esute/",
shopName:"俺のエステ",
shopTel:"06-6213-6900",
reserve:"(予約優先)",
time:"10:00~翌5: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 += '