var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.700807800000000,
139.413423200000000],
name:"MEN’S TBC 立川髙島屋S.C.店",
shopImg:"https://www.refle.info/salonImg/MTY4MUAwQDY2ZTMwNTA5M2FkYjJkM2QyYmYyMDRhNDM0NzRhMzQ5QDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズエステティック",
url:"/shop/tbc-tachikawa/",
shopName:"MEN’S TBC 立川髙島屋S.C.店",
shopTel:"0120-025-236",
reserve:"(要予約)",
time:"11:00~20:00/土日10:00~19:00(※変更になる場合がございます。)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.695707700000000,
139.412796900000000],
name:"メンズリゼクリニック 立川院",
shopImg:"https://www.refle.info/salonImg/NjAwNUAwQGMwNmUxMWZlMmU1ZTliZDBiNTc3NDM1YTA4NjgxNWJlQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズ脱毛",
url:"/shop/rsclinic-tachikawa/",
shopName:"メンズリゼクリニック 立川院",
shopTel:"0120-966-290",
reserve:"(完全予約制)",
time:"10:00~20:00(休診時間14:00~15:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.695677400000000,
139.412779399999980],
name:"ラ・パルレ 立川店",
shopImg:"https://www.refle.info/salonImg/MTY5MkAwQDVmNmM4ZWQxM2YwOTk2NzUzNTQyOWE4NmRhNjUwNTczQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズエステティック",
url:"/shop/parler-tachikawa/",
shopName:"ラ・パルレ 立川店",
shopTel:"0120-860-239",
reserve:"(完全予約制)",
time:"10:30~20:00/日祝10:00~19:00",
closed:"木曜、最終木曜日は営業",
mapDisable:"0"
},
{"latlng":[35.697388400000000,
139.414817999999970],
name:"ダンディハウス グランデュオ立川店",
shopImg:"https://www.refle.info/salonImg/MTcxMUAwQDUwZGNlZTMyNGQzMDJhOWU0MzYyZmFmZmZmODU1MzExQDkwQDQyMA%3D%3D.jpeg",
open:"1",
icon:"/images/googlemap/open/icon_mbeauty.png",
scaledSize : new google.maps.Size(30, 34.5),
manage:"25",
genreName:"メンズエステティック",
url:"/shop/dandy-tachikawa/",
shopName:"ダンディハウス グランデュオ立川店",
shopTel:"0120-552-011",
reserve:"(完全予約制)",
time:"10:00~20:30/日祝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 += '