var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[35.693039200000000,
139.703004800000000],
name:"ゴリラクリニック 新宿本院",
shopImg:"https://www.refle.info/salonImg/MzU2M0AxMEA1ZWUwOTE1YzhkYTliQDkwQDQyMA%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/gorilla-clinic-sinzyuku/",
shopName:"ゴリラクリニック 新宿本院",
shopTel:"0120-987-118",
reserve:"(要予約)",
time:"11:00~20:00",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[35.689381800000000,
139.703659000000000],
name:"メンズリゼクリニック 新宿南口院",
shopImg:"https://www.refle.info/salonImg/MzU3OUAwQDFlNDhmZWI5OWZlNWUyYzgzN2M5Yzg5YmNjNDNmYTFiQDkwQDQyMA%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-shinjuku/",
shopName:"メンズリゼクリニック 新宿南口院",
shopTel:"0120-562-535",
reserve:"(完全予約制)",
time:"11:00~20:00(休診時間15:00~16: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 += '