var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.736660637949070,
135.338317115344240],
name:"Bodysh(ボディッシュ)エビスタ西宮店",
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/bodysh-ebistanishinomiya/",
shopName:"Bodysh(ボディッシュ)エビスタ西宮店",
shopTel:"0798-32-0184",
reserve:"(要予約)",
time:"11:00~22:40(最終受付21:30)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.695082934909800,
135.194525339881100],
name:"Bodysh(ボディッシュ)三宮店",
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/bodysh-sannomiya/",
shopName:"Bodysh(ボディッシュ)三宮店",
shopTel:"078-242-1840",
reserve:"(要予約)",
time:"11:00~22:40(最終受付21:30)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.829160284652610,
134.691056029404540],
name:"Bodysh(ボディッシュ)姫路店",
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/bodysh-himeji/",
shopName:"Bodysh(ボディッシュ)姫路店",
shopTel:"079-226-0184",
reserve:"(要予約)",
time:"11:00~22:40(最終受付21:30)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.747245100000000,
135.358271200000000],
name:"Bodysh(ボディッシュ)アクタ西宮北口店",
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/bodysh-acta-nishinomiya/",
shopName:"Bodysh(ボディッシュ)アクタ西宮北口店",
shopTel:"0798-31-1844",
reserve:"",
time:"11:00~22:40(最終受付21:30)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.689640503705260,
135.189276168682480],
name:"Bodysh(ボディッシュ)神戸元町店",
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/bodysh-kobemotomachi/",
shopName:"Bodysh(ボディッシュ)神戸元町店",
shopTel:"078-325-0184",
reserve:"(要予約)",
time:"11:00~22:40(最終受付21:30)",
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 += '