var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.695464600000000,
135.475742399999940],
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-nadahanshinuisute/",
shopName:"てもみん 野田阪神ウイステ店",
shopTel:"06-6457-0826",
reserve:"",
time:"10:00~21:00(4月~10月10:00~21:00(最終受付20時)/11月~3月10:00~20:00)",
closed:"野田阪神ウイステ店休館日",
mapDisable:"0"
},
{"latlng":[34.694084100000000,
135.489688100000000],
name:"悟空のきもち 大阪堂島店",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"2",
icon:"/images/googlemap/close/shop_s_close.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"ボディケア",
url:"/shop/goku-nokimochi-dojima/",
shopName:"悟空のきもち 大阪堂島店",
shopTel:"06-6225-8719",
reserve:"",
time:"月10:10~21:00/10:30~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.690268100000000,
135.476150900000000],
name:"りらくる JR野田店",
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-nodahansin/",
shopName:"りらくる JR野田店",
shopTel:"050-8884-4489",
reserve:"",
time:"9:00~24:00(最終受付23:00)",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.696133465756970,
135.486880182209000],
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-hukusima/",
shopName:"りらくる 福島店",
shopTel:"050-8884-4486",
reserve:"",
time:"10: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 += '