var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.705573900000000,
139.843993200000000],
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-hirai-minamiguchi/",
shopName:"Goo-it!(グイット)平井南口店",
shopTel:"070-4440-9621",
reserve:"",
time:"10:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.695045300000000,
139.813668300000020],
name:"REFLE(リフレ) 錦糸町マルイ店",
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/refle-kinshicho/",
shopName:"REFLE(リフレ) 錦糸町マルイ店",
shopTel:"03-3635-6501",
reserve:"",
time:"11:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.732493200000000,
139.882488700000000],
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-koiwa-south/",
shopName:"Goo-it!(グイット)小岩南口店",
shopTel:"03-5876-7635",
reserve:"",
time:"10:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[35.696938867392140,
139.828183477927200],
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-kameido/",
shopName:"Goo-it!(グイット)亀戸店",
shopTel:"03-5875-4277",
reserve:"",
time:"11:00~23:00",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[35.724758000000000,
139.889262599999940],
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-higashikoiwa/",
shopName:"りらくる 東小岩店",
shopTel:"050-8883-9832",
reserve:"",
time:"9:00~24:00(最終受付23:00)",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[35.700719600000000,
139.815809800000000],
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/temomin-olinaskinshicho/",
shopName:"てもみん オリナス錦糸町店",
shopTel:"03-5610-7497",
reserve:"",
time:"10:00~21: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 += '