var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.004894600000000,
135.777288200000000],
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-kyotogion/",
shopName:"てもみん 京都祇園店",
shopTel:"075-561-9686",
reserve:"",
time:"11:00~20:00",
closed:"年中無休(年末年始は除く)",
mapDisable:"0"
},
{"latlng":[35.003619600000000,
135.770783300000000],
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/iyashian-kyoto/",
shopName:"癒庵(いやしあん) 四条大橋本店",
shopTel:"0120-114-184",
reserve:"",
time:"11:00~23:00",
closed:"年中無休",
mapDisable:"0"
},
{"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":[35.0047946,
135.7771882],
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/globalchiryouin-kyotogion/",
shopName:"グローバル治療院 京都祇園店",
shopTel:"075-561-9686",
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 += '