var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[34.699486108483610, 135.504596256740000], name:"GRAND SPA(グランスパ)", shopImg:"https://www.refle.info/salonImg/NzY2M0AxMEA2M2JjZGUyZjk1MjA5QDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/grand-spa-osaka/", shopName:"GRAND SPA(グランスパ)", shopTel:"080-9169-2794", reserve:"(完全予約制)", time:"10:00~翌7:00(受付時間10:00~翌5:00)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.665683293923770, 135.507817469975300], name:"当たりSPA 日本橋店", shopImg:"https://www.refle.info/salonImg/NTYzNUAxMEA2NDgzZDdkYTkyM2YxQDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/atari-spa/", shopName:"当たりSPA 日本橋店", shopTel:"090-9884-4747", reserve:"(完全予約制)", time:"10:00~翌5:00(受付時間9:00~翌5:00)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.667360646212380, 135.510086333764260], name:"Femme Fatale(ファムファタール)", shopImg:"https://www.refle.info/salonImg/NzgzNUAxMEA2NGZlYWFiYmE0OTU0QDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/femmefatale/", shopName:"Femme Fatale(ファムファタール)", shopTel:"080-5797-3740", reserve:"(予約優先)", time:"12:00~翌5:00", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.667382273876534, 135.510091323348230], name:"とろりんタイム", shopImg:"https://www.refle.info/salonImg/NzM2NEAxMEA2MzM1MzA4ZWFhZDRlQDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/tororintime/", shopName:"とろりんタイム", shopTel:"090-7878-9000", reserve:"", time:"12:00~翌5:00", closed:"不定休", mapDisable:"0" }, {"latlng":[34.719949150937760, 135.407738197518540], name:"ベホイミSPA", shopImg:"https://www.refle.info/salonImg/Nzc5MUA1QDY0YjRmODliOGEzMDlAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/behoimispa/", shopName:"ベホイミSPA", shopTel:"070-9097-5837", reserve:"(完全予約制)", time:"10:00~翌5:00(最終受付)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.554139102216894, 135.784037975990100], name:"HEAVENLY(ヘブンリー)", shopImg:"https://www.refle.info/salonImg/NjQ5MkAxMEA2MTA3Zjc3Mzg1MGM0QDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/heavenly-nara/", shopName:"HEAVENLY(ヘブンリー)", shopTel:"080-8943-2214", reserve:"(完全予約制)", time:"10:00~翌3:00(受付時間10:00~翌2:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.655665687032470, 135.817705065641380], name:"Moon light(ムーンライト)", shopImg:"https://www.refle.info/salonImg/NzY2NkAxMEA2M2JlMGNiYTMwOWUzQDkwQDQyMA%3D%3D.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/moonlight-nara/", shopName:"Moon light(ムーンライト)", shopTel:"080-1519-2828", reserve:"(完全予約制)", time:"10:00~翌1:00(24時間受付)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.666912092546546, 135.512764217790960], name:"ANA SPACIA(アナスパシア)", shopImg:"https://www.refle.info/salonImg/Nzc1NEA1QDY0OTEzMTA4ODg2NzRAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(30, 34.5), manage:"30", genreName:"メンズエステ", url:"/shop/anaspacia/", shopName:"ANA SPACIA(アナスパシア)", shopTel:"070-4221-9658", reserve:"(完全予約制)", time:"12:00~24:00(受付時間11:00~24: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; }