var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[33.591521600000000,
130.419891799999960],
name:"MEN’S TBC 博多本店(バスターミナル)",
shopImg:"https://www.refle.info/salonImg/MTIzMUAwQGM4YTRjZWZlNGQ3NTJjNmY5ZTE1YTVlMDhmOTEzN2E2QDkwQDQyMA%3D%3D.jpeg",
open:"2",
icon:"/images/googlemap/close/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズエステティック",
url:"/shop/tbc-hakatabas/",
shopName:"MEN’S TBC 博多本店(バスターミナル)",
shopTel:"0120-025-236",
reserve:"(要予約)",
time:"12:00~21:00/土日祝10:00~19:00(※変更になる場合があります。)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[33.591596500000000,
130.418505800000050],
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-hakatastationmae/",
shopName:"てもみん 博多駅前店",
shopTel:"092-477-3561",
reserve:"",
time:"10:00~21:00/土日祝10:00~20:00",
closed:"年中無休(年末年始は除く)",
mapDisable:"0"
},
{"latlng":[33.588054900000000,
130.421546100000000],
name:"SWALLOTAIL(スワロウテイル)",
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/swallotail/",
shopName:"SWALLOTAIL(スワロウテイル)",
shopTel:"092-452-1708",
reserve:"(要予約)",
time:"10:00~21:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[33.591243800000000,
130.421905499999980],
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-hakatatchika/",
shopName:"てもみん 博多駅地下街店",
shopTel:"092-433-7050",
reserve:"",
time:"11:00~20:00",
closed:"火曜、年中無休",
mapDisable:"0"
},
{"latlng":[33.588513400000000,
130.414992200000030],
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/momitoku-hakata/",
shopName:"もみ徳 博多店",
shopTel:"092-473-7266",
reserve:"",
time:"10:00~21:00(最終受付)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[33.589810000000000,
130.420431499999950],
name:"Nail Quick 東急ハンズ博多店",
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/nailcuick-hakata/",
shopName:"Nail Quick 東急ハンズ博多店",
shopTel:"092-413-5660",
reserve:"(要予約)",
time:"10:00~21: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 += '