var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.688837803898380,
139.698229323007700],
name:"りらくる 新宿西口店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/riracle-shinjuku-w/",
shopName:"りらくる 新宿西口店",
shopTel:"050-8883-9821",
reserve:"",
time:"9:00~24:00(最終受付23:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.690126600000000,
139.699141700000040],
name:"Queensway(クイーンズウェイ)新宿京王百貨店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/queensway-shinnjuku/",
shopName:"Queensway(クイーンズウェイ)新宿京王百貨店",
shopTel:"03-5324-7227",
reserve:"",
time:"10:00~20:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.682537400000010,
139.701607800000030],
name:"りらくる 代々木駅前店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/riraku-salon-yoyogiekima/",
shopName:"りらくる 代々木駅前店",
shopTel:"050-8886-9899",
reserve:"",
time:"9:00~24:00(最終受付翌4:00)",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[35.690366300000000,
139.706305200000000],
name:"グローバル治療院 新宿通店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/globalchiryouin-shijukudouri/",
shopName:"グローバル治療院 新宿通店",
shopTel:"03-3358-6005",
reserve:"",
time:"10:00~21:00/土日10:00~20:00",
closed:"年中無休(年末年始は除く)",
mapDisable:"0"
},
{"latlng":[35.689154646185160,
139.709812067493890],
name:"Goo-it!(グイット)新宿御苑店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/gooit-shinjuku-gyoen/",
shopName:"Goo-it!(グイット)新宿御苑店",
shopTel:"03-6274-8603",
reserve:"",
time:"11:00~23:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.689237700000000,
139.696653100000050],
name:"Goo-it!(グイット)新宿西口店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/gooit-shinjuku-west/",
shopName:"Goo-it!(グイット)新宿西口店",
shopTel:"03-3342-5550",
reserve:"",
time:"11:00~23:00/土日10:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.689203900000000,
139.699147000000000],
name:"Raffine(ラフィネ)ルミネ新宿店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_reflexology_close.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/raffine-lumine-shinjuku/",
shopName:"Raffine(ラフィネ)ルミネ新宿店",
shopTel:"03-6258-0087",
reserve:"",
time:"11:00~21:00(受付終了時間は閉店時間の30分前)",
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 += '