var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶 var contentStr = null; var stationList = [ {"latlng":[34.667360646212380, 135.510086333764260], name:"Femme Fatale(ファムファタール)", shopImg:"https://www.refle.info/salonImg/NzgzNUAxMEA2NGZlYWFiYmE0OTU0QDkwQDQyMA%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/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/NzM2NEAxMEA2N2YxMWEyZDFjNThmQDkwQDQyMA%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/tororintime/", shopName:"とろりんタイム", shopTel:"090-7878-9000", reserve:"", time:"12:00~翌5:00", closed:"不定休", mapDisable:"0" }, {"latlng":[34.665683293923770, 135.507817469975300], name:"当たりSPA 日本橋店", shopImg:"https://www.refle.info/salonImg/NTYzNUAxMEA2NzMyZGJhNTYyNjMyQDkwQDQyMA%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/atari-spa/", shopName:"当たりSPA 日本橋店", shopTel:"070-8569-1352", reserve:"(完全予約制)", time:"10:00~翌5:00(受付時間9:00~翌5:00)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.554139102216894, 135.784037975990100], name:"HEAVENLY(ヘブンリー)", shopImg:"https://www.refle.info/salonImg/NjQ5MkAxMEA2MTA3Zjc3Mzg1MGM0QDkwQDQyMA%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/heavenly-nara/", shopName:"HEAVENLY(ヘブンリー)", shopTel:"080-8943-2214", reserve:"(完全予約制)", time:"10:00~翌3:00(受付時間10:00~翌2:00)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.666912092546546, 135.512764217790960], name:"ANA SPACIA(アナスパシア)", shopImg:"https://www.refle.info/salonImg/Nzc1NEAxMEA2NDgxYWI2ZWQ0OTMyQDkwQDQyMA%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/anaspacia/", shopName:"ANA SPACIA(アナスパシア)", shopTel:"070-4221-9658", reserve:"(完全予約制)", time:"12:00~24:00(受付時間11:00~24:00)", closed:"年中無休", mapDisable:"0" }, {"latlng":[34.655665687032470, 135.817705065641380], name:"Moon light(ムーンライト)", shopImg:"https://www.refle.info/salonImg/NzY2NkAxMEA2M2JlMGNiYTMwOWUzQDkwQDQyMA%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/moonlight-nara/", shopName:"Moon light(ムーンライト)", shopTel:"080-1519-2828", reserve:"(完全予約制)", time:"10:00~翌1:00(24時間受付)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.995926500000000, 135.749858899999940], name:"モモズアロマルーム", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"店舗マッサージ", url:"/shop/momos-aroma/", shopName:"モモズアロマルーム", shopTel:"075-361-3804", reserve:"", time:"10:00~19:00(最終受付)/日10:00~18:00(最終受付)", closed:"不定休", mapDisable:"0" }, {"latlng":[34.955944600000000, 135.770184500000030], name:"Rrelax(Rリラックス)", shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg", open:"2", icon:"/images/googlemap/close/icon_massage_close.png", scaledSize : new google.maps.Size(20, 23), manage:"5", genreName:"店舗マッサージ", url:"/shop/rrelax/", shopName:"Rrelax(Rリラックス)", shopTel:"075-275-7224", reserve:"", time:"11:00~20:00(最終受付19: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; }