var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.826512699999990,
135.412945100000000],
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/tilleul-kawanishi/",
shopName:"ティヨール アステ川西店",
shopTel:"072-759-6617",
reserve:"",
time:"10:00~21:00",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.873766100000000,
135.387297100000070],
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/riraku-kawanisi-gm-seiwadai/",
shopName:"りらくる 川西トナリエ清和台店",
shopTel:"050-8884-4457",
reserve:"",
time:"9:00~23:30(最終受付23:00)",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.826543600000000,
135.412194600000000],
name:"Natural Garden 川西阪急スクエア店",
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/natural-garden-kawanishi/",
shopName:"Natural Garden 川西阪急スクエア店",
shopTel:"072-744-7011",
reserve:"",
time:"10:00~20:00",
closed:"川西阪急スクエアに準じる",
mapDisable:"0"
},
{"latlng":[34.827779200000000,
135.412989499999980],
name:"Relax 阪急川西店",
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/relax-kawanishi/",
shopName:"Relax 阪急川西店",
shopTel:"072-757-1010",
reserve:"",
time:"11:00~20: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 += '