var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[34.676760622808580, 135.505164744809350], name:"Spur 心斎橋ルーム(シュプール)", shopImg:"https://www.refle.info/salonImg/NTc0OEAwQGYzMDg1ZTc5NGVmMDEyYzM4YmM3NWE2NGUxNTNjMjVkQDkwQDQyMA%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/spur/", shopName:"Spur 心斎橋ルーム(シュプール)", shopTel:"080-9479-0701", reserve:"(完全予約制)", time:"12:00~翌3:00(受付時間11:00~翌2:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.676774943955350, 135.505169715356740], name:"なにわ女子", shopImg:"https://www.refle.info/salonImg/Nzg5NEA1QDY1Njk2ZGUxMTMxYTdAOTBANDIw.jpeg", open:"1", icon:"/images/googlemap/open/icon_massage.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/naniwajoshi/", shopName:"なにわ女子", shopTel:"080-7385-5289", reserve:"(完全予約制)", time:"14:00~翌5:00(最終受付翌3:30)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.672394437278040, 135.497751379150540], name:"Royal Sweet(ロイヤルスイート)", shopImg:"https://www.refle.info/salonImg/Njk2N0AxMEA2MGI0M2MxYzMwYTcyQDkwQDQyMA%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/royal-sweet/", shopName:"Royal Sweet(ロイヤルスイート)", shopTel:"080-9299-4519", reserve:"", time:"12:00~翌2:00(受付時間10:30~24:30)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.676747883527980, 135.503820423313530], name:"LOVE+(ラブプラス)", shopImg:"https://www.refle.info/salonImg/NzM5NEAxMEA2MjU5YTQ3ODcwY2E4QDkwQDQyMA%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/love-plus/", shopName:"LOVE+(ラブプラス)", shopTel:"080-9752-3223", reserve:"(完全予約制)", time:"10:00~23:00(最終受付)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.670518800000000, 135.505680100000000], name:"ROSE SPA(ロゼスパ)", shopImg:"https://www.refle.info/salonImg/Nzg0N0AxMEA2NTI3ZDA2YzdhMzlhQDkwQDQyMA%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/rosespa-nihonbashi/", shopName:"ROSE SPA(ロゼスパ)", shopTel:"070-1821-9107", reserve:"(完全予約制)", time:"10:00~翌2:00(受付時間9:00~翌2:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.676997153801840, 135.505396896958930], name:"Seven Luck 堺筋本町(セブンラック)", shopImg:"https://www.refle.info/salonImg/Njg3OEAxMEA2MDdkMDVlZjYzNWMzQDkwQDQyMA%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/sevenluck-sakahon/", shopName:"Seven Luck 堺筋本町(セブンラック)", shopTel:"080-4396-7554", reserve:"", time:"10:00~翌6:00(受付時間9:00~翌5:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.676758352855630, 135.503812347238720], name:"LUXY(ラグジー)", shopImg:"https://www.refle.info/salonImg/Mzk4MEAwQGY3NmExY2M0MTM1YzdlMThlZDlmNGRkMDI4N2QxZTBlQDkwQDQyMA%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/relaxation-spa-luxy/", shopName:"LUXY(ラグジー)", shopTel:"06-4256-1638", reserve:"(完全予約制)", time:"10:00~翌5:00(最終受付翌3: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 = ''+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; }