var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.674995300000000,
135.496221699999980],
name:"free nail(フリーネイル)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/shop_s_open.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"メンズネイル",
url:"/shop/free-nail/",
shopName:"free nail(フリーネイル)",
shopTel:"050-3784-1127",
reserve:"",
time:"10:00~22:00(最終受付20:00)",
closed:"不定休",
mapDisable:"0"
},
{"latlng":[34.671676200000000,
135.496302400000000],
name:"MARIE NEILS 南堀江本店(マリーネイルズ)",
shopImg:"https://www.refle.info/salonImg/QEBAOTBANDIw.jpeg",
open:"1",
icon:"/images/googlemap/open/shop_s_open.png",
scaledSize : new google.maps.Size(10, 10),
manage:"5",
genreName:"メンズネイル",
url:"/shop/marie-nails-minamihorie/",
shopName:"MARIE NEILS 南堀江本店(マリーネイルズ)",
shopTel:"06-6535-1131",
reserve:"",
time:"11:00~21:00",
closed:"1月・7月・8月・12月:無休/それ以外の月:第3火曜日",
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 += '