var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.679930200000000,
139.770506800000000],
name:"GINZA BODY CARE(ギンザボディケア)ヤエチカ店",
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/ginzabodycare-yaechika/",
shopName:"GINZA BODY CARE(ギンザボディケア)ヤエチカ店",
shopTel:"03-5205-2277",
reserve:"",
time:"10:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.676946699999990,
139.763503400000000],
name:"PLANET(プラネット)東京国際フォーラム店",
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/temomin-koktokokusai/",
shopName:"PLANET(プラネット)東京国際フォーラム店",
shopTel:"03-5224-3211",
reserve:"",
time:"11:00~21:00/土日祝11:00~20:00",
closed:"国際フォーラム休館日(年末年始はお問合せ下さい)",
mapDisable:"0"
},
{"latlng":[35.680975900000000,
139.763783800000000],
name:"Queensway(クイーンズウェイ)丸ビル店",
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/queensway-odakyu-marubiru/",
shopName:"Queensway(クイーンズウェイ)丸ビル店",
shopTel:"03-6206-3667",
reserve:"",
time:"11:00~21:00/日祝11:00~20:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.679408400000000,
139.768931100000000],
name:"Queensway LUX(クイーンズウェイ ラックス)東京ミッドタウン八重洲店",
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/queensway-lux-yaesu/",
shopName:"Queensway LUX(クイーンズウェイ ラックス)東京ミッドタウン八重洲店",
shopTel:"03-6262-2825",
reserve:"",
time:"11:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.683015600000000,
139.768416800000070],
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/temomin-daimarutokyo/",
shopName:"てもみん 大丸東京店",
shopTel:"03-6895-3261",
reserve:"",
time:"11:00~22:00",
closed:"大丸東京店休日",
mapDisable:"0"
},
{"latlng":[35.679868800000000,
139.769608500000000],
name:"Queensway(クイーンズウェイ)ヤエチカ店",
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/queensway-yaesu-spa/",
shopName:"Queensway(クイーンズウェイ)ヤエチカ店",
shopTel:"03-5205-2277",
reserve:"",
time:"10:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.684212600000000,
139.764730900000020],
name:"グローバル治療院 丸の内iiyo!!店",
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/globalchiryouin-marunouchii-yo/",
shopName:"グローバル治療院 丸の内iiyo!!店",
shopTel:"03-5220-2500",
reserve:"",
time:"10:00~21:00/土日10: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 += '