var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.003267650591800,
135.768448192590300],
name:"Queensway(クイーンズウェイ)高島屋京都店",
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/queensway-kyoto-takashimaya/",
shopName:"Queensway(クイーンズウェイ)高島屋京都店",
shopTel:"075-254-7271",
reserve:"",
time:"10:00~20:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.986789392865056,
135.759433331907640],
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-porta/",
shopName:"Natural Garden 京都ポルタ店",
shopTel:"075-353-7758",
reserve:"",
time:"11:00~20:30",
closed:"京都ポルタに準ずる",
mapDisable:"0"
},
{"latlng":[34.965409000000000,
135.706629400000000],
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-katsuragawa/",
shopName:"Natural Garden イオンモール京都桂川店",
shopTel:"075-925-0275",
reserve:"",
time:"10:00~22: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 += '