var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[33.786078200000000,
130.559711600000000],
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-munakata/",
shopName:"りらくる 宗像バイパス店",
shopTel:"050-8884-4529",
reserve:"",
time:"9:00~24:00(最終受付23:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[33.806123500000000,
130.567880000000060],
name:"momona(モモナ)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/shop_s_open.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"メンズネイル",
url:"/shop/momona/",
shopName:"momona(モモナ)",
shopTel:"0940-51-7000",
reserve:"(完全予約制)",
time:"10:00~21:00(受付時間10:00~19:00)",
closed:"水曜、研修による休暇有り",
mapDisable:"0"
},
{"latlng":[33.782584038562370,
130.546943198147570],
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/yamatsubasa/",
shopName:"やまつばさ",
shopTel:"0940-37-4126",
reserve:"",
time:"10:00~24:00(最終入館受付23:00)",
closed:"毎月第3水曜日",
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 += '