var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.645143500000000,
135.514383700000000],
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-tennoji/",
shopName:"Goo-it!(グイット)天王寺店",
shopTel:"06-6624-9210",
reserve:"",
time:"11:00~23:00",
closed:"年中無休(年末年始の一部を除く)",
mapDisable:"0"
},
{"latlng":[34.647148600000000,
135.514426500000000],
name:"Natural Garden 天王寺ミオプラザ店",
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/natural-garden-tennoji/",
shopName:"Natural Garden 天王寺ミオプラザ店",
shopTel:"06-6775-5770",
reserve:"",
time:"10:30~20:30",
closed:"天王寺ミオプラザに準じる ",
mapDisable:"0"
},
{"latlng":[34.645946000000000,
135.514268200000060],
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-kintetsu-abenoharukasu/",
shopName:"てもみん 近鉄あべのハルカス店",
shopTel:"06-6625-2756",
reserve:"",
time:"10:00~20:00",
closed:"施設休館日",
mapDisable:"0"
},
{"latlng":[34.645878700000000,
135.511976300000000],
name:"Bodysh(ボディッシュ)あべのウォーク店",
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/bodysh-abenowalk/",
shopName:"Bodysh(ボディッシュ)あべのウォーク店",
shopTel:"06-6633-0184",
reserve:"(要予約)",
time:"11:00~22:40(最終受付21:30)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.645987124907876,
135.514194619049020],
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/tilleul-harukus/",
shopName:"ティヨール あべのハルカス近鉄本店",
shopTel:"06-6625-2796",
reserve:"",
time:"10:00~20:30",
closed:"年中無休",
mapDisable:"0"
},
{"latlng":[34.644276700000000,
135.513840500000010],
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-abeno-and/",
shopName:"REFLE(リフレ) あべのアンド店",
shopTel:"06-6625-2324",
reserve:"",
time:"11:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.645226600000000,
135.512071200000040],
name:"和み庵 VIAあべのWALK店",
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/nagomi-an-abenowalk/",
shopName:"和み庵 VIAあべのWALK店",
shopTel:"06-6641-0633",
reserve:"",
time:"10:00~20:30(最終受付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 += '