var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.669209000000000,
139.806086100000000],
name:"Goo-it!(グイット)木場店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_reflexology.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/gooit-kiba/",
shopName:"Goo-it!(グイット)木場店",
shopTel:"03-6458-8851",
reserve:"",
time:"11:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.669476000000000,
139.784666199999950],
name:"グローバル治療院 佃店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_reflexology.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/globalchiryouin-thukuten/",
shopName:"グローバル治療院 佃店",
shopTel:"03-6219-6681",
reserve:"",
time:"10:00~21:00",
closed:"年中無休(年末年始は除く)",
mapDisable:"0"
},
{"latlng":[35.686856000000000,
139.861586200000030],
name:"東京健康ランド まねきの湯",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_bathhouse.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"スーパー銭湯",
url:"/shop/manekinoyu/",
shopName:"東京健康ランド まねきの湯",
shopTel:"03-3878-4126",
reserve:"",
time:"10:00~翌2:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.655696700000000,
139.881180200000020],
name:"湯処 葛西",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_bathhouse.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"スーパー銭湯",
url:"/shop/yudokoro/",
shopName:"湯処 葛西",
shopTel:"03-3687-1126",
reserve:"",
time:"10:00~翌2:00(最終受付翌1:00)",
closed:"毎月第3火曜日(第3火曜日が祝祭日の場合は休館日が変更になりますので詳細はお電話にてお問い合わせください)、8月の休館日は第4火曜日になります。",
mapDisable:"0"
},
{"latlng":[35.663950310243200,
139.860145476686500],
name:"Goo-it!(グイット) 西葛西店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_reflexology.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/gooit-nishikasai/",
shopName:"Goo-it!(グイット) 西葛西店",
shopTel:"03-6663-8910",
reserve:"",
time:"11:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.671654768642966,
139.796182150926170],
name:"Goo-it!(グイット)門前仲町駅前店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_reflexology.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/gooit-monzen-nakacho/",
shopName:"Goo-it!(グイット)門前仲町駅前店",
shopTel:"03-6458-8955",
reserve:"",
time:"10:00~22:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.665305700000000,
139.859131199999980],
name:"りらくる 西葛西北口店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_reflexology.png",
scaledSize : new google.maps.Size(20, 23),
manage:"5",
genreName:"リフレクソロジー",
url:"/shop/riracle-nishikasaikita/",
shopName:"りらくる 西葛西北口店",
shopTel:"050-8883-9819",
reserve:"",
time:"9:00~24:00(最終受付23: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 += '