var currentInfoWindow = null; //最後に開いた情報ウィンドウを記憶
var contentStr = null;
var stationList = [
{"latlng":[34.810705349430280,
135.640120107867970],
name:"Salon Kazrina",
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/salon-kazrina/",
shopName:"Salon Kazrina",
shopTel:"072-807-6673",
reserve:"(完全予約制)",
time:"10:00~18:00(最終受付16:30)",
closed:"日曜、祝日",
mapDisable:"0"
},
{"latlng":[34.740595100000000,
135.593012000000040],
name:"nail salon sea's(ネイルサロンシーズ)",
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/nail-seas/",
shopName:"nail salon sea's(ネイルサロンシーズ)",
shopTel:"06-6906-0282",
reserve:"",
time:"10:00~21:00",
closed:"第3木曜日・他コア古川橋定休日",
mapDisable:"0"
},
{"latlng":[34.815001200000000,
135.648105699999970],
name:"LaMirage(ラミラージュ)",
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/nail-lamirage/",
shopName:"LaMirage(ラミラージュ)",
shopTel:"072-844-6015",
reserve:"",
time:"11:00~20: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 += '