var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[34.830438662278610, 134.692381558148300], name:"One Rose 姫路店(ワンローズ)", shopImg:"https://www.refle.info/salonImg/Nzg0NUAxMEA2NTY5YWU0ZjMzYTA4QDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/onerose-himeji/", shopName:"One Rose 姫路店(ワンローズ)", shopTel:"090-5533-7610", reserve:"(要予約)", time:"10:00~翌5:00(受付時間9:00~翌5:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.825793978014715, 134.686835168322660], name:"Theory(セオリー)", shopImg:"https://www.refle.info/salonImg/NjA4OEAwQDQ5NGRlNzJkM2NhOWYyN2MwOTkwYTJmOGEyMWY2OWIzQDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/theory/", shopName:"Theory(セオリー)", shopTel:"090-5121-0113", reserve:"(完全予約制)", time:"10:00~翌3:00", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.825745705554340, 134.686799466218360], name:"XIV(エックスアイブイ)", shopImg:"https://www.refle.info/salonImg/NzAwNkAxMEA2NmQ0NGEzZjdjYTVjQDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/xiv9/", shopName:"XIV(エックスアイブイ)", shopTel:"070-9145-8998", reserve:"(完全予約制)", time:"10:00~翌1:00(受付時間10:00~24:00)", closed:"年中無休(年末年始・大型連休も営業中)", mapDisable:"0" }, {"latlng":[34.820578801909910, 134.687643561376940], name:"COCOAT(ココアット)", shopImg:"https://www.refle.info/salonImg/NTI2NkAxMEA2NmIxZGIzNzY2ODMxQDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/cocoat-aroma/", shopName:"COCOAT(ココアット)", shopTel:"070-1826-0110", reserve:"(完全予約制)", time:"10:00~翌6:30(最終受付)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.830660255795000, 134.695849137999740], name:"STAR LIGHT(スターライト)", shopImg:"https://www.refle.info/salonImg/NzUzNkAxMEA2MzA1OGYzN2I4NTRjQDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/starlight/", shopName:"STAR LIGHT(スターライト)", shopTel:"070-8937-8648", reserve:"(予約優先)", time:"10:00~翌4:00", closed:"不定休", mapDisable:"0" }, {"latlng":[34.829152482160210, 134.685435179115870], name:"Aroma Angel(アロマエンジェル)", shopImg:"https://www.refle.info/salonImg/NDY1OEAwQDEyMzVkYzk1OGMwYzc1ZTAyM2VhYjA3ODk4YmYxOTg1QDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/aloma-angel/", shopName:"Aroma Angel(アロマエンジェル)", shopTel:"079-280-5304", reserve:"(完全予約制)", time:"11:00~24:00", closed:"不定休", mapDisable:"0" }, {"latlng":[34.780425358353280, 134.750708027800700], name:"Aroma Angel(アロマエンジェル)", shopImg:"https://www.refle.info/salonImg/NDY1OEAwQDEyMzVkYzk1OGMwYzc1ZTAyM2VhYjA3ODk4YmYxOTg1QDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/aloma-angel/", shopName:"Aroma Angel(アロマエンジェル)", shopTel:"079-280-5304", reserve:"(完全予約制)", time:"11:00~24:00", closed:"不定休", mapDisable:"0" }, {"latlng":[34.825723137042424, 134.686805501188640], name:"KIRARI(キラリ)", shopImg:"https://www.refle.info/salonImg/ODE3MEAxMEA2NzIzNTVlZTYxZTY0QDkwQDQyMA%3D%3D.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/kirari-esthe/", shopName:"KIRARI(キラリ)", shopTel:"090-9696-4488", reserve:"(予約優先)", time:"10:00~翌1:00(受付時間10:00~24: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 = ''+station.shopName+''; url = ''+station.shopName+''; }else{ imgurl = station.shopName; url = station.shopName; } if(manage <= 5){ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '

'+genreName+'

'; contentStr += '
'; }else if(manage <= '10'){ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '
'+imgurl+'
'; contentStr += '
'; contentStr += '

'+genreName+'

'; contentStr += '

'+station.time+'

'; contentStr += '

'+station.closed+'

'; contentStr += '
'; contentStr += '
'; }else{ contentStr = '
'; contentStr += '

'+url+'

'; contentStr += '
'+imgurl+'
'; contentStr += '
'; contentStr += '

'+genreName+'

'; contentStr += '

'+station.time+'

'; contentStr += '

'+station.closed+'

'; contentStr += '
'; contentStr += '
'; } image = "image"+i; var image = { url: station.icon, scaledSize : station.scaledSize } var marker = new google.maps.Marker({ position : latlng, icon : image, map : map, title : title }); var infoWnd = new google.maps.InfoWindow({ content : contentStr }); //マーカーがクリックされたら、情報ウィンドウを表示 google.maps.event.addListener(marker, "click", function(){ if (currentInfoWindow) { currentInfoWindow.close(); } infoWnd.open(map, marker); currentInfoWindow = infoWnd; }); return marker; }