Ako, Hyogoの芸術とエンターテイメント

Ako, Hyogoの芸術とエンターテイメントを見つける。リスティングに含まれるもの 赤穂市文化会館 赤穂化成ハーモニーホール, 雲火焼展示館 桃井ミュ-ジアム, 赤穂緞通工房ひぐらし, 赤穂市立美術工芸館 田淵記念館, 上仮屋獅子保存会(赤穂大石神社獅子舞) と 赤穂海浜公園「動物ふれあい村」. 詳しい情報に関しては、マップの下のリストでそれぞれクリック。

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "JAPAN" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 1); });