Skip to content

Instantly share code, notes, and snippets.

@shimizu
Last active April 25, 2019 21:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shimizu/1a9915e9e951940743642d3e762caf92 to your computer and use it in GitHub Desktop.
Save shimizu/1a9915e9e951940743642d3e762caf92 to your computer and use it in GitHub Desktop.
ガスト全国1361店舗巡回ルート案
license: mit

日本全国に1361店舗あるファミリーレストラン「ガスト」を効率よく回れるルートを検討するための案。 巡回セールスマン問題ににたやつ。 焼きなまし法(simulated annealing)を使って算出しているけれど、なかなか最適なルートは作れない。 関東から東北にかけてが特にあやしげ。

データは2019年4月26日時点のもの。

Built with blockbuilder.org

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<!DOCTYPE html>
<html lang='jp'>
<head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"
integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet.pm@latest/dist/leaflet.pm.css" />
<script src="https://unpkg.com/leaflet.pm@latest/dist/leaflet.pm.min.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}
#mapid {
width:100%;
height:100%;
}
</style>
</head>
<body>
<div id="mapid"></div>
<script src='//unpkg.com/d3@5.0.0/dist/d3.min.js'></script>
<script>
var mymap = L.map('mapid').setView([31.2913471,130.274312], 6);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token={accessToken}', {
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
maxZoom: 10,
id: 'mapbox.light',
accessToken: 'pk.eyJ1Ijoic2hpbWl6dSIsImEiOiJjam95MDBhamYxMjA1M2tyemk2aHMwenp5In0.i2kMIJulhyPLwp3jiLlpsA'
}).addTo(mymap);
var p1 = sendGetReauest('allLines.geojson');
var p2 = sendGetReauest('points.geojson');
Promise.all([p1, p2]).then(function(data){
var lines = data[0];
var points = data[1];
console.log(data)
L.geoJSON(lines, {
style: {
"color": "#d1000f",
"weight": 1,
"opacity": 1
}
}).addTo(mymap);
var geojsonMarkerOptions = {
radius: 8,
fillColor: "#f8d202",
color: "#d1000f",
weight: 1,
opacity: 1,
fillOpacity: 0.65
};
var onEachFeature = function(feature, layer) {
if (feature.properties && feature.properties.name) {
layer.bindPopup(feature.properties.name + "<br>" + feature.properties.address);
}
}
L.geoJSON(points, {
pointToLayer: function (feature, latlng) {
return L.circleMarker(latlng, geojsonMarkerOptions);
},
onEachFeature: onEachFeature
}).addTo(mymap);
});
function sendGetReauest(url) {
return fetch(url, {
method: "GET",
headers: {
"Content-Type": "application/json; charset=utf-8",
}
})
.then(function(response){ return response.json() });
}
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"name":"ガスト 沖縄佐敷店","__marker_index":0,"__condition_flags":16732,"カテゴリ":"0101","longitude":127.774036,"key":"012892","address":"沖縄県南城市佐敷津波古西原 1181番地","latitude":26.186424,"cluster":0,"centroid":[127.774036,26.186424],"order":0},"geometry":{"type":"Point","coordinates":[127.774036,26.186424]}},{"type":"Feature","properties":{"name":"ガスト 沖縄南風原店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":127.709094,"key":"012921","address":"沖縄県島尻郡南風原町字津嘉山1468-5 ","latitude":26.189764,"cluster":1,"centroid":[127.709094,26.189764],"featureIndex":0,"distanceToPoint":6.49060636126697,"order":1},"geometry":{"type":"Point","coordinates":[127.709094,26.189764]}},{"type":"Feature","properties":{"name":"ガスト 那覇新都心店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":127.695387,"key":"012845","address":"沖縄県那覇市おもろまち4丁目2-13 ","latitude":26.224293,"cluster":3,"centroid":[127.695387,26.224293],"featureIndex":1,"distanceToPoint":4.075708643675891,"order":2},"geometry":{"type":"Point","coordinates":[127.695387,26.224293]}},{"type":"Feature","properties":{"name":"ガスト 那覇小禄店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":127.664984,"key":"018959","address":"沖縄県那覇市金城5丁目11-6 小禄ガーデンビル1階","latitude":26.195046,"cluster":2,"centroid":[127.664984,26.195046],"featureIndex":0,"distanceToPoint":4.447005448211532,"order":3},"geometry":{"type":"Point","coordinates":[127.664984,26.195046]}},{"type":"Feature","properties":{"name":"ガスト 浦添牧港店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":127.725281,"key":"012874","address":"沖縄県浦添市牧港2丁目48-7 ","latitude":26.266399,"cluster":5,"centroid":[127.725281,26.266399],"featureIndex":1,"distanceToPoint":9.955984120186143,"order":4},"geometry":{"type":"Point","coordinates":[127.725281,26.266399]}},{"type":"Feature","properties":{"name":"ガスト 宜野湾長田店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":127.762262,"key":"012901","address":"沖縄県宜野湾市長田4丁目3-5 ","latitude":26.261969,"cluster":4,"centroid":[127.762262,26.261969],"featureIndex":0,"distanceToPoint":3.7203400844952967,"order":5},"geometry":{"type":"Point","coordinates":[127.762262,26.261969]}},{"type":"Feature","properties":{"name":"ガスト 北谷店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":127.760978,"key":"012941","address":"沖縄県中頭郡北谷町字北前1丁目6-1 ","latitude":26.300478,"cluster":6,"centroid":[127.760978,26.300478],"featureIndex":0,"distanceToPoint":4.283924518446246,"order":6},"geometry":{"type":"Point","coordinates":[127.760978,26.300478]}},{"type":"Feature","properties":{"name":"ガスト 沖縄高原店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":127.82155,"key":"012856","address":"沖縄県沖縄市高原7丁目20-11 ","latitude":26.319758,"cluster":7,"centroid":[127.82155,26.319758],"featureIndex":0,"distanceToPoint":6.406909728555148,"order":7},"geometry":{"type":"Point","coordinates":[127.82155,26.319758]}},{"type":"Feature","properties":{"name":"ガスト うるま店","__marker_index":0,"__condition_flags":10108,"カテゴリ":"0101","longitude":127.856534,"key":"018970","address":"沖縄県うるま市字田場2035 ","latitude":26.373857,"cluster":8,"centroid":[127.856534,26.373857],"featureIndex":0,"distanceToPoint":6.952604912832229,"order":8},"geometry":{"type":"Point","coordinates":[127.856534,26.373857]}},{"type":"Feature","properties":{"name":"ガスト 名護店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":127.967727,"key":"012986","address":"沖縄県名護市字宮里875番地16 ","latitude":26.600987,"cluster":9,"centroid":[127.967727,26.600987],"featureIndex":0,"distanceToPoint":27.573803442100818,"order":9},"geometry":{"type":"Point","coordinates":[127.967727,26.600987]}},{"type":"Feature","properties":{"name":"ガスト 指宿店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":130.632205,"key":"011797","address":"鹿児島県指宿市西方字島廻1947-1 ","latitude":31.259041,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":0,"distanceToPoint":579.171946063898,"order":10},"geometry":{"type":"Point","coordinates":[130.632205,31.259041]}},{"type":"Feature","properties":{"name":"ガスト 鹿屋店","__marker_index":0,"__condition_flags":380,"カテゴリ":"0101","longitude":130.840649,"key":"018810","address":"鹿児島県鹿屋市大浦町14015-8 ","latitude":31.403348,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":0,"distanceToPoint":25.484179324968526,"order":11},"geometry":{"type":"Point","coordinates":[130.840649,31.403348]}},{"type":"Feature","properties":{"name":"ガスト 鴨池店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.556344,"key":"012787","address":"鹿児島県鹿児島市下荒田4丁目49-10 ","latitude":31.565528,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":32.434736834432954,"order":12},"geometry":{"type":"Point","coordinates":[130.556344,31.565528]}},{"type":"Feature","properties":{"name":"ガスト 鹿児島城南店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.562738,"key":"011597","address":"鹿児島県鹿児島市城南町7-41番地 ","latitude":31.581018,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":1.8258198400124188,"order":13},"geometry":{"type":"Point","coordinates":[130.562738,31.581018]}},{"type":"Feature","properties":{"name":"ガスト 城山店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.549669,"key":"012828","address":"鹿児島県鹿児島市照国町1-1 ","latitude":31.590995,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":1.6622894688646361,"order":14},"geometry":{"type":"Point","coordinates":[130.549669,31.590995]}},{"type":"Feature","properties":{"name":"ガスト 鹿児島草牟田店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":130.536453,"key":"012773","address":"鹿児島県鹿児島市草牟田町4-2 ","latitude":31.607277,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":2.2010249085686198,"order":15},"geometry":{"type":"Point","coordinates":[130.536453,31.607277]}},{"type":"Feature","properties":{"name":"ガスト 鹿児島吉野店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":130.569959,"key":"012983","address":"鹿児島県鹿児島市吉野町2235-2 ","latitude":31.638537,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":4.706064487416021,"order":16},"geometry":{"type":"Point","coordinates":[130.569959,31.638537]}},{"type":"Feature","properties":{"name":"ガスト 鹿児島谷山店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.521148,"key":"909206","address":"鹿児島県鹿児島市東谷山2丁目52-5 ","latitude":31.532709,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":0,"distanceToPoint":12.643260010879967,"order":17},"geometry":{"type":"Point","coordinates":[130.521148,31.532709]}},{"type":"Feature","properties":{"name":"ガスト 加治木店","__marker_index":0,"__condition_flags":26012,"カテゴリ":"0101","longitude":130.656949,"key":"017852","address":"鹿児島県姶良市加治木町木田159-2 ソレイユタウン加治木","latitude":31.735937,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":25.999255502271783,"order":18},"geometry":{"type":"Point","coordinates":[130.656949,31.735937]}},{"type":"Feature","properties":{"name":"ガスト 鹿児島川内店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":130.288948,"key":"011323","address":"鹿児島県薩摩川内市御陵下町2841-2 ","latitude":31.835092,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":36.488577151218905,"order":19},"geometry":{"type":"Point","coordinates":[130.288948,31.835092]}},{"type":"Feature","properties":{"name":"ガスト 水俣店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.397262,"key":"012958","address":"熊本県水俣市昭和町2丁目1番26号 ","latitude":32.207183,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":3,"distanceToPoint":42.6161851957516,"order":20},"geometry":{"type":"Point","coordinates":[130.397262,32.207183]}},{"type":"Feature","properties":{"name":"ガスト 人吉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.741371,"key":"011681","address":"熊本県人吉市上薩摩瀬町字園田999-1 ","latitude":32.21227,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":3,"distanceToPoint":32.379547435413606,"order":21},"geometry":{"type":"Point","coordinates":[130.741371,32.21227]}},{"type":"Feature","properties":{"name":"ガスト 八代店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.597322,"key":"011678","address":"熊本県八代市松江町112 ","latitude":32.511273,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":3,"distanceToPoint":35.89513986413441,"order":22},"geometry":{"type":"Point","coordinates":[130.597322,32.511273]}},{"type":"Feature","properties":{"name":"ガスト 熊本宇土店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":130.670952,"key":"011822","address":"熊本県宇土市新松原町40-1 ","latitude":32.689135,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":5,"distanceToPoint":20.94561123316418,"order":23},"geometry":{"type":"Point","coordinates":[130.670952,32.689135]}},{"type":"Feature","properties":{"name":"ガスト 南熊本店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":130.711346,"key":"012825","address":"熊本県熊本市中央区南熊本3丁目10-17 ","latitude":32.787629,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":12,"distanceToPoint":11.585400623617112,"order":24},"geometry":{"type":"Point","coordinates":[130.711346,32.787629]}},{"type":"Feature","properties":{"name":"ガスト 熊本藤崎店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":130.715268,"key":"012670","address":"熊本県熊本市中央区北千反畑町1ー23 ","latitude":32.809622,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":12,"distanceToPoint":2.4728361622592154,"order":25},"geometry":{"type":"Point","coordinates":[130.715268,32.809622]}},{"type":"Feature","properties":{"name":"ガスト 健軍店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.774695,"key":"011267","address":"熊本県熊本市東区沼山津1丁目3番 ","latitude":32.777436,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":9,"distanceToPoint":6.607962613790702,"order":26},"geometry":{"type":"Point","coordinates":[130.774695,32.777436]}},{"type":"Feature","properties":{"name":"ガスト 熊本戸島店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":130.786503,"key":"012857","address":"熊本県熊本市東区戸島西4丁目2-53 ","latitude":32.812889,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":11,"distanceToPoint":4.093791053369055,"order":27},"geometry":{"type":"Point","coordinates":[130.786503,32.812889]}},{"type":"Feature","properties":{"name":"ガスト 熊本合志店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":130.781574,"key":"011785","address":"熊本県菊池郡菊陽町杉並台2丁目11-1 ","latitude":32.867034,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":12,"distanceToPoint":6.0382423031290315,"order":28},"geometry":{"type":"Point","coordinates":[130.781574,32.867034]}},{"type":"Feature","properties":{"name":"ガスト 玉名店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.532829,"key":"012915","address":"熊本県玉名市築地字市場97 ","latitude":32.929947,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":24.254383157689787,"order":29},"geometry":{"type":"Point","coordinates":[130.532829,32.929947]}},{"type":"Feature","properties":{"name":"ガスト 大牟田白金店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.436691,"key":"011896","address":"福岡県大牟田市白金町18 ","latitude":33.023792,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":14,"distanceToPoint":13.759096364696916,"order":30},"geometry":{"type":"Point","coordinates":[130.436691,33.023792]}},{"type":"Feature","properties":{"name":"ガスト 大牟田ゆめタウン店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.452091,"key":"018695","address":"福岡県大牟田市旭町28-7 ゆめタウン大牟田SC内","latitude":33.036907,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":14,"distanceToPoint":2.046410235426793,"order":31},"geometry":{"type":"Point","coordinates":[130.452091,33.036907]}},{"type":"Feature","properties":{"name":"ガスト 佐賀本庄店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.295279,"key":"011697","address":"佐賀県佐賀市本庄町大字本庄197-1 ","latitude":33.239454,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":24,"distanceToPoint":26.840851972858985,"order":32},"geometry":{"type":"Point","coordinates":[130.295279,33.239454]}},{"type":"Feature","properties":{"name":"ガスト 佐賀兵庫店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":130.313942,"key":"012863","address":"佐賀県佐賀市兵庫南2丁目2-24 ","latitude":33.263056,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":24,"distanceToPoint":3.1463391034593386,"order":33},"geometry":{"type":"Point","coordinates":[130.313942,33.263056]}},{"type":"Feature","properties":{"name":"ガスト 吉野ヶ里店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":130.396141,"key":"012834","address":"佐賀県神埼郡吉野ヶ里町吉田77-6 ","latitude":33.322521,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":28,"distanceToPoint":10.104019212312165,"order":34},"geometry":{"type":"Point","coordinates":[130.396141,33.322521]}},{"type":"Feature","properties":{"name":"ガスト 久留米中央店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":130.513782,"key":"012791","address":"福岡県久留米市六ツ門町14-10 ","latitude":33.310668,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":27,"distanceToPoint":11.010368786452295,"order":35},"geometry":{"type":"Point","coordinates":[130.513782,33.310668]}},{"type":"Feature","properties":{"name":"ガスト 久留米上津店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.529903,"key":"011712","address":"福岡県久留米市上津1丁目9-21 ","latitude":33.289481,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":26,"distanceToPoint":2.7919459182774444,"order":36},"geometry":{"type":"Point","coordinates":[130.529903,33.289481]}},{"type":"Feature","properties":{"name":"ガスト 甘木店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":130.656849,"key":"011859","address":"福岡県朝倉市甘木字甘木畑1957-2 ","latitude":33.423533,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":28,"distanceToPoint":19.0052699564914,"order":37},"geometry":{"type":"Point","coordinates":[130.656849,33.423533]}},{"type":"Feature","properties":{"name":"ガスト 太宰府南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.530906,"key":"017841","address":"福岡県太宰府市梅香苑1丁目21-13 ","latitude":33.500194,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":30,"distanceToPoint":14.462311482966655,"order":38},"geometry":{"type":"Point","coordinates":[130.530906,33.500194]}},{"type":"Feature","properties":{"name":"ガスト 二日市店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.515525,"key":"011177","address":"福岡県筑紫野市武蔵4丁目5-12 ","latitude":33.486655,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":29,"distanceToPoint":2.0738276860882396,"order":39},"geometry":{"type":"Point","coordinates":[130.515525,33.486655]}},{"type":"Feature","properties":{"name":"ガスト 太宰府インター店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":130.485619,"key":"012820","address":"福岡県大野城市瓦田4丁目15-34 ","latitude":33.531981,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":30,"distanceToPoint":5.752371581133166,"order":40},"geometry":{"type":"Point","coordinates":[130.485619,33.531981]}},{"type":"Feature","properties":{"name":"ガスト 春日桜ヶ丘店","__marker_index":0,"__condition_flags":320,"カテゴリ":"0101","longitude":130.446228,"key":"018815","address":"福岡県春日市桜ヶ丘2丁目14 ","latitude":33.545557,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":31,"distanceToPoint":3.9506433823718514,"order":41},"geometry":{"type":"Point","coordinates":[130.446228,33.545557]}},{"type":"Feature","properties":{"name":"ガスト 南大橋店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":130.42763,"key":"011689","address":"福岡県福岡市南区野多目1丁目1-11 ","latitude":33.543375,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":30,"distanceToPoint":1.7405880076604334,"order":42},"geometry":{"type":"Point","coordinates":[130.42763,33.543375]}},{"type":"Feature","properties":{"name":"ガスト 筑紫通弓田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.443415,"key":"011221","address":"福岡県福岡市博多区那珂6丁目24-8 ","latitude":33.564318,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":34,"distanceToPoint":2.7500393981603275,"order":43},"geometry":{"type":"Point","coordinates":[130.443415,33.564318]}},{"type":"Feature","properties":{"name":"ガスト 東比恵店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.427456,"key":"012813","address":"福岡県福岡市博多区東比恵1丁目2-8 ","latitude":33.591513,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":40,"distanceToPoint":3.3660193538624243,"order":44},"geometry":{"type":"Point","coordinates":[130.427456,33.591513]}},{"type":"Feature","properties":{"name":"ガスト 薬院駅前店","__marker_index":0,"__condition_flags":27326,"カテゴリ":"0101","longitude":130.401519,"key":"017725","address":"福岡県福岡市中央区白金1丁目21番15号 薬院ロイヤルビル2F","latitude":33.58142,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":37,"distanceToPoint":2.6517762670514062,"order":45},"geometry":{"type":"Point","coordinates":[130.401519,33.58142]}},{"type":"Feature","properties":{"name":"ガスト 西新店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.362434,"key":"012819","address":"福岡県福岡市早良区西新2丁目1-1 ","latitude":33.585614,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":37,"distanceToPoint":3.6505277759197194,"order":46},"geometry":{"type":"Point","coordinates":[130.362434,33.585614]}},{"type":"Feature","properties":{"name":"ガスト 原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.34796,"key":"011224","address":"福岡県福岡市早良区原2丁目14-12 ","latitude":33.567805,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":35,"distanceToPoint":2.3915446429356852,"order":47},"geometry":{"type":"Point","coordinates":[130.34796,33.567805]}},{"type":"Feature","properties":{"name":"ガスト 姪浜店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.322941,"key":"011739","address":"福岡県福岡市西区内浜1丁目15-7 ","latitude":33.578377,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":35,"distanceToPoint":2.5989601009494128,"order":48},"geometry":{"type":"Point","coordinates":[130.322941,33.578377]}},{"type":"Feature","properties":{"name":"ガスト 片江店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.374171,"key":"011253","address":"福岡県福岡市城南区片江3丁目12-36 ","latitude":33.552116,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":31,"distanceToPoint":5.572952165784154,"order":49},"geometry":{"type":"Point","coordinates":[130.374171,33.552116]}},{"type":"Feature","properties":{"name":"ガスト 福岡志免店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":130.456773,"key":"017845","address":"福岡県糟屋郡志免町別府3丁目5-12 ","latitude":33.605031,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":35,"distanceToPoint":9.652809097527864,"order":50},"geometry":{"type":"Point","coordinates":[130.456773,33.605031]}},{"type":"Feature","properties":{"name":"ガスト 福岡土井店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":130.462279,"key":"012665","address":"福岡県福岡市東区土井2丁目11-1 ","latitude":33.632366,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":36,"distanceToPoint":3.08197999641543,"order":51},"geometry":{"type":"Point","coordinates":[130.462279,33.632366]}},{"type":"Feature","properties":{"name":"ガスト 和白店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.434254,"key":"011916","address":"福岡県福岡市東区和白丘1丁目1-4 ","latitude":33.690918,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":37,"distanceToPoint":7.008320867377479,"order":52},"geometry":{"type":"Point","coordinates":[130.434254,33.690918]}},{"type":"Feature","properties":{"name":"ガスト 宗像店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.556398,"key":"011687","address":"福岡県宗像市光岡278-1 ","latitude":33.785269,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":41,"distanceToPoint":15.415345796359311,"order":53},"geometry":{"type":"Point","coordinates":[130.556398,33.785269]}},{"type":"Feature","properties":{"name":"ガスト 直方店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":130.716662,"key":"909217","address":"福岡県直方市大字下新入390番2 ","latitude":33.762097,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":39,"distanceToPoint":15.03558476044122,"order":54},"geometry":{"type":"Point","coordinates":[130.716662,33.762097]}},{"type":"Feature","properties":{"name":"ガスト 永犬丸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.735363,"key":"011209","address":"福岡県北九州市八幡西区里中1丁目7-1 ","latitude":33.837812,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":43,"distanceToPoint":8.594639191024399,"order":55},"geometry":{"type":"Point","coordinates":[130.735363,33.837812]}},{"type":"Feature","properties":{"name":"ガスト イオンタウン黒崎店","__marker_index":0,"__condition_flags":956,"カテゴリ":"0101","longitude":130.761346,"key":"018979","address":"福岡県北九州市八幡西区西曲里町3-3 ","latitude":33.858959,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":45,"distanceToPoint":3.3596004217333557,"order":56},"geometry":{"type":"Point","coordinates":[130.761346,33.858959]}},{"type":"Feature","properties":{"name":"ガスト 本城店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.725766,"key":"011206","address":"福岡県北九州市八幡西区力丸町15-4 ","latitude":33.878399,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":46,"distanceToPoint":3.93241454132632,"order":57},"geometry":{"type":"Point","coordinates":[130.725766,33.878399]}},{"type":"Feature","properties":{"name":"ガスト 若松高須東店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.690342,"key":"011790","address":"福岡県北九州市若松区高須東4丁目2-14 ","latitude":33.889785,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":49,"distanceToPoint":3.5065470639938523,"order":58},"geometry":{"type":"Point","coordinates":[130.690342,33.889785]}},{"type":"Feature","properties":{"name":"ガスト 一枝店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.837882,"key":"011238","address":"福岡県北九州市戸畑区一枝1丁目2-9 ","latitude":33.887787,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":48,"distanceToPoint":13.62055241214905,"order":59},"geometry":{"type":"Point","coordinates":[130.837882,33.887787]}},{"type":"Feature","properties":{"name":"ガスト 小倉貴船店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":130.870741,"key":"017897","address":"福岡県北九州市小倉北区貴船町1-16 ","latitude":33.871844,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":45,"distanceToPoint":3.5134271757920645,"order":60},"geometry":{"type":"Point","coordinates":[130.870741,33.871844]}},{"type":"Feature","properties":{"name":"ガスト 小倉駅前店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":130.881209,"key":"017722","address":"福岡県北九州市小倉北区京町2丁目4-27 小倉駅前KDビル3F","latitude":33.886421,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":46,"distanceToPoint":1.8870990997996147,"order":61},"geometry":{"type":"Point","coordinates":[130.881209,33.886421]}},{"type":"Feature","properties":{"name":"ガスト 小倉城野店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":130.890051,"key":"017806","address":"福岡県北九州市小倉北区重住3丁目3番3号 ","latitude":33.857001,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":44,"distanceToPoint":3.371673552162854,"order":62},"geometry":{"type":"Point","coordinates":[130.890051,33.857001]}},{"type":"Feature","properties":{"name":"ガスト 徳力店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.873776,"key":"011574","address":"福岡県北九州市小倉南区守恒本町2丁目1-23 ","latitude":33.837133,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":42,"distanceToPoint":2.672020601360184,"order":63},"geometry":{"type":"Point","coordinates":[130.873776,33.837133]}},{"type":"Feature","properties":{"name":"ガスト 門司大里店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.938369,"key":"012792","address":"福岡県北九州市門司区下二十町2-28 ","latitude":33.912434,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":44,"distanceToPoint":10.279557496688064,"order":64},"geometry":{"type":"Point","coordinates":[130.938369,33.912434]}},{"type":"Feature","properties":{"name":"ガスト 下関武久店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":130.923657,"key":"012772","address":"山口県下関市武久町1丁目3-6 ","latitude":33.980382,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":50,"distanceToPoint":7.676391846354785,"order":65},"geometry":{"type":"Point","coordinates":[130.923657,33.980382]}},{"type":"Feature","properties":{"name":"ガスト 新下関店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":130.953916,"key":"012832","address":"山口県下関市形山みどり町15-24 ","latitude":34.014947,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":52,"distanceToPoint":4.749050030542899,"order":66},"geometry":{"type":"Point","coordinates":[130.953916,34.014947]}},{"type":"Feature","properties":{"name":"ガスト 長府店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":131.008301,"key":"011652","address":"山口県下関市長府才川1丁目44-50 ","latitude":34.026442,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":52,"distanceToPoint":5.172663991374502,"order":67},"geometry":{"type":"Point","coordinates":[131.008301,34.026442]}},{"type":"Feature","properties":{"name":"ガスト 宇部店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":131.229162,"key":"011730","address":"山口県宇部市居能町3丁目1971ー1 ","latitude":33.971369,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":48,"distanceToPoint":21.261315625329516,"order":68},"geometry":{"type":"Point","coordinates":[131.229162,33.971369]}},{"type":"Feature","properties":{"name":"ガスト 宇部東岐波店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.349185,"key":"018639","address":"山口県宇部市大字東岐波1413-1 ","latitude":33.998409,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":49,"distanceToPoint":11.467466209276301,"order":69},"geometry":{"type":"Point","coordinates":[131.349185,33.998409]}},{"type":"Feature","properties":{"name":"ガスト 山口小郡店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":131.397875,"key":"018642","address":"山口県山口市小郡前田町3-24 ","latitude":34.087487,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":61,"distanceToPoint":10.87362931772433,"order":70},"geometry":{"type":"Point","coordinates":[131.397875,34.087487]}},{"type":"Feature","properties":{"name":"ガスト 山口湯田店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":131.456285,"key":"012903","address":"山口県山口市湯田温泉4丁目1-8 ","latitude":34.164404,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":66,"distanceToPoint":10.102338544461203,"order":71},"geometry":{"type":"Point","coordinates":[131.456285,34.164404]}},{"type":"Feature","properties":{"name":"ガスト 山口大内店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.48872,"key":"011659","address":"山口県山口市大内御堀1208-1 ","latitude":34.162084,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":65,"distanceToPoint":2.995388331909905,"order":72},"geometry":{"type":"Point","coordinates":[131.48872,34.162084]}},{"type":"Feature","properties":{"name":"ガスト 防府店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":131.583338,"key":"011845","address":"山口県防府市国衙2丁目2-45 ","latitude":34.055964,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":54,"distanceToPoint":14.667120454096617,"order":73},"geometry":{"type":"Point","coordinates":[131.583338,34.055964]}},{"type":"Feature","properties":{"name":"ガスト 徳山周陽店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.829604,"key":"011760","address":"山口県周南市周陽1丁目51 ","latitude":34.049286,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":53,"distanceToPoint":22.70007546340976,"order":74},"geometry":{"type":"Point","coordinates":[131.829604,34.049286]}},{"type":"Feature","properties":{"name":"ガスト 下松店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":131.862557,"key":"012879","address":"山口県下松市望町1丁目8-5 ","latitude":34.028158,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":50,"distanceToPoint":3.8391371981003046,"order":75},"geometry":{"type":"Point","coordinates":[131.862557,34.028158]}},{"type":"Feature","properties":{"name":"ガスト 柳井店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":132.10302,"key":"012869","address":"山口県柳井市南町5丁目3-9 ","latitude":33.960962,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":46,"distanceToPoint":23.39379776392832,"order":76},"geometry":{"type":"Point","coordinates":[132.10302,33.960962]}},{"type":"Feature","properties":{"name":"ガスト 岩国店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":132.225271,"key":"012957","address":"山口県岩国市立石町3丁目1-32 ","latitude":34.176357,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":61,"distanceToPoint":26.465905783041308,"order":77},"geometry":{"type":"Point","coordinates":[132.225271,34.176357]}},{"type":"Feature","properties":{"name":"ガスト 安芸宮島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.300547,"key":"018732","address":"広島県廿日市市宮島口西1丁目3-38 ","latitude":34.307297,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":72,"distanceToPoint":16.120469981988123,"order":78},"geometry":{"type":"Point","coordinates":[132.300547,34.307297]}},{"type":"Feature","properties":{"name":"ガスト 広島五日市店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":132.367475,"key":"011333","address":"広島県広島市佐伯区旭園2-12 ","latitude":34.365999,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":8.964931280561032,"order":79},"geometry":{"type":"Point","coordinates":[132.367475,34.365999]}},{"type":"Feature","properties":{"name":"ガスト 観音本町店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":132.434353,"key":"011308","address":"広島県広島市西区観音本町2丁目13-7 ","latitude":34.388286,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":85,"distanceToPoint":6.619068730243931,"order":80},"geometry":{"type":"Point","coordinates":[132.434353,34.388286]}},{"type":"Feature","properties":{"name":"ガスト 国泰寺店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":132.45735,"key":"017828","address":"広島県広島市中区国泰寺町1丁目9-20 ","latitude":34.384088,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":2.161301192640514,"order":81},"geometry":{"type":"Point","coordinates":[132.45735,34.384088]}},{"type":"Feature","properties":{"name":"ガスト 広島本通店","__marker_index":0,"__condition_flags":27740,"カテゴリ":"0101","longitude":132.458719,"key":"017854","address":"広島県広島市中区本通8番23号 ","latitude":34.393023,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":85,"distanceToPoint":1.0014382630782277,"order":82},"geometry":{"type":"Point","coordinates":[132.458719,34.393023]}},{"type":"Feature","properties":{"name":"ガスト 広島大芝店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":132.458266,"key":"011358","address":"広島県広島市西区大芝2丁目19-12 ","latitude":34.420268,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":88,"distanceToPoint":3.029794999193019,"order":83},"geometry":{"type":"Point","coordinates":[132.458266,34.420268]}},{"type":"Feature","properties":{"name":"ガスト 広島府中店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":132.499021,"key":"018969","address":"広島県安芸郡府中町大須4-5-22 ","latitude":34.397768,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":86,"distanceToPoint":4.4986827816389034,"order":84},"geometry":{"type":"Point","coordinates":[132.499021,34.397768]}},{"type":"Feature","properties":{"name":"ガスト 広島矢賀店","__marker_index":0,"__condition_flags":549276,"カテゴリ":"0101","longitude":132.498029,"key":"018606","address":"広島県広島市東区矢賀新町4丁目1-26 ","latitude":34.391968,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":0.6513227030830512,"order":85},"geometry":{"type":"Point","coordinates":[132.498029,34.391968]}},{"type":"Feature","properties":{"name":"ガスト 広島海田店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":132.534532,"key":"012840","address":"広島県安芸郡海田町栄町7番11号 ","latitude":34.360234,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":83,"distanceToPoint":4.865627936884174,"order":86},"geometry":{"type":"Point","coordinates":[132.534532,34.360234]}},{"type":"Feature","properties":{"name":"ガスト 呉店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":132.568785,"key":"012899","address":"広島県呉市中央7丁目3-18-101 ","latitude":34.253527,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":65,"distanceToPoint":12.27532004876757,"order":87},"geometry":{"type":"Point","coordinates":[132.568785,34.253527]}},{"type":"Feature","properties":{"name":"ガスト 高陽町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.510109,"key":"011612","address":"広島県広島市安佐北区落合南2丁目2番4号 ","latitude":34.470028,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":93,"distanceToPoint":24.66896554739595,"order":88},"geometry":{"type":"Point","coordinates":[132.510109,34.470028]}},{"type":"Feature","properties":{"name":"ガスト 広島八木店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.488952,"key":"011675","address":"広島県広島市安佐南区八木1丁目28-39 ","latitude":34.475801,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":96,"distanceToPoint":2.0429064855985217,"order":89},"geometry":{"type":"Point","coordinates":[132.488952,34.475801]}},{"type":"Feature","properties":{"name":"ガスト 広島高取店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.433829,"key":"011601","address":"広島県広島市安佐南区高取北3丁目14-70 ","latitude":34.474405,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":93,"distanceToPoint":5.055296179115414,"order":90},"geometry":{"type":"Point","coordinates":[132.433829,34.474405]}},{"type":"Feature","properties":{"name":"ガスト 広島沼田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":132.407927,"key":"018719","address":"広島県広島市安佐南区伴中央5丁目2-5 ","latitude":34.459099,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":90,"distanceToPoint":2.9215135147033817,"order":91},"geometry":{"type":"Point","coordinates":[132.407927,34.459099]}},{"type":"Feature","properties":{"name":"ガスト 広島千代田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":132.535194,"key":"012922","address":"広島県山県郡北広島町有田1535-1 ","latitude":34.674595,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":165,"distanceToPoint":26.645439086364725,"order":92},"geometry":{"type":"Point","coordinates":[132.535194,34.674595]}},{"type":"Feature","properties":{"name":"ガスト 西条寺家店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.719787,"key":"011960","address":"広島県東広島市西条町寺家3983 ","latitude":34.441668,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":88,"distanceToPoint":30.92853160400197,"order":93},"geometry":{"type":"Point","coordinates":[132.719787,34.441668]}},{"type":"Feature","properties":{"name":"ガスト 東広島西条インター店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":132.756425,"key":"012886","address":"広島県東広島市西条町吉行字浜田855-5 ","latitude":34.438774,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":87,"distanceToPoint":3.3752425145956075,"order":94},"geometry":{"type":"Point","coordinates":[132.756425,34.438774]}},{"type":"Feature","properties":{"name":"ガスト 竹原店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":132.903871,"key":"012738","address":"広島県竹原市下野町3308 ","latitude":34.348319,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":79,"distanceToPoint":16.85823724611825,"order":95},"geometry":{"type":"Point","coordinates":[132.903871,34.348319]}},{"type":"Feature","properties":{"name":"ガスト 広島三原店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":133.078562,"key":"018729","address":"広島県三原市円一町1丁目1-1 フジグラン三原内","latitude":34.394351,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":81,"distanceToPoint":16.830351640043556,"order":96},"geometry":{"type":"Point","coordinates":[133.078562,34.394351]}},{"type":"Feature","properties":{"name":"ガスト 尾道店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":133.187402,"key":"011964","address":"広島県尾道市栗原町5570-1 ","latitude":34.425835,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":83,"distanceToPoint":10.580664291454173,"order":97},"geometry":{"type":"Point","coordinates":[133.187402,34.425835]}},{"type":"Feature","properties":{"name":"ガスト 福山松永店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":133.255429,"key":"012835","address":"広島県福山市松永町6丁目10番41-14 ","latitude":34.443487,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":6.540273732858518,"order":98},"geometry":{"type":"Point","coordinates":[133.255429,34.443487]}},{"type":"Feature","properties":{"name":"ガスト 福山光南店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.367411,"key":"011914","address":"広島県福山市光南町3丁目7-27 ","latitude":34.475314,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":87,"distanceToPoint":10.859721291775367,"order":99},"geometry":{"type":"Point","coordinates":[133.367411,34.475314]}},{"type":"Feature","properties":{"name":"ガスト 福山新涯店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.396231,"key":"018825","address":"広島県福山市新涯町2丁目8-26 ","latitude":34.461119,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":3.077620138551712,"order":100},"geometry":{"type":"Point","coordinates":[133.396231,34.461119]}},{"type":"Feature","properties":{"name":"ガスト 福山東深津店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.390488,"key":"018803","address":"広島県福山市東深津町1丁目11-23 ","latitude":34.501515,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":93,"distanceToPoint":4.52257571645652,"order":101},"geometry":{"type":"Point","coordinates":[133.390488,34.501515]}},{"type":"Feature","properties":{"name":"ガスト 福山駅家町店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":133.339156,"key":"011865","address":"広島県福山市駅家町大字万能倉288-2 ","latitude":34.544735,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":100,"distanceToPoint":6.723954099928135,"order":102},"geometry":{"type":"Point","coordinates":[133.339156,34.544735]}},{"type":"Feature","properties":{"name":"ガスト 備後府中店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":133.23966,"key":"018599","address":"広島県府中市府川町字伊ノ尻373-1 ","latitude":34.567131,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":109,"distanceToPoint":9.445761974647434,"order":103},"geometry":{"type":"Point","coordinates":[133.23966,34.567131]}},{"type":"Feature","properties":{"name":"ガスト 笠岡店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":133.516272,"key":"012774","address":"岡山県笠岡市四番町1-16 ","latitude":34.498878,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":92,"distanceToPoint":26.450522683458228,"order":104},"geometry":{"type":"Point","coordinates":[133.516272,34.498878]}},{"type":"Feature","properties":{"name":"ガスト 新倉敷店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":133.683472,"key":"012785","address":"岡山県倉敷市玉島爪崎字鍬崎3-970-1 ","latitude":34.56216,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":104,"distanceToPoint":16.855449080671434,"order":105},"geometry":{"type":"Point","coordinates":[133.683472,34.56216]}},{"type":"Feature","properties":{"name":"ガスト 倉敷水島北店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":133.752051,"key":"011789","address":"岡山県倉敷市北畝7丁目11-55 ","latitude":34.549695,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":99,"distanceToPoint":6.431407200965496,"order":106},"geometry":{"type":"Point","coordinates":[133.752051,34.549695]}},{"type":"Feature","properties":{"name":"ガスト 児島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.814624,"key":"011781","address":"岡山県倉敷市児島小川町3678-34 ","latitude":34.467503,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":84,"distanceToPoint":10.788924990684345,"order":107},"geometry":{"type":"Point","coordinates":[133.814624,34.467503]}},{"type":"Feature","properties":{"name":"ガスト 坂出北インター店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":133.847314,"key":"011263","address":"香川県坂出市西大浜北1丁目1-5 ","latitude":34.321856,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":73,"distanceToPoint":16.470645570134593,"order":108},"geometry":{"type":"Point","coordinates":[133.847314,34.321856]}},{"type":"Feature","properties":{"name":"ガスト 丸亀店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":133.796759,"key":"012999","address":"香川県丸亀市中府町1丁目6ー31 ","latitude":34.279888,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":67,"distanceToPoint":6.583517025893914,"order":109},"geometry":{"type":"Point","coordinates":[133.796759,34.279888]}},{"type":"Feature","properties":{"name":"ガスト 丸亀フジグラン店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":133.834254,"key":"018715","address":"香川県丸亀市川西町南1280-1 フジグラン丸亀内","latitude":34.242384,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":64,"distanceToPoint":5.409684244657014,"order":110},"geometry":{"type":"Point","coordinates":[133.834254,34.242384]}},{"type":"Feature","properties":{"name":"ガスト 善通寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.791403,"key":"011829","address":"香川県善通寺市生野町1061-1 ","latitude":34.229518,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":62,"distanceToPoint":4.190953011706598,"order":111},"geometry":{"type":"Point","coordinates":[133.791403,34.229518]}},{"type":"Feature","properties":{"name":"ガスト 観音寺吉岡町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.689345,"key":"018769","address":"香川県観音寺市吉岡町211-1 ","latitude":34.126853,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":58,"distanceToPoint":14.780525792155728,"order":112},"geometry":{"type":"Point","coordinates":[133.689345,34.126853]}},{"type":"Feature","properties":{"name":"ガスト 観音寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.661998,"key":"011322","address":"香川県観音寺市坂本町1丁目3-12 ","latitude":34.129626,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":58,"distanceToPoint":2.535983423107966,"order":113},"geometry":{"type":"Point","coordinates":[133.661998,34.129626]}},{"type":"Feature","properties":{"name":"ガスト 伊予三島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.531136,"key":"011900","address":"愛媛県四国中央市中之庄町282-1 ","latitude":33.975224,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":47,"distanceToPoint":20.97889041745546,"order":114},"geometry":{"type":"Point","coordinates":[133.531136,33.975224]}},{"type":"Feature","properties":{"name":"ガスト 新居浜上泉店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":133.307569,"key":"011992","address":"愛媛県新居浜市上泉町2132-1 ","latitude":33.936658,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":45,"distanceToPoint":21.061380917743964,"order":115},"geometry":{"type":"Point","coordinates":[133.307569,33.936658]}},{"type":"Feature","properties":{"name":"ガスト 新居浜店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.283691,"key":"011666","address":"愛媛県新居浜市徳常町671-1 ","latitude":33.96416,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":45,"distanceToPoint":3.7686594114378282,"order":116},"geometry":{"type":"Point","coordinates":[133.283691,33.96416]}},{"type":"Feature","properties":{"name":"ガスト 西条店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":133.18524,"key":"012889","address":"愛媛県西条市朔日市767番地1 ","latitude":33.928635,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":44,"distanceToPoint":9.903346525571434,"order":117},"geometry":{"type":"Point","coordinates":[133.18524,33.928635]}},{"type":"Feature","properties":{"name":"ガスト 今治東店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":133.025888,"key":"011919","address":"愛媛県今治市東村1丁目2-55 ","latitude":34.042498,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":45,"distanceToPoint":19.394994445852976,"order":118},"geometry":{"type":"Point","coordinates":[133.025888,34.042498]}},{"type":"Feature","properties":{"name":"ガスト 今治西店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":132.982948,"key":"012807","address":"愛媛県今治市馬越町2丁目3-41 ","latitude":34.059031,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":46,"distanceToPoint":4.362341284419133,"order":119},"geometry":{"type":"Point","coordinates":[132.982948,34.059031]}},{"type":"Feature","properties":{"name":"ガスト 松山本町店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":132.757601,"key":"909201","address":"愛媛県松山市萱町6丁目30-7 ","latitude":33.852713,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":42,"distanceToPoint":30.95647868016272,"order":120},"geometry":{"type":"Point","coordinates":[132.757601,33.852713]}},{"type":"Feature","properties":{"name":"ガスト 松山朝生田店","__marker_index":0,"__condition_flags":8637,"カテゴリ":"0101","longitude":132.76421,"key":"011625","address":"愛媛県松山市朝生田町4-4-2 ","latitude":33.82187,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":40,"distanceToPoint":3.4834885526146797,"order":121},"geometry":{"type":"Point","coordinates":[132.76421,33.82187]}},{"type":"Feature","properties":{"name":"ガスト 松山束本店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":132.787166,"key":"018766","address":"愛媛県松山市束本1丁目4番26号 ","latitude":33.831261,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":40,"distanceToPoint":2.3636782500939977,"order":122},"geometry":{"type":"Point","coordinates":[132.787166,33.831261]}},{"type":"Feature","properties":{"name":"ガスト 伊予松前町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.711775,"key":"011727","address":"愛媛県伊予郡松前町大字北黒田字石山218ー2 ","latitude":33.780576,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":39,"distanceToPoint":8.960206576772388,"order":123},"geometry":{"type":"Point","coordinates":[132.711775,33.780576]}},{"type":"Feature","properties":{"name":"ガスト 宇和島店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":132.553443,"key":"012866","address":"愛媛県宇和島市川内甲1100-1 ","latitude":33.20317,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":20,"distanceToPoint":65.86210963691818,"order":124},"geometry":{"type":"Point","coordinates":[132.553443,33.20317]}},{"type":"Feature","properties":{"name":"ガスト 佐伯店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":131.865506,"key":"017832","address":"大分県佐伯市鶴岡西町2丁目184 ","latitude":32.961009,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":69.52085160743806,"order":125},"geometry":{"type":"Point","coordinates":[131.865506,32.961009]}},{"type":"Feature","properties":{"name":"ガスト 大分森町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.681327,"key":"012954","address":"大分県大分市大字森町238-1 ","latitude":33.229431,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":20,"distanceToPoint":34.42710277499403,"order":126},"geometry":{"type":"Point","coordinates":[131.681327,33.229431]}},{"type":"Feature","properties":{"name":"ガスト 大分駅前店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":131.611061,"key":"012684","address":"大分県大分市金池町1丁目2775-1 ","latitude":33.232264,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":20,"distanceToPoint":6.543118084335791,"order":127},"geometry":{"type":"Point","coordinates":[131.611061,33.232264]}},{"type":"Feature","properties":{"name":"ガスト 南大分店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.599801,"key":"011683","address":"大分県大分市大字豊饒字中島298-1 ","latitude":33.209263,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":19,"distanceToPoint":2.763767831942782,"order":128},"geometry":{"type":"Point","coordinates":[131.599801,33.209263]}},{"type":"Feature","properties":{"name":"ガスト 大分木ノ上店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.569046,"key":"012918","address":"大分県大分市大字木上字鉾手41-1 ","latitude":33.184467,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":16,"distanceToPoint":3.9738251460155323,"order":129},"geometry":{"type":"Point","coordinates":[131.569046,33.184467]}},{"type":"Feature","properties":{"name":"ガスト 別府店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.505004,"key":"011969","address":"大分県別府市南的ケ浜町5-23 ","latitude":33.282716,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":19,"distanceToPoint":12.443092410414506,"order":130},"geometry":{"type":"Point","coordinates":[131.505004,33.282716]}},{"type":"Feature","properties":{"name":"ガスト 宇佐店","__marker_index":0,"__condition_flags":956,"カテゴリ":"0101","longitude":131.340405,"key":"011850","address":"大分県宇佐市大字辛島字栗屋田10 ","latitude":33.527837,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":22,"distanceToPoint":31.246580689085754,"order":131},"geometry":{"type":"Point","coordinates":[131.340405,33.527837]}},{"type":"Feature","properties":{"name":"ガスト 中津店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":131.211755,"key":"011686","address":"大分県中津市大字下池永46-4 ","latitude":33.588861,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":26,"distanceToPoint":13.716838123107683,"order":132},"geometry":{"type":"Point","coordinates":[131.211755,33.588861]}},{"type":"Feature","properties":{"name":"ガスト 行橋店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":130.979124,"key":"011698","address":"福岡県京都郡苅田町大字二崎112-4 ","latitude":33.746175,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":29,"distanceToPoint":27.739333313224552,"order":133},"geometry":{"type":"Point","coordinates":[130.979124,33.746175]}},{"type":"Feature","properties":{"name":"ガスト 田川店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":130.798722,"key":"011876","address":"福岡県田川市大字川宮1693-2 ","latitude":33.650254,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":27,"distanceToPoint":19.806344185445436,"order":134},"geometry":{"type":"Point","coordinates":[130.798722,33.650254]}},{"type":"Feature","properties":{"name":"ガスト 飯塚若菜店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":130.672957,"key":"011820","address":"福岡県飯塚市若菜238-1 ","latitude":33.630289,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":26,"distanceToPoint":11.85226934733009,"order":135},"geometry":{"type":"Point","coordinates":[130.672957,33.630289]}},{"type":"Feature","properties":{"name":"ガスト 大分日田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.933613,"key":"011877","address":"大分県日田市清岸寺町102-2 ","latitude":33.334284,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":19,"distanceToPoint":40.83785810693815,"order":136},"geometry":{"type":"Point","coordinates":[130.933613,33.334284]}},{"type":"Feature","properties":{"name":"ガスト 前原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.207769,"key":"011800","address":"福岡県糸島市前原東1丁目7-1 ","latitude":33.56061,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":22,"distanceToPoint":71.8924587320927,"order":137},"geometry":{"type":"Point","coordinates":[130.207769,33.56061]}},{"type":"Feature","properties":{"name":"ガスト 唐津店","__marker_index":0,"__condition_flags":25020,"カテゴリ":"0101","longitude":129.978026,"key":"909219","address":"佐賀県唐津市船宮町2585-3 ","latitude":33.446056,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":20,"distanceToPoint":24.819784936381218,"order":138},"geometry":{"type":"Point","coordinates":[129.978026,33.446056]}},{"type":"Feature","properties":{"name":"ガスト 伊万里駅前店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":129.876603,"key":"012966","address":"佐賀県伊万里市新天町浜の浦549-11 ","latitude":33.271321,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":18,"distanceToPoint":21.592641822769135,"order":139},"geometry":{"type":"Point","coordinates":[129.876603,33.271321]}},{"type":"Feature","properties":{"name":"ガスト 佐世保インター店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":129.781695,"key":"012855","address":"長崎県佐世保市大塔町15-33 ","latitude":33.148659,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":14,"distanceToPoint":16.247942505171466,"order":140},"geometry":{"type":"Point","coordinates":[129.781695,33.148659]}},{"type":"Feature","properties":{"name":"ガスト 佐世保早岐店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":129.798931,"key":"018821","address":"長崎県佐世保市早岐1丁目3-1 ","latitude":33.132036,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":2.4478456244575484,"order":141},"geometry":{"type":"Point","coordinates":[129.798931,33.132036]}},{"type":"Feature","properties":{"name":"ガスト 佐世保駅南店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":129.728528,"key":"018728","address":"長崎県佐世保市干尽町23-3 ","latitude":33.161817,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":7.343579319949203,"order":142},"geometry":{"type":"Point","coordinates":[129.728528,33.161817]}},{"type":"Feature","properties":{"name":"ガスト 北佐世保店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":129.718304,"key":"011786","address":"長崎県佐世保市梅田町163-1 ","latitude":33.191348,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":3.418789378747941,"order":143},"geometry":{"type":"Point","coordinates":[129.718304,33.191348]}},{"type":"Feature","properties":{"name":"ガスト 佐賀武雄店","__marker_index":0,"__condition_flags":16828,"カテゴリ":"0101","longitude":130.027763,"key":"017721","address":"佐賀県武雄市武雄町大字昭和277 ","latitude":33.193624,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":13,"distanceToPoint":28.796898759270267,"order":144},"geometry":{"type":"Point","coordinates":[130.027763,33.193624]}},{"type":"Feature","properties":{"name":"ガスト 大村店","__marker_index":0,"__condition_flags":18332,"カテゴリ":"0101","longitude":129.958212,"key":"012894","address":"長崎県大村市片町175番地 ","latitude":32.903555,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":12,"distanceToPoint":32.899219811734746,"order":145},"geometry":{"type":"Point","coordinates":[129.958212,32.903555]}},{"type":"Feature","properties":{"name":"ガスト 諫早店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":130.036119,"key":"012890","address":"長崎県諫早市小船越町1070-1 ","latitude":32.838489,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":11,"distanceToPoint":10.260809932603303,"order":146},"geometry":{"type":"Point","coordinates":[130.036119,32.838489]}},{"type":"Feature","properties":{"name":"ガスト 東長崎店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":129.949459,"key":"012806","address":"長崎県長崎市田中町1020ー1 ","latitude":32.768701,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":8,"distanceToPoint":11.216993411125948,"order":147},"geometry":{"type":"Point","coordinates":[129.949459,32.768701]}},{"type":"Feature","properties":{"name":"ガスト 長崎中央橋店","__marker_index":0,"__condition_flags":10366,"カテゴリ":"0101","longitude":129.876528,"key":"017726","address":"長崎県長崎市銅座町4-1 りそな長崎ビル2F","latitude":32.743866,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":6,"distanceToPoint":7.357866620021159,"order":148},"geometry":{"type":"Point","coordinates":[129.876528,32.743866]}},{"type":"Feature","properties":{"name":"ガスト 長崎大浦海岸店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":129.870398,"key":"018579","address":"長崎県長崎市常盤町1番50号 ","latitude":32.737913,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":5,"distanceToPoint":0.8757171268877956,"order":149},"geometry":{"type":"Point","coordinates":[129.870398,32.737913]}},{"type":"Feature","properties":{"name":"ガスト 長崎駅北店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":129.869668,"key":"012848","address":"長崎県長崎市御船蔵町4番2号 ","latitude":32.757348,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":5,"distanceToPoint":2.1621544961751833,"order":150},"geometry":{"type":"Point","coordinates":[129.869668,32.757348]}},{"type":"Feature","properties":{"name":"ガスト 長崎三芳店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":129.860439,"key":"012872","address":"長崎県長崎市三芳町2番2号 ","latitude":32.778494,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":6,"distanceToPoint":2.504672383224458,"order":151},"geometry":{"type":"Point","coordinates":[129.860439,32.778494]}},{"type":"Feature","properties":{"name":"ガスト 長崎深堀店","__marker_index":0,"__condition_flags":17308,"カテゴリ":"0101","longitude":129.834103,"key":"017843","address":"長崎県長崎市深堀町1丁目145-24 フレスポ深堀","latitude":32.684833,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":4,"distanceToPoint":10.702022218775085,"order":152},"geometry":{"type":"Point","coordinates":[129.834103,32.684833]}},{"type":"Feature","properties":{"name":"ガスト 島原店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":130.373754,"key":"017997","address":"長崎県島原市蛭子町2丁目879番地 ","latitude":32.777768,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":4,"distanceToPoint":51.52528427497003,"order":153},"geometry":{"type":"Point","coordinates":[130.373754,32.777768]}},{"type":"Feature","properties":{"name":"ガスト 延岡店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":131.671741,"key":"012952","address":"宮崎県延岡市共栄町4597-3 ","latitude":32.566149,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":3,"distanceToPoint":123.75008890894928,"order":154},"geometry":{"type":"Point","coordinates":[131.671741,32.566149]}},{"type":"Feature","properties":{"name":"ガスト 宮崎フェニックスガーデン店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":131.436239,"key":"018822","address":"宮崎県宮崎市柳丸町150番外 ","latitude":31.926697,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":2,"distanceToPoint":74.47331413865177,"order":155},"geometry":{"type":"Point","coordinates":[131.436239,31.926697]}},{"type":"Feature","properties":{"name":"ガスト 宮崎大塚店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":131.39862,"key":"012858","address":"宮崎県宮崎市大塚町宮田2988 ","latitude":31.914907,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":1,"distanceToPoint":3.7847916129456833,"order":156},"geometry":{"type":"Point","coordinates":[131.39862,31.914907]}},{"type":"Feature","properties":{"name":"ガスト 都城店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":131.069123,"key":"011309","address":"宮崎県都城市平江町22-16 ","latitude":31.735381,"cluster":12,"centroid":[130.76627882352943,31.813137764705886],"featureIndex":0,"distanceToPoint":36.98092845668318,"order":157},"geometry":{"type":"Point","coordinates":[131.069123,31.735381]}},{"type":"Feature","properties":{"name":"ガスト 須崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.289229,"key":"012876","address":"高知県須崎市緑町1番38号 ","latitude":33.410397,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":0,"distanceToPoint":279.21395979824706,"order":158},"geometry":{"type":"Point","coordinates":[133.289229,33.410397]}},{"type":"Feature","properties":{"name":"ガスト 土佐バイパス店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.503273,"key":"011748","address":"高知県高知市鴨部2丁目22-15 ","latitude":33.54727,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":0,"distanceToPoint":25.014644271362513,"order":159},"geometry":{"type":"Point","coordinates":[133.503273,33.54727]}},{"type":"Feature","properties":{"name":"ガスト 高知北金田店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":133.555892,"key":"011903","address":"高知県高知市北金田5-2 ","latitude":33.566231,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":1,"distanceToPoint":5.312162399194106,"order":160},"geometry":{"type":"Point","coordinates":[133.555892,33.566231]}},{"type":"Feature","properties":{"name":"ガスト 高知野市町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":133.697788,"key":"018666","address":"高知県香南市野市町西野2058-2 ","latitude":33.561242,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":0,"distanceToPoint":13.159166747451552,"order":161},"geometry":{"type":"Point","coordinates":[133.697788,33.561242]}},{"type":"Feature","properties":{"name":"ガスト 徳島脇町店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":134.156618,"key":"017978","address":"徳島県美馬市脇町大字猪尻字八幡神社下南 127-1","latitude":34.064426,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":4,"distanceToPoint":70.19598451185398,"order":162},"geometry":{"type":"Point","coordinates":[134.156618,34.064426]}},{"type":"Feature","properties":{"name":"ガスト 徳島鴨島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.347643,"key":"017996","address":"徳島県吉野川市鴨島町上下島字呉島521-1 ","latitude":34.068247,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":4,"distanceToPoint":17.60098286444183,"order":163},"geometry":{"type":"Point","coordinates":[134.347643,34.068247]}},{"type":"Feature","properties":{"name":"ガスト 徳島佐古店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.530329,"key":"018804","address":"徳島県徳島市佐古五番町9番5号 ","latitude":34.078969,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":5,"distanceToPoint":16.868466238549278,"order":164},"geometry":{"type":"Point","coordinates":[134.530329,34.078969]}},{"type":"Feature","properties":{"name":"ガスト 徳島大学前店","__marker_index":0,"__condition_flags":549212,"カテゴリ":"0101","longitude":134.558579,"key":"012861","address":"徳島県徳島市南常三島町1丁目2-1 ","latitude":34.077833,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":2.604881888860616,"order":165},"geometry":{"type":"Point","coordinates":[134.558579,34.077833]}},{"type":"Feature","properties":{"name":"ガスト 徳島沖浜店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.551716,"key":"017976","address":"徳島県徳島市問屋町4番地 ","latitude":34.047617,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":3,"distanceToPoint":3.418830738559397,"order":166},"geometry":{"type":"Point","coordinates":[134.551716,34.047617]}},{"type":"Feature","properties":{"name":"ガスト 小松島店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.570784,"key":"011989","address":"徳島県小松島市日開野町勝久4-2 ","latitude":34.004551,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":2,"distanceToPoint":5.100961428024023,"order":167},"geometry":{"type":"Point","coordinates":[134.570784,34.004551]}},{"type":"Feature","properties":{"name":"ガスト 北島町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":134.537315,"key":"012754","address":"徳島県板野郡北島町高房字川ノ上2-1 ","latitude":34.126071,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":3,"distanceToPoint":13.859664777110675,"order":168},"geometry":{"type":"Point","coordinates":[134.537315,34.126071]}},{"type":"Feature","properties":{"name":"ガスト 鳴門店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.600043,"key":"011787","address":"徳島県鳴門市撫養町斎田字北浜225 ","latitude":34.184107,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":8.658015585368785,"order":169},"geometry":{"type":"Point","coordinates":[134.600043,34.184107]}},{"type":"Feature","properties":{"name":"ガスト 洲本店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":134.859442,"key":"012893","address":"兵庫県洲本市桑間ナカマチ681番地 ","latitude":34.343304,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":15,"distanceToPoint":29.6920162616228,"order":170},"geometry":{"type":"Point","coordinates":[134.859442,34.343304]}},{"type":"Feature","properties":{"name":"ガスト 和歌山湊店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.153248,"key":"018637","address":"和歌山県和歌山市湊1833-5 ","latitude":34.235825,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":29.519249636957753,"order":171},"geometry":{"type":"Point","coordinates":[135.153248,34.235825]}},{"type":"Feature","properties":{"name":"ガスト 和歌山平井店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.16903,"key":"012758","address":"和歌山県和歌山市平井169-1 ","latitude":34.259296,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":2.9859056800735426,"order":172},"geometry":{"type":"Point","coordinates":[135.16903,34.259296]}},{"type":"Feature","properties":{"name":"ガスト 海南店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.209993,"key":"012730","address":"和歌山県海南市日方字新浜1523-2 ","latitude":34.153543,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":3,"distanceToPoint":12.347839709727168,"order":173},"geometry":{"type":"Point","coordinates":[135.209993,34.153543]}},{"type":"Feature","properties":{"name":"ガスト 有田店","__marker_index":0,"__condition_flags":1916,"カテゴリ":"0101","longitude":135.116542,"key":"011959","address":"和歌山県有田市宮崎町116-2 ","latitude":34.079485,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":2,"distanceToPoint":11.908980932762587,"order":174},"geometry":{"type":"Point","coordinates":[135.116542,34.079485]}},{"type":"Feature","properties":{"name":"ガスト 御坊店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.154399,"key":"011910","address":"和歌山県御坊市名屋町3丁目5-4 ","latitude":33.88308,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":1,"distanceToPoint":22.116465586336,"order":175},"geometry":{"type":"Point","coordinates":[135.154399,33.88308]}},{"type":"Feature","properties":{"name":"ガスト 紀伊田辺店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.35841,"key":"012786","address":"和歌山県田辺市目良43-23 ","latitude":33.736408,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":0,"distanceToPoint":24.9251892732731,"order":176},"geometry":{"type":"Point","coordinates":[135.35841,33.736408]}},{"type":"Feature","properties":{"name":"ガスト 紀伊橋本店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":135.572684,"key":"011796","address":"和歌山県橋本市高野口町伏原276-2 ","latitude":34.307231,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":3,"distanceToPoint":66.47368463317548,"order":177},"geometry":{"type":"Point","coordinates":[135.572684,34.307231]}},{"type":"Feature","properties":{"name":"ガスト 五條店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.698895,"key":"011997","address":"奈良県五條市須恵3丁目4-22 ","latitude":34.352985,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":9,"distanceToPoint":12.656882079413016,"order":178},"geometry":{"type":"Point","coordinates":[135.698895,34.352985]}},{"type":"Feature","properties":{"name":"ガスト 河内長野片添店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.569248,"key":"011176","address":"大阪府河内長野市西片添町2-21 ","latitude":34.434686,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":12,"distanceToPoint":14.968055884311452,"order":179},"geometry":{"type":"Point","coordinates":[135.569248,34.434686]}},{"type":"Feature","properties":{"name":"ガスト 大阪狭山店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.547533,"key":"012732","address":"大阪府大阪狭山市茱萸木1丁目96-1 ","latitude":34.498004,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":18,"distanceToPoint":7.316679212023906,"order":180},"geometry":{"type":"Point","coordinates":[135.547533,34.498004]}},{"type":"Feature","properties":{"name":"ガスト 泉北ニュータウン栂店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.499992,"key":"011491","address":"大阪府堺市南区栂356-1 ","latitude":34.486128,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":14,"distanceToPoint":4.552738469088852,"order":181},"geometry":{"type":"Point","coordinates":[135.499992,34.486128]}},{"type":"Feature","properties":{"name":"ガスト 堺菱木店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.465868,"key":"011644","address":"大阪府堺市西区山田3丁1060-1 ","latitude":34.510732,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":19,"distanceToPoint":4.154978765556633,"order":182},"geometry":{"type":"Point","coordinates":[135.465868,34.510732]}},{"type":"Feature","properties":{"name":"ガスト 和泉店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":135.433109,"key":"018574","address":"大阪府和泉市観音寺町677-1 ","latitude":34.477507,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":13,"distanceToPoint":4.7604886364629015,"order":183},"geometry":{"type":"Point","coordinates":[135.433109,34.477507]}},{"type":"Feature","properties":{"name":"ガスト 岸和田東店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.407432,"key":"011615","address":"大阪府岸和田市箕土路町1丁目9-22 ","latitude":34.474449,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":12,"distanceToPoint":2.3781220734305055,"order":184},"geometry":{"type":"Point","coordinates":[135.407432,34.474449]}},{"type":"Feature","properties":{"name":"ガスト 泉佐野貝田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.345368,"key":"011605","address":"大阪府泉佐野市鶴原1210番地-4 ","latitude":34.422215,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":11,"distanceToPoint":8.13155258308384,"order":185},"geometry":{"type":"Point","coordinates":[135.345368,34.422215]}},{"type":"Feature","properties":{"name":"ガスト 泉南尾崎店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":135.249883,"key":"011462","address":"大阪府阪南市下出390-1 ","latitude":34.358423,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":9,"distanceToPoint":11.27305424831799,"order":186},"geometry":{"type":"Point","coordinates":[135.249883,34.358423]}},{"type":"Feature","properties":{"name":"ガスト 堺緑ヶ丘中町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.469786,"key":"011841","address":"大阪府堺市堺区緑ヶ丘中町1丁1番33号 ","latitude":34.556185,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":19,"distanceToPoint":29.834050797430024,"order":187},"geometry":{"type":"Point","coordinates":[135.469786,34.556185]}},{"type":"Feature","properties":{"name":"ガスト 堺長曽根店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.503811,"key":"011350","address":"大阪府堺市北区長曽根町3000-1 ","latitude":34.565418,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":23,"distanceToPoint":3.2805235822085,"order":188},"geometry":{"type":"Point","coordinates":[135.503811,34.565418]}},{"type":"Feature","properties":{"name":"ガスト 堺北花田店","__marker_index":0,"__condition_flags":380,"カテゴリ":"0101","longitude":135.516725,"key":"017723","address":"大阪府堺市北区北花田町3丁17-1 ","latitude":34.582936,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":25,"distanceToPoint":2.2786775475275634,"order":189},"geometry":{"type":"Point","coordinates":[135.516725,34.582936]}},{"type":"Feature","properties":{"name":"ガスト 我孫子町駅前店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":135.506114,"key":"018121","address":"大阪府大阪市住吉区我孫子西2丁目3-1 ","latitude":34.601483,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":26,"distanceToPoint":2.2796171568794574,"order":190},"geometry":{"type":"Point","coordinates":[135.506114,34.601483]}},{"type":"Feature","properties":{"name":"ガスト 住ノ江駅店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":135.487025,"key":"017713","address":"大阪府大阪市住之江区西住之江1丁目1-41 N.KLASS住ノ江24号区画","latitude":34.605131,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":27,"distanceToPoint":1.7935938816860308,"order":191},"geometry":{"type":"Point","coordinates":[135.487025,34.605131]}},{"type":"Feature","properties":{"name":"ガスト 住之江スポーツビレッジ店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.466743,"key":"018640","address":"大阪府大阪市住之江区泉1丁目1番105号 ","latitude":34.610036,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":27,"distanceToPoint":1.9346863957028169,"order":192},"geometry":{"type":"Point","coordinates":[135.466743,34.610036]}},{"type":"Feature","properties":{"name":"ガスト 玉出店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.488631,"key":"018650","address":"大阪府大阪市西成区玉出西2丁目7-19 ","latitude":34.623296,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":30,"distanceToPoint":2.487150123351114,"order":193},"geometry":{"type":"Point","coordinates":[135.488631,34.623296]}},{"type":"Feature","properties":{"name":"ガスト 文の里店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.518031,"key":"012859","address":"大阪府大阪市阿倍野区松崎町3丁目13-8 ","latitude":34.639635,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":39,"distanceToPoint":3.245999790262073,"order":194},"geometry":{"type":"Point","coordinates":[135.518031,34.639635]}},{"type":"Feature","properties":{"name":"ガスト 天王寺東店","__marker_index":0,"__condition_flags":10684,"カテゴリ":"0101","longitude":135.529892,"key":"017705","address":"大阪府大阪市生野区林寺2丁目19-14 ","latitude":34.64401,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":40,"distanceToPoint":1.189138064120869,"order":195},"geometry":{"type":"Point","coordinates":[135.529892,34.64401]}},{"type":"Feature","properties":{"name":"ガスト 天王寺桃山店","__marker_index":0,"__condition_flags":26460,"カテゴリ":"0101","longitude":135.526979,"key":"017844","address":"大阪府大阪市天王寺区筆ケ崎町2番地22号 ","latitude":34.662599,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":47,"distanceToPoint":2.084108375815646,"order":196},"geometry":{"type":"Point","coordinates":[135.526979,34.662599]}},{"type":"Feature","properties":{"name":"ガスト 大今里店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":135.542579,"key":"018672","address":"大阪府大阪市東成区大今里西3丁目3-9 ","latitude":34.668527,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":54,"distanceToPoint":1.571632068390914,"order":197},"geometry":{"type":"Point","coordinates":[135.542579,34.668527]}},{"type":"Feature","properties":{"name":"ガスト 布施店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":135.562619,"key":"018619","address":"大阪府東大阪市寿町3丁目20-28 ","latitude":34.652755,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":42,"distanceToPoint":2.536771511568593,"order":198},"geometry":{"type":"Point","coordinates":[135.562619,34.652755]}},{"type":"Feature","properties":{"name":"ガスト 近大前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.589616,"key":"011710","address":"大阪府東大阪市東上小阪1-17 ","latitude":34.652944,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":42,"distanceToPoint":2.4695167272963636,"order":199},"geometry":{"type":"Point","coordinates":[135.589616,34.652944]}},{"type":"Feature","properties":{"name":"ガスト 東大阪小阪店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.579371,"key":"018727","address":"大阪府東大阪市西堤本通東2丁目1-5 ","latitude":34.672618,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":55,"distanceToPoint":2.3798728131330367,"order":200},"geometry":{"type":"Point","coordinates":[135.579371,34.672618]}},{"type":"Feature","properties":{"name":"ガスト 放出駅前店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":135.563998,"key":"018984","address":"大阪府大阪市鶴見区放出東3丁目31-35 鶴見グリーンビル2F","latitude":34.688354,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":68,"distanceToPoint":2.2444798049987695,"order":201},"geometry":{"type":"Point","coordinates":[135.563998,34.688354]}},{"type":"Feature","properties":{"name":"ガスト 蒲生四丁目店","__marker_index":0,"__condition_flags":41150,"カテゴリ":"0101","longitude":135.546538,"key":"018953","address":"大阪府大阪市城東区今福西1丁目7ー4 ","latitude":34.699859,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":73,"distanceToPoint":2.0456568270702196,"order":202},"geometry":{"type":"Point","coordinates":[135.546538,34.699859]}},{"type":"Feature","properties":{"name":"ガスト 都島本通店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":135.53278,"key":"011148","address":"大阪府大阪市都島区都島北通2丁目2-21 ","latitude":34.708904,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":80,"distanceToPoint":1.6103662225808064,"order":203},"geometry":{"type":"Point","coordinates":[135.53278,34.708904]}},{"type":"Feature","properties":{"name":"ガスト 毛馬店","__marker_index":0,"__condition_flags":380,"カテゴリ":"0101","longitude":135.522897,"key":"011134","address":"大阪府大阪市都島区毛馬町1丁目7-10 ","latitude":34.719416,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":85,"distanceToPoint":1.4772601257821358,"order":204},"geometry":{"type":"Point","coordinates":[135.522897,34.719416]}},{"type":"Feature","properties":{"name":"ガスト 天神橋筋六丁目店","__marker_index":0,"__condition_flags":10428,"カテゴリ":"0101","longitude":135.511449,"key":"018955","address":"大阪府大阪市北区天神橋6丁目4-13 フェリス天六ビル2階","latitude":34.710139,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":82,"distanceToPoint":1.4693538557852275,"order":205},"geometry":{"type":"Point","coordinates":[135.511449,34.710139]}},{"type":"Feature","properties":{"name":"ガスト 西中島店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.494189,"key":"011155","address":"大阪府大阪市淀川区木川東2丁目1-2 ","latitude":34.724675,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":87,"distanceToPoint":2.2585812481459047,"order":206},"geometry":{"type":"Point","coordinates":[135.494189,34.724675]}},{"type":"Feature","properties":{"name":"ガスト 三国店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":135.482524,"key":"012653","address":"大阪府大阪市淀川区新高3丁目3-9 ","latitude":34.734749,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":92,"distanceToPoint":1.5463452546682146,"order":207},"geometry":{"type":"Point","coordinates":[135.482524,34.734749]}},{"type":"Feature","properties":{"name":"ガスト 阪急三国駅店","__marker_index":0,"__condition_flags":549052,"カテゴリ":"0101","longitude":135.483063,"key":"018607","address":"大阪府大阪市淀川区三国本町3丁目37番1号 ","latitude":34.737459,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":94,"distanceToPoint":0.3053372722781455,"order":208},"geometry":{"type":"Point","coordinates":[135.483063,34.737459]}},{"type":"Feature","properties":{"name":"ガスト 豊中南店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.483336,"key":"018575","address":"大阪府豊中市豊南町東3丁目1-8 ","latitude":34.749886,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":104,"distanceToPoint":1.3820463831665921,"order":209},"geometry":{"type":"Point","coordinates":[135.483336,34.749886]}},{"type":"Feature","properties":{"name":"ガスト 十三店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.473619,"key":"011163","address":"大阪府大阪市淀川区田川北1丁目10-9 ","latitude":34.723021,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":86,"distanceToPoint":3.1164243470552355,"order":210},"geometry":{"type":"Point","coordinates":[135.473619,34.723021]}},{"type":"Feature","properties":{"name":"ガスト 佃店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.446337,"key":"012814","address":"大阪府大阪市西淀川区佃1丁目22-15 ","latitude":34.716848,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":83,"distanceToPoint":2.586227480915372,"order":211},"geometry":{"type":"Point","coordinates":[135.446337,34.716848]}},{"type":"Feature","properties":{"name":"ガスト 野田阪神店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.47034,"key":"018754","address":"大阪府大阪市福島区吉野4丁目29-27 ","latitude":34.690094,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":71,"distanceToPoint":3.69658266377127,"order":212},"geometry":{"type":"Point","coordinates":[135.47034,34.690094]}},{"type":"Feature","properties":{"name":"ガスト 港弁天町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.458686,"key":"018711","address":"大阪府大阪市港区磯路2丁目20番地17 ","latitude":34.666824,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":49,"distanceToPoint":2.798365879337245,"order":213},"geometry":{"type":"Point","coordinates":[135.458686,34.666824]}},{"type":"Feature","properties":{"name":"ガスト なんば店","__marker_index":0,"__condition_flags":2141,"カテゴリ":"0101","longitude":135.501178,"key":"018924","address":"大阪府大阪市中央区難波3丁目5-1 ","latitude":34.666696,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":48,"distanceToPoint":3.886135344922123,"order":214},"geometry":{"type":"Point","coordinates":[135.501178,34.666696]}},{"type":"Feature","properties":{"name":"ガスト なんば駅北店","__marker_index":0,"__condition_flags":2237,"カテゴリ":"0101","longitude":135.501423,"key":"018989","address":"大阪府大阪市中央区道頓堀1丁目8番16号 角屋戎橋BLDG B1","latitude":34.668326,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":49,"distanceToPoint":0.18262768806528107,"order":215},"geometry":{"type":"Point","coordinates":[135.501423,34.668326]}},{"type":"Feature","properties":{"name":"ガスト 北心斎橋店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":135.501206,"key":"018936","address":"大阪府大阪市中央区南船場3丁目10-5 NORD+S 南船場2F","latitude":34.677,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":56,"distanceToPoint":0.9647102491186877,"order":216},"geometry":{"type":"Point","coordinates":[135.501206,34.677]}},{"type":"Feature","properties":{"name":"ガスト 堺筋本町店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":135.506161,"key":"017703","address":"大阪府大阪市中央区安土町2丁目2-15 ハウザー堺筋駅前ビル2F","latitude":34.684056,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":61,"distanceToPoint":0.906019331638994,"order":217},"geometry":{"type":"Point","coordinates":[135.506161,34.684056]}},{"type":"Feature","properties":{"name":"ガスト 鶴見緑地公園店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.569521,"key":"011369","address":"大阪府大阪市鶴見区横堤4丁目26-34 ","latitude":34.70806,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":73,"distanceToPoint":6.377915119415439,"order":218},"geometry":{"type":"Point","coordinates":[135.569521,34.70806]}},{"type":"Feature","properties":{"name":"ガスト 門真店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":135.59377,"key":"012907","address":"大阪府門真市一番町1番6号 ","latitude":34.733767,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":81,"distanceToPoint":3.6170031717564823,"order":219},"geometry":{"type":"Point","coordinates":[135.59377,34.733767]}},{"type":"Feature","properties":{"name":"ガスト 寝屋川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.608494,"key":"011175","address":"大阪府寝屋川市葛原1丁目27-18 ","latitude":34.772559,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":111,"distanceToPoint":4.518363804875371,"order":220},"geometry":{"type":"Point","coordinates":[135.608494,34.772559]}},{"type":"Feature","properties":{"name":"ガスト 寝屋川秦店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.631649,"key":"011661","address":"大阪府寝屋川市秦町2-3 ","latitude":34.766642,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":106,"distanceToPoint":2.2149843012816643,"order":221},"geometry":{"type":"Point","coordinates":[135.631649,34.766642]}},{"type":"Feature","properties":{"name":"ガスト 交野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.676225,"key":"011541","address":"大阪府交野市私部西2丁目15-5 ","latitude":34.783759,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":117,"distanceToPoint":4.494286273711341,"order":222},"geometry":{"type":"Point","coordinates":[135.676225,34.783759]}},{"type":"Feature","properties":{"name":"ガスト ビオルネ枚方店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":135.647027,"key":"018944","address":"大阪府枚方市岡本町7番1号 枚方ビオルネ北館2階","latitude":34.815656,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":132,"distanceToPoint":4.437041976248307,"order":223},"geometry":{"type":"Point","coordinates":[135.647027,34.815656]}},{"type":"Feature","properties":{"name":"ガスト 枚方田口店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":135.676681,"key":"011742","address":"大阪府枚方市田口1丁目48-5 ","latitude":34.825148,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":138,"distanceToPoint":2.9054585032239606,"order":224},"geometry":{"type":"Point","coordinates":[135.676681,34.825148]}},{"type":"Feature","properties":{"name":"ガスト 枚方養父店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.67622,"key":"018826","address":"大阪府枚方市養父東町17-10 ","latitude":34.845884,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":144,"distanceToPoint":2.306125037648255,"order":225},"geometry":{"type":"Point","coordinates":[135.67622,34.845884]}},{"type":"Feature","properties":{"name":"ガスト 樟葉駅前店","__marker_index":0,"__condition_flags":10396,"カテゴリ":"0101","longitude":135.675916,"key":"018708","address":"大阪府枚方市楠葉花園町12-5 ","latitude":34.860664,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":153,"distanceToPoint":1.6436973741293615,"order":226},"geometry":{"type":"Point","coordinates":[135.675916,34.860664]}},{"type":"Feature","properties":{"name":"ガスト 八幡店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.708567,"key":"011653","address":"京都府八幡市美濃山幸水2-3 ","latitude":34.855379,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":149,"distanceToPoint":3.036597086558332,"order":227},"geometry":{"type":"Point","coordinates":[135.708567,34.855379]}},{"type":"Feature","properties":{"name":"ガスト 松井山手店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.724863,"key":"011826","address":"京都府京田辺市山手南1丁目2-2 ","latitude":34.832177,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":142,"distanceToPoint":2.9778816873240346,"order":228},"geometry":{"type":"Point","coordinates":[135.724863,34.832177]}},{"type":"Feature","properties":{"name":"ガスト 新田辺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.771243,"key":"011565","address":"京都府京田辺市興戸北鉾立4-1 ","latitude":34.813059,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":129,"distanceToPoint":4.737434352675118,"order":229},"geometry":{"type":"Point","coordinates":[135.771243,34.813059]}},{"type":"Feature","properties":{"name":"ガスト 城陽店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.777058,"key":"011932","address":"京都府城陽市平川横道32-1 ","latitude":34.863385,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":150,"distanceToPoint":5.621112667335819,"order":230},"geometry":{"type":"Point","coordinates":[135.777058,34.863385]}},{"type":"Feature","properties":{"name":"ガスト 宇治東店","__marker_index":0,"__condition_flags":10108,"カテゴリ":"0101","longitude":135.807846,"key":"017824","address":"京都府宇治市宇治乙方52-9 ","latitude":34.894748,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":156,"distanceToPoint":4.477680250706133,"order":231},"geometry":{"type":"Point","coordinates":[135.807846,34.894748]}},{"type":"Feature","properties":{"name":"ガスト 宇治槇島店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.782948,"key":"011249","address":"京都府宇治市槇島町三十五47-4 ","latitude":34.913001,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":157,"distanceToPoint":3.0454357989421825,"order":232},"geometry":{"type":"Point","coordinates":[135.782948,34.913001]}},{"type":"Feature","properties":{"name":"ガスト 京都醍醐店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.811497,"key":"017814","address":"京都府京都市伏見区醍醐川久保町26-9 ","latitude":34.954449,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":168,"distanceToPoint":5.2928459441191675,"order":233},"geometry":{"type":"Point","coordinates":[135.811497,34.954449]}},{"type":"Feature","properties":{"name":"ガスト 京都山科店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":135.827713,"key":"011811","address":"京都府京都市山科区音羽山等地47 ","latitude":34.98708,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":183,"distanceToPoint":3.917723365441476,"order":234},"geometry":{"type":"Point","coordinates":[135.827713,34.98708]}},{"type":"Feature","properties":{"name":"ガスト 膳所店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.886274,"key":"011262","address":"滋賀県大津市秋葉台6-15 ","latitude":34.991091,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":185,"distanceToPoint":5.353390803394549,"order":235},"geometry":{"type":"Point","coordinates":[135.886274,34.991091]}},{"type":"Feature","properties":{"name":"ガスト 京滋バイパス店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.952566,"key":"011840","address":"滋賀県草津市野路東5-14-34 ","latitude":34.995223,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":186,"distanceToPoint":6.056210210782874,"order":236},"geometry":{"type":"Point","coordinates":[135.952566,34.995223]}},{"type":"Feature","properties":{"name":"ガスト 滋賀野洲店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.01746,"key":"018757","address":"滋賀県野洲市市三宅1013 ","latitude":35.067774,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":212,"distanceToPoint":9.999677300947571,"order":237},"geometry":{"type":"Point","coordinates":[136.01746,35.067774]}},{"type":"Feature","properties":{"name":"ガスト 滋賀守山店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":135.988238,"key":"011769","address":"滋賀県守山市今市町字法実203-9 ","latitude":35.080654,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":213,"distanceToPoint":3.020429689282848,"order":238},"geometry":{"type":"Point","coordinates":[135.988238,35.080654]}},{"type":"Feature","properties":{"name":"ガスト 堅田店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.921823,"key":"011291","address":"滋賀県大津市真野2丁目31-28 ","latitude":35.127614,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":236,"distanceToPoint":7.985553581622197,"order":239},"geometry":{"type":"Point","coordinates":[135.921823,35.127614]}},{"type":"Feature","properties":{"name":"ガスト 雄琴店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.900187,"key":"011296","address":"滋賀県大津市雄琴6丁目13-16 ","latitude":35.093523,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":220,"distanceToPoint":4.271190565240027,"order":240},"geometry":{"type":"Point","coordinates":[135.900187,35.093523]}},{"type":"Feature","properties":{"name":"ガスト 京都宝ヶ池店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.789324,"key":"012675","address":"京都府京都市左京区岩倉南三宅町65 ","latitude":35.06437,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":210,"distanceToPoint":10.596310135684373,"order":241},"geometry":{"type":"Point","coordinates":[135.789324,35.06437]}},{"type":"Feature","properties":{"name":"ガスト 京都丸太町店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":135.759245,"key":"012811","address":"京都府京都市中京区烏丸通竹屋町上る大倉町203番地 ","latitude":35.017072,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":197,"distanceToPoint":5.929513659641419,"order":242},"geometry":{"type":"Point","coordinates":[135.759245,35.017072]}},{"type":"Feature","properties":{"name":"ガスト 京都河原町店","__marker_index":0,"__condition_flags":2236,"カテゴリ":"0101","longitude":135.768828,"key":"018937","address":"京都府京都市中京区河原町通三条下ル2丁目山崎町 235 FORECAST京都河","latitude":35.007501,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":191,"distanceToPoint":1.3763372832514813,"order":243},"geometry":{"type":"Point","coordinates":[135.768828,35.007501]}},{"type":"Feature","properties":{"name":"ガスト 京都四条大宮店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":135.748226,"key":"018942","address":"京都府京都市下京区四条大宮町2 ","latitude":35.003387,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":189,"distanceToPoint":1.9313795619075076,"order":244},"geometry":{"type":"Point","coordinates":[135.748226,35.003387]}},{"type":"Feature","properties":{"name":"ガスト 京都西京極店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.720171,"key":"011281","address":"京都府京都市右京区西京極畑田町9-1 ","latitude":34.985812,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":182,"distanceToPoint":3.2171543554700035,"order":245},"geometry":{"type":"Point","coordinates":[135.720171,34.985812]}},{"type":"Feature","properties":{"name":"ガスト 京都桂店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.714718,"key":"018593","address":"京都府京都市西京区牛ケ瀬奥ノ防町22 ","latitude":34.973872,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":172,"distanceToPoint":1.4175783375852444,"order":246},"geometry":{"type":"Point","coordinates":[135.714718,34.973872]}},{"type":"Feature","properties":{"name":"ガスト 京都十条通店","__marker_index":0,"__condition_flags":1436,"カテゴリ":"0101","longitude":135.754484,"key":"018687","address":"京都府京都市南区東九条松田町33番 ","latitude":34.973432,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":170,"distanceToPoint":3.6236092580199997,"order":247},"geometry":{"type":"Point","coordinates":[135.754484,34.973432]}},{"type":"Feature","properties":{"name":"ガスト 長岡京店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.698037,"key":"012961","address":"京都府長岡京市滝ノ町1丁目17番8号 ","latitude":34.941194,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":164,"distanceToPoint":6.269996307533869,"order":248},"geometry":{"type":"Point","coordinates":[135.698037,34.941194]}},{"type":"Feature","properties":{"name":"ガスト 京都嵯峨野店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":135.695541,"key":"018828","address":"京都府京都市右京区嵯峨野神ノ木町29-1 ","latitude":35.014309,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":188,"distanceToPoint":8.133208226633194,"order":249},"geometry":{"type":"Point","coordinates":[135.695541,35.014309]}},{"type":"Feature","properties":{"name":"ガスト 京都常盤店","__marker_index":0,"__condition_flags":27036,"カテゴリ":"0101","longitude":135.708133,"key":"017811","address":"京都府京都市右京区常盤村ノ内町1-4 ","latitude":35.019704,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":190,"distanceToPoint":1.2941508152447507,"order":250},"geometry":{"type":"Point","coordinates":[135.708133,35.019704]}},{"type":"Feature","properties":{"name":"ガスト 亀岡店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.565035,"key":"012912","address":"京都府亀岡市余部町天神又7ー4 ","latitude":35.016874,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":189,"distanceToPoint":13.035062171477774,"order":251},"geometry":{"type":"Point","coordinates":[135.565035,35.016874]}},{"type":"Feature","properties":{"name":"ガスト 高槻土室店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":135.585035,"key":"018698","address":"大阪府高槻市土室町1番16号 ","latitude":34.850163,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":143,"distanceToPoint":18.626884293505917,"order":252},"geometry":{"type":"Point","coordinates":[135.585035,34.850163]}},{"type":"Feature","properties":{"name":"ガスト 阪急高槻市駅前店","__marker_index":0,"__condition_flags":532636,"カテゴリ":"0101","longitude":135.621618,"key":"017989","address":"大阪府高槻市城北町2丁目1-18 ","latitude":34.849077,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":142,"distanceToPoint":3.340483067522676,"order":253},"geometry":{"type":"Point","coordinates":[135.621618,34.849077]}},{"type":"Feature","properties":{"name":"ガスト 高槻東店","__marker_index":0,"__condition_flags":9564,"カテゴリ":"0101","longitude":135.637127,"key":"011577","address":"大阪府高槻市宮野町47-1 ","latitude":34.854152,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":144,"distanceToPoint":1.5235668325702902,"order":254},"geometry":{"type":"Point","coordinates":[135.637127,34.854152]}},{"type":"Feature","properties":{"name":"ガスト 茨木鮎川店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.599227,"key":"012782","address":"大阪府茨木市鮎川5丁目20-5 ","latitude":34.814433,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":130,"distanceToPoint":5.609947806299023,"order":255},"geometry":{"type":"Point","coordinates":[135.599227,34.814433]}},{"type":"Feature","properties":{"name":"ガスト 阪急茨木市駅店","__marker_index":0,"__condition_flags":42174,"カテゴリ":"0101","longitude":135.574682,"key":"018993","address":"大阪府茨木市別院町3-34 サンワビル2F","latitude":34.817644,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":130,"distanceToPoint":2.268981287101184,"order":256},"geometry":{"type":"Point","coordinates":[135.574682,34.817644]}},{"type":"Feature","properties":{"name":"ガスト 茨木島店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":135.578436,"key":"017822","address":"大阪府茨木市宮島1丁目3番23号 ","latitude":34.790361,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":120,"distanceToPoint":3.0530361444355565,"order":257},"geometry":{"type":"Point","coordinates":[135.578436,34.790361]}},{"type":"Feature","properties":{"name":"ガスト 千里丘店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.552047,"key":"011393","address":"大阪府吹田市千里丘上2-20 ","latitude":34.794624,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":122,"distanceToPoint":2.455920326497392,"order":258},"geometry":{"type":"Point","coordinates":[135.552047,34.794624]}},{"type":"Feature","properties":{"name":"ガスト 岸辺駅前店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.543604,"key":"017812","address":"大阪府吹田市岸部南1丁目2-6 ","latitude":34.776766,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":113,"distanceToPoint":2.1301646353841073,"order":259},"geometry":{"type":"Point","coordinates":[135.543604,34.776766]}},{"type":"Feature","properties":{"name":"ガスト 江口橋店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.550631,"key":"018591","address":"大阪府大阪市東淀川区北江口4丁目2-45 ","latitude":34.757859,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":99,"distanceToPoint":2.1981679342366407,"order":260},"geometry":{"type":"Point","coordinates":[135.550631,34.757859]}},{"type":"Feature","properties":{"name":"ガスト 上新庄駅前店","__marker_index":0,"__condition_flags":548988,"カテゴリ":"0101","longitude":135.53346,"key":"017868","address":"大阪府大阪市東淀川区瑞光1丁目2-5 グラン・ノア2F","latitude":34.748001,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":91,"distanceToPoint":1.9137697338562474,"order":261},"geometry":{"type":"Point","coordinates":[135.53346,34.748001]}},{"type":"Feature","properties":{"name":"ガスト 関大前店","__marker_index":0,"__condition_flags":41342,"カテゴリ":"0101","longitude":135.506234,"key":"018976","address":"大阪府吹田市千里山東1丁目7-18 ","latitude":34.77286,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":108,"distanceToPoint":3.71841982888606,"order":262},"geometry":{"type":"Point","coordinates":[135.506234,34.77286]}},{"type":"Feature","properties":{"name":"ガスト 吹田千里山店","__marker_index":0,"__condition_flags":532892,"カテゴリ":"0101","longitude":135.50421,"key":"017803","address":"大阪府吹田市千里山竹園2丁目17-35ノア・イン ドアステージ南千里2F","latitude":34.786608,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":113,"distanceToPoint":1.539845618067216,"order":263},"geometry":{"type":"Point","coordinates":[135.50421,34.786608]}},{"type":"Feature","properties":{"name":"ガスト 豊中旭丘店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.481578,"key":"012998","address":"大阪府豊中市旭丘4番130号 ","latitude":34.787536,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":113,"distanceToPoint":2.069375410700062,"order":264},"geometry":{"type":"Point","coordinates":[135.481578,34.787536]}},{"type":"Feature","properties":{"name":"ガスト 阪急岡町駅前店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":135.464716,"key":"018799","address":"大阪府豊中市中桜塚1丁目1-1 ","latitude":34.780061,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":110,"distanceToPoint":1.7499319328329426,"order":265},"geometry":{"type":"Point","coordinates":[135.464716,34.780061]}},{"type":"Feature","properties":{"name":"ガスト 豊中本町店","__marker_index":0,"__condition_flags":549020,"カテゴリ":"0101","longitude":135.457698,"key":"017980","address":"大阪府豊中市本町2丁目4-80 ","latitude":34.789131,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":112,"distanceToPoint":1.1949589699369432,"order":266},"geometry":{"type":"Point","coordinates":[135.457698,34.789131]}},{"type":"Feature","properties":{"name":"ガスト 豊中向丘店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.473973,"key":"011662","address":"大阪府豊中市向丘3丁目10-15 ","latitude":34.813693,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":119,"distanceToPoint":3.1092650806792856,"order":267},"geometry":{"type":"Point","coordinates":[135.473973,34.813693]}},{"type":"Feature","properties":{"name":"ガスト 牧落店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.471844,"key":"011168","address":"大阪府箕面市牧落3丁目13-12 ","latitude":34.824772,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":123,"distanceToPoint":1.2471662764426727,"order":268},"geometry":{"type":"Point","coordinates":[135.471844,34.824772]}},{"type":"Feature","properties":{"name":"ガスト 池田駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":135.425852,"key":"011696","address":"大阪府池田市満寿美町1-5 ","latitude":34.820856,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":121,"distanceToPoint":4.220784912298638,"order":269},"geometry":{"type":"Point","coordinates":[135.425852,34.820856]}},{"type":"Feature","properties":{"name":"ガスト 川西能勢口駅前店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":135.412534,"key":"017719","address":"兵庫県川西市栄町16-6 アクロスキューブ川西能勢口1F","latitude":34.828411,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":123,"distanceToPoint":1.4776987771631962,"order":270},"geometry":{"type":"Point","coordinates":[135.412534,34.828411]}},{"type":"Feature","properties":{"name":"ガスト 伊丹荒牧店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.381533,"key":"011725","address":"兵庫県伊丹市荒牧1丁目3-23 ","latitude":34.8088,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":116,"distanceToPoint":3.572685002549793,"order":271},"geometry":{"type":"Point","coordinates":[135.381533,34.8088]}},{"type":"Feature","properties":{"name":"ガスト 伊丹桜台店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":135.379562,"key":"011439","address":"兵庫県伊丹市中野北3丁目5-14 ","latitude":34.790891,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":112,"distanceToPoint":1.9995082655020646,"order":272},"geometry":{"type":"Point","coordinates":[135.379562,34.790891]}},{"type":"Feature","properties":{"name":"ガスト 伊丹瑞穂店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.402353,"key":"011194","address":"兵庫県伊丹市瑞穂町6丁目45 ","latitude":34.791581,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":112,"distanceToPoint":2.0826299394883074,"order":273},"geometry":{"type":"Point","coordinates":[135.402353,34.791581]}},{"type":"Feature","properties":{"name":"ガスト 伊丹野間店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.398225,"key":"018824","address":"兵庫県伊丹市南野6-4-27 ","latitude":34.76753,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":105,"distanceToPoint":2.7007964066480286,"order":274},"geometry":{"type":"Point","coordinates":[135.398225,34.76753]}},{"type":"Feature","properties":{"name":"ガスト 西宮北口店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.364488,"key":"011976","address":"兵庫県西宮市高木東町22-28 ","latitude":34.748758,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":92,"distanceToPoint":3.722344663080058,"order":275},"geometry":{"type":"Point","coordinates":[135.364488,34.748758]}},{"type":"Feature","properties":{"name":"ガスト ビエラ甲子園口店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":135.375115,"key":"018983","address":"兵庫県西宮市甲子園口2丁目1番37号 JR甲子園口駅ビル2F","latitude":34.738725,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":86,"distanceToPoint":1.4789957879863092,"order":276},"geometry":{"type":"Point","coordinates":[135.375115,34.738725]}},{"type":"Feature","properties":{"name":"ガスト 西宮鳴尾店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":135.375638,"key":"018594","address":"兵庫県西宮市小松西町1丁目4-24 ","latitude":34.722256,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":76,"distanceToPoint":1.8318953580699666,"order":277},"geometry":{"type":"Point","coordinates":[135.375638,34.722256]}},{"type":"Feature","properties":{"name":"ガスト 尼崎道意店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":135.396942,"key":"018827","address":"兵庫県尼崎市道意町7丁目1 AMADoオートバックス棟内","latitude":34.715697,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":75,"distanceToPoint":2.079239358843839,"order":278},"geometry":{"type":"Point","coordinates":[135.396942,34.715697]}},{"type":"Feature","properties":{"name":"ガスト 尼崎立花店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.397975,"key":"011190","address":"兵庫県尼崎市浜田町3丁目74 ","latitude":34.729111,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":77,"distanceToPoint":1.494555667427216,"order":279},"geometry":{"type":"Point","coordinates":[135.397975,34.729111]}},{"type":"Feature","properties":{"name":"ガスト 越水店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.339648,"key":"011208","address":"兵庫県西宮市越水町3-3 ","latitude":34.744434,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":85,"distanceToPoint":5.595509317997224,"order":280},"geometry":{"type":"Point","coordinates":[135.339648,34.744434]}},{"type":"Feature","properties":{"name":"ガスト 関西学院前店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.348744,"key":"018777","address":"兵庫県西宮市上ケ原三番町1-34 ","latitude":34.764414,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":95,"distanceToPoint":2.3720040438980754,"order":281},"geometry":{"type":"Point","coordinates":[135.348744,34.764414]}},{"type":"Feature","properties":{"name":"ガスト 宝塚南口店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":135.347648,"key":"012793","address":"兵庫県宝塚市南口2丁目5-43 ","latitude":34.803587,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":104,"distanceToPoint":4.356994738540858,"order":282},"geometry":{"type":"Point","coordinates":[135.347648,34.803587]}},{"type":"Feature","properties":{"name":"ガスト 芦屋店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":135.313781,"key":"012696","address":"兵庫県芦屋市楠町7-18 ","latitude":34.734054,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":78,"distanceToPoint":8.32762151396611,"order":283},"geometry":{"type":"Point","coordinates":[135.313781,34.734054]}},{"type":"Feature","properties":{"name":"ガスト 神戸新在家店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.23972,"key":"017804","address":"兵庫県神戸市灘区新在家南町1丁目2-2 ","latitude":34.707891,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":72,"distanceToPoint":7.367519340273622,"order":284},"geometry":{"type":"Point","coordinates":[135.23972,34.707891]}},{"type":"Feature","properties":{"name":"ガスト 三ノ宮店","__marker_index":0,"__condition_flags":2205,"カテゴリ":"0101","longitude":135.190338,"key":"018688","address":"兵庫県神戸市中央区下山手通2丁目2ー10 神戸サウナビル2F","latitude":34.692847,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":66,"distanceToPoint":4.814368796913449,"order":285},"geometry":{"type":"Point","coordinates":[135.190338,34.692847]}},{"type":"Feature","properties":{"name":"ガスト 神戸元町店","__marker_index":0,"__condition_flags":10428,"カテゴリ":"0101","longitude":135.188946,"key":"018973","address":"兵庫県神戸市中央区元町通1丁目11-17 大本元町ビル 2階","latitude":34.689614,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":64,"distanceToPoint":0.381356558134667,"order":286},"geometry":{"type":"Point","coordinates":[135.188946,34.689614]}},{"type":"Feature","properties":{"name":"ガスト 兵庫駅前店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":135.164858,"key":"018788","address":"兵庫県神戸市兵庫区駅南通5丁目2-1 ","latitude":34.66792,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":48,"distanceToPoint":3.2666033477135428,"order":287},"geometry":{"type":"Point","coordinates":[135.164858,34.66792]}},{"type":"Feature","properties":{"name":"ガスト 兵庫駅南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.164452,"key":"011743","address":"兵庫県神戸市兵庫区駅南通2丁目1ー1 ","latitude":34.665706,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":47,"distanceToPoint":0.24897026511760995,"order":288},"geometry":{"type":"Point","coordinates":[135.164452,34.665706]}},{"type":"Feature","properties":{"name":"ガスト 長田御屋敷通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.142466,"key":"018819","address":"兵庫県神戸市長田区御屋敷通3丁目1番47号 ","latitude":34.660838,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":44,"distanceToPoint":2.082398706289443,"order":289},"geometry":{"type":"Point","coordinates":[135.142466,34.660838]}},{"type":"Feature","properties":{"name":"ガスト 神戸ひよどり台店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.123746,"key":"017826","address":"兵庫県神戸市北区ひよどり台南町2丁目1-2 ","latitude":34.688103,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":58,"distanceToPoint":3.4816579976316437,"order":290},"geometry":{"type":"Point","coordinates":[135.123746,34.688103]}},{"type":"Feature","properties":{"name":"ガスト 名谷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.073401,"key":"011223","address":"兵庫県神戸市垂水区名谷町字横尾1769 ","latitude":34.664886,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":45,"distanceToPoint":5.278199798126745,"order":291},"geometry":{"type":"Point","coordinates":[135.073401,34.664886]}},{"type":"Feature","properties":{"name":"ガスト 須磨浦公園店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.098694,"key":"011219","address":"兵庫県神戸市須磨区一ノ谷町5丁目8-25 ","latitude":34.636674,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":36,"distanceToPoint":3.8979259926129157,"order":292},"geometry":{"type":"Point","coordinates":[135.098694,34.636674]}},{"type":"Feature","properties":{"name":"ガスト 朝霧店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.015541,"key":"018671","address":"兵庫県明石市大蔵八幡町1-38 ","latitude":34.644202,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":39,"distanceToPoint":7.653095886375877,"order":293},"geometry":{"type":"Point","coordinates":[135.015541,34.644202]}},{"type":"Feature","properties":{"name":"ガスト 明石駅前店","__marker_index":0,"__condition_flags":549212,"カテゴリ":"0101","longitude":134.990747,"key":"017810","address":"兵庫県明石市本町2丁目1-1 インティ明石2F","latitude":34.647596,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":39,"distanceToPoint":2.2992916540252626,"order":294},"geometry":{"type":"Point","coordinates":[134.990747,34.647596]}},{"type":"Feature","properties":{"name":"ガスト 神戸森友店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.979957,"key":"012803","address":"兵庫県神戸市西区森友2丁目39-1 ","latitude":34.663542,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":41,"distanceToPoint":2.029280888961241,"order":295},"geometry":{"type":"Point","coordinates":[134.979957,34.663542]}},{"type":"Feature","properties":{"name":"ガスト 神戸北別府店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.008055,"key":"011677","address":"兵庫県神戸市西区北別府4丁目2-4 ","latitude":34.671768,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":43,"distanceToPoint":2.7276179192183756,"order":296},"geometry":{"type":"Point","coordinates":[135.008055,34.671768]}},{"type":"Feature","properties":{"name":"ガスト 明石大久保店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.930936,"key":"011248","address":"兵庫県明石市魚住町金ケ崎大池東63-2 ","latitude":34.688715,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":53,"distanceToPoint":7.2992190634833145,"order":297},"geometry":{"type":"Point","coordinates":[134.930936,34.688715]}},{"type":"Feature","properties":{"name":"ガスト 西神戸店","__marker_index":0,"__condition_flags":549788,"カテゴリ":"0101","longitude":134.940267,"key":"012846","address":"兵庫県神戸市西区竜が岡1丁目21-1 ","latitude":34.70916,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":60,"distanceToPoint":2.4281561295525984,"order":298},"geometry":{"type":"Point","coordinates":[134.940267,34.70916]}},{"type":"Feature","properties":{"name":"ガスト 加古川平岡店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":134.856829,"key":"011991","address":"兵庫県加古川市平岡町一色225-1 ","latitude":34.739267,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":67,"distanceToPoint":8.328036091949343,"order":299},"geometry":{"type":"Point","coordinates":[134.856829,34.739267]}},{"type":"Feature","properties":{"name":"ガスト 加古川水足店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":134.861439,"key":"017842","address":"兵庫県加古川市野口町水足333-33 ","latitude":34.763648,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":77,"distanceToPoint":2.7435682585902526,"order":300},"geometry":{"type":"Point","coordinates":[134.861439,34.763648]}},{"type":"Feature","properties":{"name":"ガスト 加古川駅南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.839931,"key":"011261","address":"兵庫県加古川市加古川町寺家町94-2 ","latitude":34.763035,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":75,"distanceToPoint":1.965902049369531,"order":301},"geometry":{"type":"Point","coordinates":[134.839931,34.763035]}},{"type":"Feature","properties":{"name":"ガスト 高砂市役所前店","__marker_index":0,"__condition_flags":956,"カテゴリ":"0101","longitude":134.792844,"key":"011953","address":"兵庫県高砂市荒井町千鳥3丁目3-5 ","latitude":34.765571,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":76,"distanceToPoint":4.310502699934641,"order":302},"geometry":{"type":"Point","coordinates":[134.792844,34.765571]}},{"type":"Feature","properties":{"name":"ガスト 姫路白浜店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":134.71702,"key":"011788","address":"兵庫県姫路市白浜町宇佐崎中1丁目111番地 ","latitude":34.783098,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":83,"distanceToPoint":7.194474114976392,"order":303},"geometry":{"type":"Point","coordinates":[134.71702,34.783098]}},{"type":"Feature","properties":{"name":"ガスト 姫路飾磨店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.680726,"key":"017994","address":"兵庫県姫路市飾磨区中野田2丁目89 ","latitude":34.806617,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":83,"distanceToPoint":4.221695722000004,"order":304},"geometry":{"type":"Point","coordinates":[134.680726,34.806617]}},{"type":"Feature","properties":{"name":"ガスト 姫路駅前店","__marker_index":0,"__condition_flags":11452,"カテゴリ":"0101","longitude":134.691057,"key":"018982","address":"兵庫県姫路市駅前町363-1 フェスタビル南館3F","latitude":34.828065,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":88,"distanceToPoint":2.5646143641917707,"order":305},"geometry":{"type":"Point","coordinates":[134.691057,34.828065]}},{"type":"Feature","properties":{"name":"ガスト 姫路土山店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":134.674948,"key":"011275","address":"兵庫県姫路市土山1丁目6-15 ","latitude":34.831421,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":89,"distanceToPoint":1.516961711436286,"order":306},"geometry":{"type":"Point","coordinates":[134.674948,34.831421]}},{"type":"Feature","properties":{"name":"ガスト 姫路飾西店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.642652,"key":"011290","address":"兵庫県姫路市飾西394-1 ","latitude":34.859804,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":94,"distanceToPoint":4.318204485155053,"order":307},"geometry":{"type":"Point","coordinates":[134.642652,34.859804]}},{"type":"Feature","properties":{"name":"ガスト 姫路網干店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.585149,"key":"011973","address":"兵庫県姫路市網干区和久114-1 ","latitude":34.809644,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":84,"distanceToPoint":7.658538283190589,"order":308},"geometry":{"type":"Point","coordinates":[134.585149,34.809644]}},{"type":"Feature","properties":{"name":"ガスト 龍野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.556668,"key":"011722","address":"兵庫県たつの市龍野町小宅北字大町64-1 ","latitude":34.853331,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":90,"distanceToPoint":5.509595382519992,"order":309},"geometry":{"type":"Point","coordinates":[134.556668,34.853331]}},{"type":"Feature","properties":{"name":"ガスト 姫路御国野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.738357,"key":"011306","address":"兵庫県姫路市御国野町御着七反田768-1 ","latitude":34.819241,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":84,"distanceToPoint":17.010050615707357,"order":310},"geometry":{"type":"Point","coordinates":[134.738357,34.819241]}},{"type":"Feature","properties":{"name":"ガスト 兵庫香寺店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":134.742612,"key":"018604","address":"兵庫県姫路市香寺町岩部字柳木8番5 ","latitude":34.920647,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":99,"distanceToPoint":11.282528182181686,"order":311},"geometry":{"type":"Point","coordinates":[134.742612,34.920647]}},{"type":"Feature","properties":{"name":"ガスト 加西店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.84809,"key":"011864","address":"兵庫県加西市北条町古坂6-67 ","latitude":34.925713,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":99,"distanceToPoint":9.633030317030997,"order":312},"geometry":{"type":"Point","coordinates":[134.84809,34.925713]}},{"type":"Feature","properties":{"name":"ガスト 社店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.959482,"key":"012833","address":"兵庫県加東市社字駒通1202-1 ","latitude":34.916365,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":98,"distanceToPoint":10.209051045309153,"order":313},"geometry":{"type":"Point","coordinates":[134.959482,34.916365]}},{"type":"Feature","properties":{"name":"ガスト 三木志染店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.009586,"key":"011233","address":"兵庫県三木市志染町広野1丁目107 ","latitude":34.780721,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":82,"distanceToPoint":15.76071455575012,"order":314},"geometry":{"type":"Point","coordinates":[135.009586,34.780721]}},{"type":"Feature","properties":{"name":"ガスト 押部谷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.037907,"key":"011237","address":"兵庫県神戸市西区押部谷町福住四十代543-1 ","latitude":34.756334,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":74,"distanceToPoint":3.747734953531153,"order":315},"geometry":{"type":"Point","coordinates":[135.037907,34.756334]}},{"type":"Feature","properties":{"name":"ガスト 鈴蘭台店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.142101,"key":"018823","address":"兵庫県神戸市北区山田町小部字峠谷42-2 ","latitude":34.735516,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":63,"distanceToPoint":9.797353146736105,"order":316},"geometry":{"type":"Point","coordinates":[135.142101,34.735516]}},{"type":"Feature","properties":{"name":"ガスト 北鈴蘭台店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.159425,"key":"012678","address":"兵庫県神戸市北区山田町小部字大脇山17-12 ","latitude":34.740554,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":66,"distanceToPoint":1.679203740966944,"order":317},"geometry":{"type":"Point","coordinates":[135.159425,34.740554]}},{"type":"Feature","properties":{"name":"ガスト 三田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.231493,"key":"011547","address":"兵庫県三田市高次2丁目4-3 ","latitude":34.890974,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":91,"distanceToPoint":17.97338245290678,"order":318},"geometry":{"type":"Point","coordinates":[135.231493,34.890974]}},{"type":"Feature","properties":{"name":"ガスト 三田ウッディタウン店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":135.186304,"key":"012748","address":"兵庫県三田市けやき台1丁目6-2 ","latitude":34.908579,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":92,"distanceToPoint":4.562419192221355,"order":319},"geometry":{"type":"Point","coordinates":[135.186304,34.908579]}},{"type":"Feature","properties":{"name":"ガスト 氷上柏原店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.04765,"key":"012849","address":"兵庫県丹波市氷上町稲継堂ノ坪249-1 ","latitude":35.153118,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":167,"distanceToPoint":29.979329134664425,"order":320},"geometry":{"type":"Point","coordinates":[135.04765,35.153118]}},{"type":"Feature","properties":{"name":"ガスト 福知山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.11829,"key":"011849","address":"京都府福知山市広峯町29番 ","latitude":35.291979,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":218,"distanceToPoint":16.720901143681157,"order":321},"geometry":{"type":"Point","coordinates":[135.11829,35.291979]}},{"type":"Feature","properties":{"name":"ガスト 豊岡店","__marker_index":0,"__condition_flags":25532,"カテゴリ":"0101","longitude":134.8153,"key":"012725","address":"兵庫県豊岡市野田字仁倉173-4 ","latitude":35.552667,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":387,"distanceToPoint":39.92523903375703,"order":322},"geometry":{"type":"Point","coordinates":[134.8153,35.552667]}},{"type":"Feature","properties":{"name":"ガスト 鳥取南店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.244094,"key":"012867","address":"鳥取県鳥取市正蓮寺49-1 ","latitude":35.47142,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":324,"distanceToPoint":52.48434418971261,"order":323},"geometry":{"type":"Point","coordinates":[134.244094,35.47142]}},{"type":"Feature","properties":{"name":"ガスト 鳥取北店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.202246,"key":"012723","address":"鳥取県鳥取市南隈525 ","latitude":35.522177,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":353,"distanceToPoint":6.797530293537972,"order":324},"geometry":{"type":"Point","coordinates":[134.202246,35.522177]}},{"type":"Feature","properties":{"name":"ガスト 倉吉店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":133.849013,"key":"011792","address":"鳥取県倉吉市伊木248-4 ","latitude":35.444805,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":303,"distanceToPoint":33.12012612156211,"order":325},"geometry":{"type":"Point","coordinates":[133.849013,35.444805]}},{"type":"Feature","properties":{"name":"ガスト 津山小原店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":134.003335,"key":"018667","address":"岡山県津山市小原207ー1 ","latitude":35.082183,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":134,"distanceToPoint":42.686715734151306,"order":326},"geometry":{"type":"Point","coordinates":[134.003335,35.082183]}},{"type":"Feature","properties":{"name":"ガスト 津山二宮店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.960682,"key":"011854","address":"岡山県津山市二宮字夏目107番3 ","latitude":35.061262,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":128,"distanceToPoint":4.525382031436588,"order":327},"geometry":{"type":"Point","coordinates":[133.960682,35.061262]}},{"type":"Feature","properties":{"name":"ガスト 津山インター店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.048918,"key":"012765","address":"岡山県津山市河辺966-1 ","latitude":35.064277,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":130,"distanceToPoint":8.037860136673679,"order":328},"geometry":{"type":"Point","coordinates":[134.048918,35.064277]}},{"type":"Feature","properties":{"name":"ガスト 備前店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":134.153611,"key":"011711","address":"岡山県備前市伊部西2392番地 ","latitude":34.738413,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":65,"distanceToPoint":37.47120927928635,"order":329},"geometry":{"type":"Point","coordinates":[134.153611,34.738413]}},{"type":"Feature","properties":{"name":"ガスト 岡山西大寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.013398,"key":"011250","address":"岡山県岡山市東区富士見町1丁目28-39 ","latitude":34.657943,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":39,"distanceToPoint":15.632458088723192,"order":330},"geometry":{"type":"Point","coordinates":[134.013398,34.657943]}},{"type":"Feature","properties":{"name":"ガスト 岡山高屋店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.964893,"key":"012911","address":"岡山県岡山市中区高屋153-1 ","latitude":34.673543,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":42,"distanceToPoint":4.763173353124678,"order":331},"geometry":{"type":"Point","coordinates":[133.964893,34.673543]}},{"type":"Feature","properties":{"name":"ガスト 岡山学南町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.921544,"key":"012741","address":"岡山県岡山市北区学南町2丁目205-1 ","latitude":34.682072,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":47,"distanceToPoint":4.0758299133022104,"order":332},"geometry":{"type":"Point","coordinates":[133.921544,34.682072]}},{"type":"Feature","properties":{"name":"ガスト 岡山十日市店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.924669,"key":"011205","address":"岡山県岡山市北区奥田2丁目4-29 ","latitude":34.642924,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":38,"distanceToPoint":4.362437770027507,"order":333},"geometry":{"type":"Point","coordinates":[133.924669,34.642924]}},{"type":"Feature","properties":{"name":"ガスト 岡山平井店","__marker_index":0,"__condition_flags":9564,"カテゴリ":"0101","longitude":133.943416,"key":"017818","address":"岡山県岡山市中区平井5丁目7番43号 ","latitude":34.637613,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":37,"distanceToPoint":1.8138843070763695,"order":334},"geometry":{"type":"Point","coordinates":[133.943416,34.637613]}},{"type":"Feature","properties":{"name":"ガスト 岡山福成店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.940933,"key":"011657","address":"岡山県岡山市南区福成2丁目25-19 ","latitude":34.616481,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":28,"distanceToPoint":2.3607320884894647,"order":335},"geometry":{"type":"Point","coordinates":[133.940933,34.616481]}},{"type":"Feature","properties":{"name":"ガスト 岡山下中野店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":133.90206,"key":"011956","address":"岡山県岡山市北区下中野466-3 ","latitude":34.636244,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":34,"distanceToPoint":4.180970475502148,"order":336},"geometry":{"type":"Point","coordinates":[133.90206,34.636244]}},{"type":"Feature","properties":{"name":"ガスト 岡山野殿店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":133.881959,"key":"017820","address":"岡山県岡山市北区野殿東町1-43 ","latitude":34.658849,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":35,"distanceToPoint":3.1143320114821416,"order":337},"geometry":{"type":"Point","coordinates":[133.881959,34.658849]}},{"type":"Feature","properties":{"name":"ガスト 総社店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":133.742556,"key":"011957","address":"岡山県総社市駅南2丁目2-1 ","latitude":34.669844,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":36,"distanceToPoint":12.80796795094761,"order":338},"geometry":{"type":"Point","coordinates":[133.742556,34.669844]}},{"type":"Feature","properties":{"name":"ガスト 香川国分寺町店","__marker_index":0,"__condition_flags":444,"カテゴリ":"0101","longitude":133.95324,"key":"011692","address":"香川県高松市国分寺町国分188-1 ","latitude":34.296929,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":2,"distanceToPoint":45.7422544419571,"order":339},"geometry":{"type":"Point","coordinates":[133.95324,34.296929]}},{"type":"Feature","properties":{"name":"ガスト 高松三名店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.031763,"key":"011921","address":"香川県高松市三名町117-1 ","latitude":34.287316,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":1,"distanceToPoint":7.292413288090059,"order":340},"geometry":{"type":"Point","coordinates":[134.031763,34.287316]}},{"type":"Feature","properties":{"name":"ガスト 高松太田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":134.062016,"key":"011784","address":"香川県高松市松縄町1091-1 ","latitude":34.316476,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":1,"distanceToPoint":4.270347150475878,"order":341},"geometry":{"type":"Point","coordinates":[134.062016,34.316476]}},{"type":"Feature","properties":{"name":"ガスト 栗林公園店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":134.044046,"key":"011815","address":"香川県高松市室町1915-1 ","latitude":34.326244,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":2,"distanceToPoint":1.9756313126098755,"order":342},"geometry":{"type":"Point","coordinates":[134.044046,34.326244]}},{"type":"Feature","properties":{"name":"ガスト 高松丸亀町店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":134.050479,"key":"017714","address":"香川県高松市丸亀町14-6 高松丸亀町弐番街2号館2F","latitude":34.345008,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":4,"distanceToPoint":2.168462051130356,"order":343},"geometry":{"type":"Point","coordinates":[134.050479,34.345008]}},{"type":"Feature","properties":{"name":"ガスト 屋島店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":134.106327,"key":"011292","address":"香川県高松市高松町2554-26 ","latitude":34.339332,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":3,"distanceToPoint":5.166209712610502,"order":344},"geometry":{"type":"Point","coordinates":[134.106327,34.339332]}},{"type":"Feature","properties":{"name":"ガスト 香川志度店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.174428,"key":"011999","address":"香川県さぬき市志度643-1 ","latitude":34.321658,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":1,"distanceToPoint":6.554898083352641,"order":345},"geometry":{"type":"Point","coordinates":[134.174428,34.321658]}},{"type":"Feature","properties":{"name":"ガスト 香川三木店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.135638,"key":"011983","address":"香川県木田郡三木町大字氷上字花丸907-1 ","latitude":34.263337,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":0,"distanceToPoint":7.399581695075171,"order":346},"geometry":{"type":"Point","coordinates":[134.135638,34.263337]}},{"type":"Feature","properties":{"name":"ガスト 赤穂店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":134.370166,"key":"012771","address":"兵庫県赤穂市黒崎町191番地 ","latitude":34.763095,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":54,"distanceToPoint":59.58054450207636,"order":347},"geometry":{"type":"Point","coordinates":[134.370166,34.763095]}},{"type":"Feature","properties":{"name":"ガスト 兵庫山崎店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":134.548909,"key":"012784","address":"兵庫県宍粟市山崎町三津320 ","latitude":35.014373,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":101,"distanceToPoint":32.349350171560395,"order":348},"geometry":{"type":"Point","coordinates":[134.548909,35.014373]}},{"type":"Feature","properties":{"name":"ガスト 大阪ATC店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":135.411445,"key":"018946","address":"大阪府大阪市住之江区南港北2丁目1番10号 ITM棟2階","latitude":34.637401,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":26,"distanceToPoint":89.19430876245912,"order":349},"geometry":{"type":"Point","coordinates":[135.411445,34.637401]}},{"type":"Feature","properties":{"name":"ガスト 平野加美店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.565609,"key":"011135","address":"大阪府大阪市平野区加美鞍作3丁目11-5 ","latitude":34.621644,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":20,"distanceToPoint":14.213815608586762,"order":350},"geometry":{"type":"Point","coordinates":[135.565609,34.621644]}},{"type":"Feature","properties":{"name":"ガスト 長吉長原店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":135.573067,"key":"018595","address":"大阪府大阪市平野区長吉長原4丁目18-4 ","latitude":34.601698,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":18,"distanceToPoint":2.3205404701207177,"order":351},"geometry":{"type":"Point","coordinates":[135.573067,34.601698]}},{"type":"Feature","properties":{"name":"ガスト 八尾久宝寺店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":135.593299,"key":"011220","address":"大阪府八尾市久宝寺1丁目1番11号 ","latitude":34.626807,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":20,"distanceToPoint":3.350114620731816,"order":352},"geometry":{"type":"Point","coordinates":[135.593299,34.626807]}},{"type":"Feature","properties":{"name":"ガスト 八尾高美店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.609403,"key":"011599","address":"大阪府八尾市高美町1丁目4番24号 ","latitude":34.623456,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":19,"distanceToPoint":1.5199141631374542,"order":353},"geometry":{"type":"Point","coordinates":[135.609403,34.623456]}},{"type":"Feature","properties":{"name":"ガスト 藤井寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.605216,"key":"011398","address":"大阪府藤井寺市沢田1丁目29-3 ","latitude":34.573407,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":16,"distanceToPoint":5.578382468692135,"order":354},"geometry":{"type":"Point","coordinates":[135.605216,34.573407]}},{"type":"Feature","properties":{"name":"ガスト 羽曳野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.585918,"key":"011824","address":"大阪府羽曳野市伊賀2丁目28番2号 ","latitude":34.558298,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":11,"distanceToPoint":2.4382393827932463,"order":355},"geometry":{"type":"Point","coordinates":[135.585918,34.558298]}},{"type":"Feature","properties":{"name":"ガスト 松原南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.551757,"key":"011680","address":"大阪府松原市丹南2丁目290-1 ","latitude":34.558453,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":11,"distanceToPoint":3.1283260643364903,"order":356},"geometry":{"type":"Point","coordinates":[135.551757,34.558453]}},{"type":"Feature","properties":{"name":"ガスト 東百舌鳥店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.515921,"key":"011234","address":"大阪府堺市中区新家町589-3 ","latitude":34.537632,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":10,"distanceToPoint":4.01648156161916,"order":357},"geometry":{"type":"Point","coordinates":[135.515921,34.537632]}},{"type":"Feature","properties":{"name":"ガスト 富田林店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.604498,"key":"011164","address":"大阪府富田林市中野町西2丁目242-1 ","latitude":34.513563,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":7,"distanceToPoint":8.544560595567512,"order":358},"geometry":{"type":"Point","coordinates":[135.604498,34.513563]}},{"type":"Feature","properties":{"name":"ガスト 柏原国分店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.644815,"key":"018768","address":"大阪府柏原市国分東条町1-15 ","latitude":34.565434,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":11,"distanceToPoint":6.8486969507927835,"order":359},"geometry":{"type":"Point","coordinates":[135.644815,34.565434]}},{"type":"Feature","properties":{"name":"ガスト 香芝店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":135.700164,"key":"011996","address":"奈良県香芝市上中131-1 ","latitude":34.560252,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":9,"distanceToPoint":5.100937732978909,"order":360},"geometry":{"type":"Point","coordinates":[135.700164,34.560252]}},{"type":"Feature","properties":{"name":"ガスト 大和高田店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":135.735371,"key":"017991","address":"奈良県大和高田市大字築山114-1 ","latitude":34.525103,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":8,"distanceToPoint":5.0669595580564435,"order":361},"geometry":{"type":"Point","coordinates":[135.735371,34.525103]}},{"type":"Feature","properties":{"name":"ガスト 大和新庄店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.734671,"key":"011934","address":"奈良県葛城市東室149-1 ","latitude":34.496311,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":3.2021711597738216,"order":362},"geometry":{"type":"Point","coordinates":[135.734671,34.496311]}},{"type":"Feature","properties":{"name":"ガスト 橿原神宮前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.795867,"key":"011522","address":"奈良県橿原市久米町芝田713 ","latitude":34.487464,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":2,"distanceToPoint":5.694094351010909,"order":363},"geometry":{"type":"Point","coordinates":[135.795867,34.487464]}},{"type":"Feature","properties":{"name":"ガスト 橿原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.797782,"key":"012688","address":"奈良県橿原市葛本町677-1 ","latitude":34.522115,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":5,"distanceToPoint":3.857014557501308,"order":364},"geometry":{"type":"Point","coordinates":[135.797782,34.522115]}},{"type":"Feature","properties":{"name":"ガスト 奈良桜井店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":135.837877,"key":"017880","address":"奈良県桜井市大字阿部429-1 ","latitude":34.508919,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":3.9557799054452647,"order":365},"geometry":{"type":"Point","coordinates":[135.837877,34.508919]}},{"type":"Feature","properties":{"name":"ガスト 天理店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.797949,"key":"011455","address":"奈良県天理市二階堂上ノ庄町167-1 ","latitude":34.597011,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":5,"distanceToPoint":10.455654751777045,"order":366},"geometry":{"type":"Point","coordinates":[135.797949,34.597011]}},{"type":"Feature","properties":{"name":"ガスト 天理インター店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":135.832347,"key":"017993","address":"奈良県天理市石上町504 ","latitude":34.615006,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":5,"distanceToPoint":3.7302601155525963,"order":367},"geometry":{"type":"Point","coordinates":[135.832347,34.615006]}},{"type":"Feature","properties":{"name":"ガスト 奈良大安寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.800746,"key":"011307","address":"奈良県奈良市大安寺町字出袋狐塚552-2 ","latitude":34.676103,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":11,"distanceToPoint":7.383153555394225,"order":368},"geometry":{"type":"Point","coordinates":[135.800746,34.676103]}},{"type":"Feature","properties":{"name":"ガスト 奈良三条店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":135.822939,"key":"012950","address":"奈良県奈良市下三条町31-1 ","latitude":34.682212,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":13,"distanceToPoint":2.140031127236979,"order":369},"geometry":{"type":"Point","coordinates":[135.822939,34.682212]}},{"type":"Feature","properties":{"name":"ガスト 奈良藤ノ木台店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.755947,"key":"018767","address":"奈良県奈良市藤ノ木台1丁目1-23 ","latitude":34.682448,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":13,"distanceToPoint":6.12566324348503,"order":370},"geometry":{"type":"Point","coordinates":[135.755947,34.682448]}},{"type":"Feature","properties":{"name":"ガスト 生駒鹿の台東店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":135.752662,"key":"018814","address":"奈良県生駒市鹿畑町73-1 ","latitude":34.728826,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":22,"distanceToPoint":5.165740839804231,"order":371},"geometry":{"type":"Point","coordinates":[135.752662,34.728826]}},{"type":"Feature","properties":{"name":"ガスト 東生駒店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":135.706076,"key":"018753","address":"奈良県生駒市小明町558-1 ","latitude":34.70665,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":17,"distanceToPoint":4.920387610846983,"order":372},"geometry":{"type":"Point","coordinates":[135.706076,34.70665]}},{"type":"Feature","properties":{"name":"ガスト 大阪産業大学前店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.644926,"key":"018685","address":"大阪府大東市中垣内3丁目2-28 ","latitude":34.706966,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":18,"distanceToPoint":5.589883853404008,"order":373},"geometry":{"type":"Point","coordinates":[135.644926,34.706966]}},{"type":"Feature","properties":{"name":"ガスト 大東栄和店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":135.626515,"key":"011888","address":"大阪府大東市栄和町14-19 ","latitude":34.702757,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":16,"distanceToPoint":1.7468680080251968,"order":374},"geometry":{"type":"Point","coordinates":[135.626515,34.702757]}},{"type":"Feature","properties":{"name":"ガスト 東大阪額田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":135.641177,"key":"011768","address":"大阪府東大阪市南荘町4-2 ","latitude":34.675974,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":10,"distanceToPoint":3.2659416629514837,"order":375},"geometry":{"type":"Point","coordinates":[135.641177,34.675974]}},{"type":"Feature","properties":{"name":"ガスト 荒本駅前店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":135.604489,"key":"011647","address":"大阪府東大阪市荒本新町5番35号 ","latitude":34.678261,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":10,"distanceToPoint":3.3645088663951666,"order":376},"geometry":{"type":"Point","coordinates":[135.604489,34.678261]}},{"type":"Feature","properties":{"name":"ガスト 奈良平群店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":135.706204,"key":"017861","address":"奈良県生駒郡平群町大字下垣内75-1 ","latitude":34.628557,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":5,"distanceToPoint":10.821627065561332,"order":377},"geometry":{"type":"Point","coordinates":[135.706204,34.628557]}},{"type":"Feature","properties":{"name":"ガスト 茨木豊川店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":135.52287,"key":"012959","address":"大阪府茨木市西豊川町4番6号 ","latitude":34.83578,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":35,"distanceToPoint":28.489006799780036,"order":378},"geometry":{"type":"Point","coordinates":[135.52287,34.83578]}},{"type":"Feature","properties":{"name":"ガスト 甲西店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.097242,"key":"011873","address":"滋賀県湖南市夏見356-1 ","latitude":34.995248,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":65,"distanceToPoint":55.291391826880236,"order":379},"geometry":{"type":"Point","coordinates":[136.097242,34.995248]}},{"type":"Feature","properties":{"name":"ガスト 水口店","__marker_index":0,"__condition_flags":1372,"カテゴリ":"0101","longitude":136.155083,"key":"011266","address":"滋賀県甲賀市水口町北脇516 ","latitude":34.980382,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":59,"distanceToPoint":5.522473335113074,"order":380},"geometry":{"type":"Point","coordinates":[136.155083,34.980382]}},{"type":"Feature","properties":{"name":"ガスト 八日市店","__marker_index":0,"__condition_flags":444,"カテゴリ":"0101","longitude":136.206461,"key":"011598","address":"滋賀県東近江市幸町2-5 ","latitude":35.1074,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":88,"distanceToPoint":14.878107139986659,"order":381},"geometry":{"type":"Point","coordinates":[136.206461,35.1074]}},{"type":"Feature","properties":{"name":"ガスト 近江八幡店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.093218,"key":"011603","address":"滋賀県近江八幡市中村町409-1 ","latitude":35.131448,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":100,"distanceToPoint":10.641192727813868,"order":382},"geometry":{"type":"Point","coordinates":[136.093218,35.131448]}},{"type":"Feature","properties":{"name":"ガスト 彦根店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.24413,"key":"011321","address":"滋賀県彦根市後三条町字徳楽718 ","latitude":35.266008,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":150,"distanceToPoint":20.295440112230352,"order":383},"geometry":{"type":"Point","coordinates":[136.24413,35.266008]}},{"type":"Feature","properties":{"name":"ガスト 彦根東店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.266726,"key":"018836","address":"滋賀県彦根市外町字浄土126-1 ","latitude":35.268405,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":150,"distanceToPoint":2.06867108838899,"order":384},"geometry":{"type":"Point","coordinates":[136.266726,35.268405]}},{"type":"Feature","properties":{"name":"ガスト 長浜店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":136.277998,"key":"011325","address":"滋賀県長浜市八幡中山町字フケ350-1 ","latitude":35.391904,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":205,"distanceToPoint":13.770499788097757,"order":385},"geometry":{"type":"Point","coordinates":[136.277998,35.391904]}},{"type":"Feature","properties":{"name":"ガスト 大垣南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.620301,"key":"011667","address":"岐阜県大垣市築捨町5丁目117 ","latitude":35.331917,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":176,"distanceToPoint":31.748957489778192,"order":386},"geometry":{"type":"Point","coordinates":[136.620301,35.331917]}},{"type":"Feature","properties":{"name":"ガスト 岐阜羽島店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.696452,"key":"011650","address":"岐阜県羽島市竹鼻町丸の内1丁目12-1 ","latitude":35.324219,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":169,"distanceToPoint":6.961170334875984,"order":387},"geometry":{"type":"Point","coordinates":[136.696452,35.324219]}},{"type":"Feature","properties":{"name":"ガスト 尾西店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.771934,"key":"011569","address":"愛知県一宮市開明字名古羅15-1 ","latitude":35.318522,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":167,"distanceToPoint":6.877455236903857,"order":388},"geometry":{"type":"Point","coordinates":[136.771934,35.318522]}},{"type":"Feature","properties":{"name":"ガスト 一宮大和店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.788504,"key":"018571","address":"愛知県一宮市大和町苅安賀字山王52-2 ","latitude":35.286464,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":156,"distanceToPoint":3.868864082416121,"order":389},"geometry":{"type":"Point","coordinates":[136.788504,35.286464]}},{"type":"Feature","properties":{"name":"ガスト 一宮緑店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":136.816114,"key":"011984","address":"愛知県一宮市緑2丁目1-6 ","latitude":35.302413,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":160,"distanceToPoint":3.069873758648959,"order":390},"geometry":{"type":"Point","coordinates":[136.816114,35.302413]}},{"type":"Feature","properties":{"name":"ガスト 一宮インター店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":136.829641,"key":"011403","address":"愛知県一宮市三ツ井3丁目1-18 ","latitude":35.276248,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":152,"distanceToPoint":3.1578592271717953,"order":391},"geometry":{"type":"Point","coordinates":[136.829641,35.276248]}},{"type":"Feature","properties":{"name":"ガスト 岩倉店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.873273,"key":"017896","address":"愛知県岩倉市旭町1丁目25番地 ","latitude":35.276178,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":151,"distanceToPoint":3.9607963627965104,"order":392},"geometry":{"type":"Point","coordinates":[136.873273,35.276178]}},{"type":"Feature","properties":{"name":"ガスト 岩倉北店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.880423,"key":"017992","address":"愛知県岩倉市八剱町下り松33-2 ","latitude":35.292859,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":156,"distanceToPoint":1.9651052351818539,"order":393},"geometry":{"type":"Point","coordinates":[136.880423,35.292859]}},{"type":"Feature","properties":{"name":"ガスト 小牧店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.92001,"key":"011357","address":"愛知県小牧市常普請2丁目300 ","latitude":35.283789,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":153,"distanceToPoint":3.731918442659067,"order":394},"geometry":{"type":"Point","coordinates":[136.92001,35.283789]}},{"type":"Feature","properties":{"name":"ガスト 小牧原新田店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.927139,"key":"018838","address":"愛知県小牧市小牧原1丁目153 ","latitude":35.304759,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":156,"distanceToPoint":2.419860596907508,"order":395},"geometry":{"type":"Point","coordinates":[136.927139,35.304759]}},{"type":"Feature","properties":{"name":"ガスト 犬山楽田店","__marker_index":0,"__condition_flags":25948,"カテゴリ":"0101","longitude":136.948506,"key":"017839","address":"愛知県犬山市字外屋敷86-1 ","latitude":35.328143,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":161,"distanceToPoint":3.2433643539868755,"order":396},"geometry":{"type":"Point","coordinates":[136.948506,35.328143]}},{"type":"Feature","properties":{"name":"ガスト 扶桑店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.915101,"key":"011754","address":"愛知県丹羽郡扶桑町大字高雄宮島258 ","latitude":35.362396,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":182,"distanceToPoint":4.8668797684694045,"order":397},"geometry":{"type":"Point","coordinates":[136.915101,35.362396]}},{"type":"Feature","properties":{"name":"ガスト 各務原駅前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.903398,"key":"011621","address":"岐阜県各務原市鵜沼各務原町1丁目106番 ","latitude":35.403916,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":203,"distanceToPoint":4.737157516728291,"order":398},"geometry":{"type":"Point","coordinates":[136.903398,35.403916]}},{"type":"Feature","properties":{"name":"ガスト 各務原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.851014,"key":"012945","address":"岐阜県各務原市那加住吉町2丁目12-1 ","latitude":35.398247,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":198,"distanceToPoint":4.789590571637712,"order":399},"geometry":{"type":"Point","coordinates":[136.851014,35.398247]}},{"type":"Feature","properties":{"name":"ガスト 岐阜芥見店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":136.844926,"key":"011823","address":"岐阜県岐阜市芥見4丁目2番 ","latitude":35.450317,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":232,"distanceToPoint":5.816147343421631,"order":400},"geometry":{"type":"Point","coordinates":[136.844926,35.450317]}},{"type":"Feature","properties":{"name":"ガスト 長良北店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.775381,"key":"011508","address":"岐阜県岐阜市福光東3丁目13-13 ","latitude":35.455916,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":235,"distanceToPoint":6.329969208240362,"order":401},"geometry":{"type":"Point","coordinates":[136.775381,35.455916]}},{"type":"Feature","properties":{"name":"ガスト 岐阜大学前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.733395,"key":"011880","address":"岐阜県岐阜市折立289-1 ","latitude":35.458603,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":239,"distanceToPoint":3.814550098662286,"order":402},"geometry":{"type":"Point","coordinates":[136.733395,35.458603]}},{"type":"Feature","properties":{"name":"ガスト 岐阜北方店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.679818,"key":"011911","address":"岐阜県本巣郡北方町平成8-25 ","latitude":35.432458,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":218,"distanceToPoint":5.65747915132745,"order":403},"geometry":{"type":"Point","coordinates":[136.679818,35.432458]}},{"type":"Feature","properties":{"name":"ガスト 岐阜県庁前店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":136.722126,"key":"011481","address":"岐阜県岐阜市薮田東2丁目8-8 ","latitude":35.395349,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":194,"distanceToPoint":5.632644010453951,"order":404},"geometry":{"type":"Point","coordinates":[136.722126,35.395349]}},{"type":"Feature","properties":{"name":"ガスト 岐阜茜部店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":136.747097,"key":"018572","address":"岐阜県岐阜市茜部野瀬2丁目1-1 ","latitude":35.377841,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":187,"distanceToPoint":2.985698211280983,"order":405},"geometry":{"type":"Point","coordinates":[136.747097,35.377841]}},{"type":"Feature","properties":{"name":"ガスト 岐阜城東店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.766304,"key":"011958","address":"岐阜県岐阜市城東通1丁目36 ","latitude":35.400664,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":197,"distanceToPoint":3.0776540457655948,"order":406},"geometry":{"type":"Point","coordinates":[136.766304,35.400664]}},{"type":"Feature","properties":{"name":"ガスト 江南店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.863454,"key":"011676","address":"愛知県江南市大間町新町160 ","latitude":35.33283,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":166,"distanceToPoint":11.597185352228653,"order":407},"geometry":{"type":"Point","coordinates":[136.863454,35.33283]}},{"type":"Feature","properties":{"name":"ガスト 師勝店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.895882,"key":"011922","address":"愛知県北名古屋市高田寺字北の川69 ","latitude":35.242684,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":144,"distanceToPoint":10.446981457661142,"order":408},"geometry":{"type":"Point","coordinates":[136.895882,35.242684]}},{"type":"Feature","properties":{"name":"ガスト 如意店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":136.920976,"key":"012746","address":"愛知県名古屋市北区如意1丁目171 ","latitude":35.233825,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":139,"distanceToPoint":2.482810938977644,"order":409},"geometry":{"type":"Point","coordinates":[136.920976,35.233825]}},{"type":"Feature","properties":{"name":"ガスト 萩野通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.911109,"key":"011688","address":"愛知県名古屋市北区萩野通1丁目6-1 ","latitude":35.204686,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":134,"distanceToPoint":3.3618058061162115,"order":410},"geometry":{"type":"Point","coordinates":[136.911109,35.204686]}},{"type":"Feature","properties":{"name":"ガスト 清水口店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.913181,"key":"018628","address":"愛知県名古屋市東区白壁2丁目7-10 ","latitude":35.183669,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":126,"distanceToPoint":2.3445591952019824,"order":411},"geometry":{"type":"Point","coordinates":[136.913181,35.183669]}},{"type":"Feature","properties":{"name":"ガスト 高岳店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":136.913775,"key":"018724","address":"愛知県名古屋市東区泉1丁目19-17 ","latitude":35.175217,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":124,"distanceToPoint":0.9413700950897496,"order":412},"geometry":{"type":"Point","coordinates":[136.913775,35.175217]}},{"type":"Feature","properties":{"name":"ガスト 久屋大通店","__marker_index":0,"__condition_flags":41150,"カテゴリ":"0101","longitude":136.907641,"key":"018926","address":"愛知県名古屋市中区錦3丁目6-15 円庄ビル1階","latitude":35.172085,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":122,"distanceToPoint":0.6573646155291152,"order":413},"geometry":{"type":"Point","coordinates":[136.907641,35.172085]}},{"type":"Feature","properties":{"name":"ガスト 名古屋栄店","__marker_index":0,"__condition_flags":49342,"カテゴリ":"0101","longitude":136.906665,"key":"018930","address":"愛知県名古屋市中区栄3丁目7-9 新鏡栄ビルB1F","latitude":35.167616,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":118,"distanceToPoint":0.5047876100712727,"order":414},"geometry":{"type":"Point","coordinates":[136.906665,35.167616]}},{"type":"Feature","properties":{"name":"ガスト 鶴舞店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":136.916351,"key":"018743","address":"愛知県名古屋市中区千代田5丁目19-19 ","latitude":35.157909,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":112,"distanceToPoint":1.3929525011749668,"order":415},"geometry":{"type":"Point","coordinates":[136.916351,35.157909]}},{"type":"Feature","properties":{"name":"ガスト 古渡町店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":136.898549,"key":"017815","address":"愛知県名古屋市中区古渡町18番12号 ","latitude":35.149714,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":108,"distanceToPoint":1.8573520050286536,"order":416},"geometry":{"type":"Point","coordinates":[136.898549,35.149714]}},{"type":"Feature","properties":{"name":"ガスト 水主町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":136.891189,"key":"012719","address":"愛知県名古屋市中村区名駅南5丁目1-7 マンツネビル1F","latitude":35.15883,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":112,"distanceToPoint":1.2145873318775298,"order":417},"geometry":{"type":"Point","coordinates":[136.891189,35.15883]}},{"type":"Feature","properties":{"name":"ガスト 太閤通店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.863027,"key":"018618","address":"愛知県名古屋市中村区太閤通6丁目59 ","latitude":35.168214,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":115,"distanceToPoint":2.764505524017407,"order":418},"geometry":{"type":"Point","coordinates":[136.863027,35.168214]}},{"type":"Feature","properties":{"name":"ガスト 本陣通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.863414,"key":"018643","address":"愛知県名古屋市中村区本陣通4丁目9 ","latitude":35.177835,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":118,"distanceToPoint":1.070385998166865,"order":419},"geometry":{"type":"Point","coordinates":[136.863414,35.177835]}},{"type":"Feature","properties":{"name":"ガスト 康生通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.877172,"key":"011380","address":"愛知県名古屋市西区名西2丁目36-22 ","latitude":35.190525,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":119,"distanceToPoint":1.8853196421512266,"order":420},"geometry":{"type":"Point","coordinates":[136.877172,35.190525]}},{"type":"Feature","properties":{"name":"ガスト 大曽根店","__marker_index":0,"__condition_flags":533596,"カテゴリ":"0101","longitude":136.935967,"key":"018759","address":"愛知県名古屋市北区大曽根3丁目14-25 ","latitude":35.192149,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":119,"distanceToPoint":5.345880734909098,"order":421},"geometry":{"type":"Point","coordinates":[136.935967,35.192149]}},{"type":"Feature","properties":{"name":"ガスト 上飯田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.939182,"key":"011595","address":"愛知県名古屋市北区上飯田東町1丁目53-1 ","latitude":35.200911,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":121,"distanceToPoint":1.0171463076382694,"order":422},"geometry":{"type":"Point","coordinates":[136.939182,35.200911]}},{"type":"Feature","properties":{"name":"ガスト 今池駅前店","__marker_index":0,"__condition_flags":11196,"カテゴリ":"0101","longitude":136.937389,"key":"017894","address":"愛知県名古屋市千種区今池4丁目9-23 ","latitude":35.169533,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":116,"distanceToPoint":3.492882088107775,"order":423},"geometry":{"type":"Point","coordinates":[136.937389,35.169533]}},{"type":"Feature","properties":{"name":"ガスト 広路通店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.942326,"key":"011838","address":"愛知県名古屋市昭和区広路通4丁目3 ","latitude":35.149712,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":107,"distanceToPoint":2.2492303400102256,"order":424},"geometry":{"type":"Point","coordinates":[136.942326,35.149712]}},{"type":"Feature","properties":{"name":"ガスト 堀田通店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":136.918709,"key":"011188","address":"愛知県名古屋市瑞穂区二野町4-6 ","latitude":35.132756,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":100,"distanceToPoint":2.8576858432837113,"order":425},"geometry":{"type":"Point","coordinates":[136.918709,35.132756]}},{"type":"Feature","properties":{"name":"ガスト 熱田一番店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":136.897994,"key":"018679","address":"愛知県名古屋市熱田区一番1丁目21-18 ","latitude":35.124452,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":99,"distanceToPoint":2.0979908382377315,"order":426},"geometry":{"type":"Point","coordinates":[136.897994,35.124452]}},{"type":"Feature","properties":{"name":"ガスト 内田橋南店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.907945,"key":"011274","address":"愛知県名古屋市南区内田橋1丁目27-7 ","latitude":35.112416,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":90,"distanceToPoint":1.615652799536346,"order":427},"geometry":{"type":"Point","coordinates":[136.907945,35.112416]}},{"type":"Feature","properties":{"name":"ガスト 港東通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.916568,"key":"011503","address":"愛知県名古屋市南区港東通1丁目24 ","latitude":35.091708,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":84,"distanceToPoint":2.4325824960897395,"order":428},"geometry":{"type":"Point","coordinates":[136.916568,35.091708]}},{"type":"Feature","properties":{"name":"ガスト 鳴海最中店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":136.945322,"key":"011945","address":"愛知県名古屋市緑区浦里3丁目225 ","latitude":35.08451,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":80,"distanceToPoint":2.7359455803740147,"order":429},"geometry":{"type":"Point","coordinates":[136.945322,35.08451]}},{"type":"Feature","properties":{"name":"ガスト 滝の水店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":136.975735,"key":"018835","address":"愛知県名古屋市緑区上旭1丁目501 ","latitude":35.094133,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":84,"distanceToPoint":2.9668412482763364,"order":430},"geometry":{"type":"Point","coordinates":[136.975735,35.094133]}},{"type":"Feature","properties":{"name":"ガスト 徳重店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.998394,"key":"011642","address":"愛知県名古屋市緑区徳重1丁目813 ","latitude":35.092401,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":83,"distanceToPoint":2.070531462589123,"order":431},"geometry":{"type":"Point","coordinates":[136.998394,35.092401]}},{"type":"Feature","properties":{"name":"ガスト 天白池場店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.984477,"key":"011913","address":"愛知県名古屋市天白区池場4丁目-104 ","latitude":35.120484,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":91,"distanceToPoint":3.3695590028374984,"order":432},"geometry":{"type":"Point","coordinates":[136.984477,35.120484]}},{"type":"Feature","properties":{"name":"ガスト 天白植田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.986228,"key":"018659","address":"愛知県名古屋市天白区一本松2丁目607 ","latitude":35.137853,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":95,"distanceToPoint":1.9379008209104205,"order":433},"geometry":{"type":"Point","coordinates":[136.986228,35.137853]}},{"type":"Feature","properties":{"name":"ガスト 平針店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.008034,"key":"018830","address":"愛知県名古屋市天白区平針3丁目119 ","latitude":35.123478,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":91,"distanceToPoint":2.5470401475899,"order":434},"geometry":{"type":"Point","coordinates":[137.008034,35.123478]}},{"type":"Feature","properties":{"name":"ガスト 香久山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.025453,"key":"011426","address":"愛知県日進市香久山4丁目1203 ","latitude":35.146448,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":96,"distanceToPoint":3.005452289994774,"order":435},"geometry":{"type":"Point","coordinates":[137.025453,35.146448]}},{"type":"Feature","properties":{"name":"ガスト 杁ケ池店","__marker_index":0,"__condition_flags":956,"カテゴリ":"0101","longitude":137.037942,"key":"011874","address":"愛知県長久手市長配3丁目508 ","latitude":35.164685,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":102,"distanceToPoint":2.3240854350039584,"order":436},"geometry":{"type":"Point","coordinates":[137.037942,35.164685]}},{"type":"Feature","properties":{"name":"ガスト 星ケ丘店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":136.986809,"key":"018656","address":"愛知県名古屋市千種区星ケ丘1丁目1-1 ","latitude":35.162869,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":101,"distanceToPoint":4.6525270670070356,"order":437},"geometry":{"type":"Point","coordinates":[136.986809,35.162869]}},{"type":"Feature","properties":{"name":"ガスト 東山公園店","__marker_index":0,"__condition_flags":532892,"カテゴリ":"0101","longitude":136.97401,"key":"018758","address":"愛知県名古屋市千種区東山通5丁目15-1 ","latitude":35.160669,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":100,"distanceToPoint":1.188935151378474,"order":438},"geometry":{"type":"Point","coordinates":[136.97401,35.160669]}},{"type":"Feature","properties":{"name":"ガスト 猪子石原店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.991013,"key":"018832","address":"愛知県名古屋市名東区猪子石原2丁目1112 ","latitude":35.194023,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":103,"distanceToPoint":4.017879762947833,"order":439},"geometry":{"type":"Point","coordinates":[136.991013,35.194023]}},{"type":"Feature","properties":{"name":"ガスト 守山大森店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.994945,"key":"011606","address":"愛知県名古屋市守山区大森1丁目2410 ","latitude":35.201339,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":104,"distanceToPoint":0.8885029839774071,"order":440},"geometry":{"type":"Point","coordinates":[136.994945,35.201339]}},{"type":"Feature","properties":{"name":"ガスト 春日井柏井店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":136.963389,"key":"017995","address":"愛知県春日井市柏井町6丁目103 ","latitude":35.233977,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":108,"distanceToPoint":4.624777828665274,"order":441},"geometry":{"type":"Point","coordinates":[136.963389,35.233977]}},{"type":"Feature","properties":{"name":"ガスト 春日井店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.973262,"key":"011375","address":"愛知県春日井市六軒屋町2丁目12 ","latitude":35.260799,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":113,"distanceToPoint":3.1143180024381674,"order":442},"geometry":{"type":"Point","coordinates":[136.973262,35.260799]}},{"type":"Feature","properties":{"name":"ガスト 春日井坂下店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":137.018367,"key":"011883","address":"愛知県春日井市坂下町6丁目720-1 ","latitude":35.288811,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":119,"distanceToPoint":5.144657267451797,"order":443},"geometry":{"type":"Point","coordinates":[137.018367,35.288811]}},{"type":"Feature","properties":{"name":"ガスト 高蔵寺店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.0375,"key":"012703","address":"愛知県春日井市高蔵寺町2丁目9番地 ","latitude":35.263009,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":113,"distanceToPoint":3.353820556016031,"order":444},"geometry":{"type":"Point","coordinates":[137.0375,35.263009]}},{"type":"Feature","properties":{"name":"ガスト 尾張旭店","__marker_index":0,"__condition_flags":18300,"カテゴリ":"0101","longitude":137.049006,"key":"017718","address":"愛知県尾張旭市南原山町赤土290-1 ","latitude":35.214717,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":105,"distanceToPoint":5.470562377940294,"order":445},"geometry":{"type":"Point","coordinates":[137.049006,35.214717]}},{"type":"Feature","properties":{"name":"ガスト 瀬戸店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":137.07167,"key":"018831","address":"愛知県瀬戸市西長根町66 ","latitude":35.213944,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":104,"distanceToPoint":2.0607374811170627,"order":446},"geometry":{"type":"Point","coordinates":[137.07167,35.213944]}},{"type":"Feature","properties":{"name":"ガスト 多治見南店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":137.13333,"key":"012838","address":"岐阜県多治見市大畑町赤松96番地1 ","latitude":35.314203,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":118,"distanceToPoint":12.474939443959682,"order":447},"geometry":{"type":"Point","coordinates":[137.13333,35.314203]}},{"type":"Feature","properties":{"name":"ガスト 瑞浪店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.248263,"key":"012726","address":"岐阜県瑞浪市穂並1丁目17 ","latitude":35.356267,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":135,"distanceToPoint":11.426812653671524,"order":448},"geometry":{"type":"Point","coordinates":[137.248263,35.356267]}},{"type":"Feature","properties":{"name":"ガスト 可児下恵土店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.0497,"key":"017862","address":"岐阜県可児市下恵土字野区路2916-1 ","latitude":35.424653,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":167,"distanceToPoint":19.539863281607616,"order":449},"geometry":{"type":"Point","coordinates":[137.0497,35.424653]}},{"type":"Feature","properties":{"name":"ガスト 美濃加茂店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.009345,"key":"011936","address":"岐阜県美濃加茂市太田本町5丁目1-5 ","latitude":35.43856,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":174,"distanceToPoint":3.9698403891032727,"order":450},"geometry":{"type":"Point","coordinates":[137.009345,35.43856]}},{"type":"Feature","properties":{"name":"ガスト 関店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.901756,"key":"011609","address":"岐阜県関市栄町4丁目1番54号 ","latitude":35.486129,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":207,"distanceToPoint":11.087206415719924,"order":451},"geometry":{"type":"Point","coordinates":[136.901756,35.486129]}},{"type":"Feature","properties":{"name":"ガスト 稲沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.819837,"key":"018677","address":"愛知県稲沢市井之口大坪町80-1 ","latitude":35.236559,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":106,"distanceToPoint":28.72801225440777,"order":452},"geometry":{"type":"Point","coordinates":[136.819837,35.236559]}},{"type":"Feature","properties":{"name":"ガスト 大治店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":136.809637,"key":"011985","address":"愛知県海部郡大治町大字西條字附田63-1 ","latitude":35.184239,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":102,"distanceToPoint":5.8910674857038785,"order":453},"geometry":{"type":"Point","coordinates":[136.809637,35.184239]}},{"type":"Feature","properties":{"name":"ガスト 蟹江店","__marker_index":0,"__condition_flags":9149,"カテゴリ":"0101","longitude":136.780181,"key":"011895","address":"愛知県海部郡蟹江町錦2-155 ","latitude":35.136054,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":92,"distanceToPoint":5.989812574579118,"order":454},"geometry":{"type":"Point","coordinates":[136.780181,35.136054]}},{"type":"Feature","properties":{"name":"ガスト 十四山店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.748537,"key":"011761","address":"愛知県弥富市鍋平1丁目90 ","latitude":35.117254,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":88,"distanceToPoint":3.5569729214317296,"order":455},"geometry":{"type":"Point","coordinates":[136.748537,35.117254]}},{"type":"Feature","properties":{"name":"ガスト 津島店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.733003,"key":"011782","address":"愛知県津島市橘町4丁目60 ","latitude":35.172987,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":99,"distanceToPoint":6.356149078767333,"order":456},"geometry":{"type":"Point","coordinates":[136.733003,35.172987]}},{"type":"Feature","properties":{"name":"ガスト 荒子店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.859223,"key":"018587","address":"愛知県名古屋市中川区荒子2丁目38-1 ","latitude":35.140178,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":92,"distanceToPoint":12.040770892496118,"order":457},"geometry":{"type":"Point","coordinates":[136.859223,35.140178]}},{"type":"Feature","properties":{"name":"ガスト 中島店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":136.853717,"key":"018734","address":"愛知県名古屋市中川区中島新町3丁目403 ","latitude":35.124381,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":90,"distanceToPoint":1.8265183898459192,"order":458},"geometry":{"type":"Point","coordinates":[136.853717,35.124381]}},{"type":"Feature","properties":{"name":"ガスト 川西通店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.867838,"key":"011694","address":"愛知県名古屋市港区川西通4丁目4-1 ","latitude":35.113871,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":86,"distanceToPoint":1.7364649036609978,"order":459},"geometry":{"type":"Point","coordinates":[136.867838,35.113871]}},{"type":"Feature","properties":{"name":"ガスト 名古屋港ショッピングモール店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":136.863819,"key":"012990","address":"愛知県名古屋市港区一州町1-3 ","latitude":35.091565,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":82,"distanceToPoint":2.5071194065520634,"order":460},"geometry":{"type":"Point","coordinates":[136.863819,35.091565]}},{"type":"Feature","properties":{"name":"ガスト 弥富通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.94621,"key":"011259","address":"愛知県名古屋市瑞穂区彌富通2丁目25 ","latitude":35.117507,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":86,"distanceToPoint":8.030981891821193,"order":461},"geometry":{"type":"Point","coordinates":[136.94621,35.117507]}},{"type":"Feature","properties":{"name":"ガスト 有松店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.978439,"key":"011580","address":"愛知県名古屋市緑区境松1丁目402 ","latitude":35.06185,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":76,"distanceToPoint":6.848350302395398,"order":462},"geometry":{"type":"Point","coordinates":[136.978439,35.06185]}},{"type":"Feature","properties":{"name":"ガスト 大府店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":136.956436,"key":"011962","address":"愛知県大府市共栄町9丁目8-7 ","latitude":35.036437,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":71,"distanceToPoint":3.46366460393086,"order":463},"geometry":{"type":"Point","coordinates":[136.956436,35.036437]}},{"type":"Feature","properties":{"name":"ガスト 東海店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.914573,"key":"011709","address":"愛知県東海市荒尾町脇ノ田110 ","latitude":35.031301,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":69,"distanceToPoint":3.854088155745228,"order":464},"geometry":{"type":"Point","coordinates":[136.914573,35.031301]}},{"type":"Feature","properties":{"name":"ガスト 知多店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":136.864691,"key":"012739","address":"愛知県知多市新知東町2丁目23-3 ","latitude":34.980412,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":59,"distanceToPoint":7.256761334202095,"order":465},"geometry":{"type":"Point","coordinates":[136.864691,34.980412]}},{"type":"Feature","properties":{"name":"ガスト 東浦店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":136.969735,"key":"011280","address":"愛知県知多郡東浦町大字緒川字家下20-2 ","latitude":34.979587,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":57,"distanceToPoint":9.570781171961485,"order":466},"geometry":{"type":"Point","coordinates":[136.969735,34.979587]}},{"type":"Feature","properties":{"name":"ガスト 高浜店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.989975,"key":"011610","address":"愛知県高浜市沢渡町2丁目7-3 ","latitude":34.935858,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":44,"distanceToPoint":5.200547369438188,"order":467},"geometry":{"type":"Point","coordinates":[136.989975,34.935858]}},{"type":"Feature","properties":{"name":"ガスト 碧南店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.004818,"key":"012759","address":"愛知県碧南市緑町5丁目59 ","latitude":34.893178,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":42,"distanceToPoint":4.935013090576133,"order":468},"geometry":{"type":"Point","coordinates":[137.004818,34.893178]}},{"type":"Feature","properties":{"name":"ガスト 西尾店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.041952,"key":"011655","address":"愛知県西尾市山下町八幡山17-10 ","latitude":34.864008,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":38,"distanceToPoint":4.689890243914034,"order":469},"geometry":{"type":"Point","coordinates":[137.041952,34.864008]}},{"type":"Feature","properties":{"name":"ガスト 安城南町店","__marker_index":0,"__condition_flags":25948,"カテゴリ":"0101","longitude":137.092023,"key":"017840","address":"愛知県安城市南町4番22号 ","latitude":34.949019,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":46,"distanceToPoint":10.49778364466398,"order":470},"geometry":{"type":"Point","coordinates":[137.092023,34.949019]}},{"type":"Feature","properties":{"name":"ガスト 三河安城南町店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":137.058008,"key":"018968","address":"愛知県安城市三河安城南町1丁目16-5 ","latitude":34.965706,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":47,"distanceToPoint":3.612791370085217,"order":471},"geometry":{"type":"Point","coordinates":[137.058008,34.965706]}},{"type":"Feature","properties":{"name":"ガスト 安城住吉店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":137.077939,"key":"018684","address":"愛知県安城市住吉町7丁目19-6 ","latitude":34.984722,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":53,"distanceToPoint":2.787261542661901,"order":472},"geometry":{"type":"Point","coordinates":[137.077939,34.984722]}},{"type":"Feature","properties":{"name":"ガスト 知立店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":137.035259,"key":"018004","address":"愛知県知立市南新地1丁目13-25 ","latitude":35.001928,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":57,"distanceToPoint":4.333108263741705,"order":473},"geometry":{"type":"Point","coordinates":[137.035259,35.001928]}},{"type":"Feature","properties":{"name":"ガスト 刈谷店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":137.015915,"key":"011460","address":"愛知県刈谷市築地町1丁目2-3 ","latitude":35.009342,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":58,"distanceToPoint":1.9451776385020458,"order":474},"geometry":{"type":"Point","coordinates":[137.015915,35.009342]}},{"type":"Feature","properties":{"name":"ガスト 西加茂三好店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":137.06611,"key":"011714","address":"愛知県みよし市三好町三好字弁財天37 ","latitude":35.089048,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":68,"distanceToPoint":9.971444864867053,"order":475},"geometry":{"type":"Point","coordinates":[137.06611,35.089048]}},{"type":"Feature","properties":{"name":"ガスト 豊田店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.137942,"key":"011450","address":"愛知県豊田市寿町2丁目4 ","latitude":35.05713,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":62,"distanceToPoint":7.438337856439603,"order":476},"geometry":{"type":"Point","coordinates":[137.137942,35.05713]}},{"type":"Feature","properties":{"name":"ガスト 豊田秋葉町店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":137.164214,"key":"018829","address":"愛知県豊田市秋葉町1丁目1-1 ","latitude":35.063622,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":63,"distanceToPoint":2.4978225767676805,"order":477},"geometry":{"type":"Point","coordinates":[137.164214,35.063622]}},{"type":"Feature","properties":{"name":"ガスト 豊田上野店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":137.181576,"key":"012982","address":"愛知県豊田市上野町6丁目106-1 ","latitude":35.086633,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":65,"distanceToPoint":3.0072115941940014,"order":478},"geometry":{"type":"Point","coordinates":[137.181576,35.086633]}},{"type":"Feature","properties":{"name":"ガスト 岡崎北店","__marker_index":0,"__condition_flags":24925,"カテゴリ":"0101","longitude":137.160029,"key":"012700","address":"愛知県岡崎市井田南町1-2 ","latitude":34.974339,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":48,"distanceToPoint":12.639727261689446,"order":479},"geometry":{"type":"Point","coordinates":[137.160029,34.974339]}},{"type":"Feature","properties":{"name":"ガスト 岡崎東大友店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.135187,"key":"018718","address":"愛知県岡崎市東大友町字松花62-1 ","latitude":34.975307,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":49,"distanceToPoint":2.266004245469939,"order":480},"geometry":{"type":"Point","coordinates":[137.135187,34.975307]}},{"type":"Feature","properties":{"name":"ガスト 岡崎店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.145656,"key":"011576","address":"愛知県岡崎市天白町東池27-1 ","latitude":34.934033,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":41,"distanceToPoint":4.68759106296513,"order":481},"geometry":{"type":"Point","coordinates":[137.145656,34.934033]}},{"type":"Feature","properties":{"name":"ガスト 東岡崎店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.178624,"key":"012745","address":"愛知県岡崎市大西1丁目1-10 ","latitude":34.944285,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":43,"distanceToPoint":3.2140977706777267,"order":482},"geometry":{"type":"Point","coordinates":[137.178624,34.944285]}},{"type":"Feature","properties":{"name":"ガスト 幸田店","__marker_index":0,"__condition_flags":26460,"カテゴリ":"0101","longitude":137.176824,"key":"012851","address":"愛知県額田郡幸田町大字大草字瓶割70-1 ","latitude":34.874315,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":39,"distanceToPoint":7.7820508970492535,"order":483},"geometry":{"type":"Point","coordinates":[137.176824,34.874315]}},{"type":"Feature","properties":{"name":"ガスト 蒲郡店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.229269,"key":"011656","address":"愛知県蒲郡市港町13-17 ","latitude":34.820674,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":32,"distanceToPoint":7.647301903011403,"order":484},"geometry":{"type":"Point","coordinates":[137.229269,34.820674]}},{"type":"Feature","properties":{"name":"ガスト 豊橋花田店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.370832,"key":"011961","address":"愛知県豊橋市花田町字荒木47 ","latitude":34.767156,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":26,"distanceToPoint":14.230761094427827,"order":485},"geometry":{"type":"Point","coordinates":[137.370832,34.767156]}},{"type":"Feature","properties":{"name":"ガスト 豊橋橋良店","__marker_index":0,"__condition_flags":9053,"カテゴリ":"0101","longitude":137.380883,"key":"011654","address":"愛知県豊橋市中橋良町70-1 ","latitude":34.748026,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":20,"distanceToPoint":2.3168772243666678,"order":486},"geometry":{"type":"Point","coordinates":[137.380883,34.748026]}},{"type":"Feature","properties":{"name":"ガスト 豊橋江島店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":137.404436,"key":"018833","address":"愛知県豊橋市江島町96-1 ","latitude":34.736508,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":17,"distanceToPoint":2.5043443721885588,"order":487},"geometry":{"type":"Point","coordinates":[137.404436,34.736508]}},{"type":"Feature","properties":{"name":"ガスト 豊橋三ノ輪店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":137.411527,"key":"012965","address":"愛知県豊橋市三ノ輪町5丁目1番地 ","latitude":34.753013,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":20,"distanceToPoint":1.9462794940722277,"order":488},"geometry":{"type":"Point","coordinates":[137.411527,34.753013]}},{"type":"Feature","properties":{"name":"ガスト 豊川中央通店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":137.386379,"key":"011703","address":"愛知県豊川市中央通3丁目20 ","latitude":34.823103,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":28,"distanceToPoint":8.124978749934886,"order":489},"geometry":{"type":"Point","coordinates":[137.386379,34.823103]}},{"type":"Feature","properties":{"name":"ガスト 浜名湖店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.546937,"key":"011372","address":"静岡県湖西市新居町中之郷3894 ","latitude":34.706755,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":13,"distanceToPoint":19.55704868313381,"order":490},"geometry":{"type":"Point","coordinates":[137.546937,34.706755]}},{"type":"Feature","properties":{"name":"ガスト 浜松可美店","__marker_index":0,"__condition_flags":9564,"カテゴリ":"0101","longitude":137.704792,"key":"011449","address":"静岡県浜松市南区若林町957-1 ","latitude":34.68828,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":10,"distanceToPoint":14.576764646058178,"order":491},"geometry":{"type":"Point","coordinates":[137.704792,34.68828]}},{"type":"Feature","properties":{"name":"ガスト 浜松相生店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.747266,"key":"011637","address":"静岡県浜松市中区相生町7-21 ","latitude":34.709037,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":4.517150373703367,"order":492},"geometry":{"type":"Point","coordinates":[137.747266,34.709037]}},{"type":"Feature","properties":{"name":"ガスト 浜松宮竹店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.765929,"key":"011568","address":"静岡県浜松市東区宮竹町322-1 ","latitude":34.722851,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":2.2954828455346323,"order":493},"geometry":{"type":"Point","coordinates":[137.765929,34.722851]}},{"type":"Feature","properties":{"name":"ガスト 浜松インター店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.789429,"key":"011649","address":"静岡県浜松市東区下石田町987-1 ","latitude":34.737981,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":13,"distanceToPoint":2.7280658445563852,"order":494},"geometry":{"type":"Point","coordinates":[137.789429,34.737981]}},{"type":"Feature","properties":{"name":"ガスト 浜松有玉店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.75625,"key":"011733","address":"静岡県浜松市東区有玉北町772ー1 ","latitude":34.765902,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":17,"distanceToPoint":4.339077215025857,"order":495},"geometry":{"type":"Point","coordinates":[137.75625,34.765902]}},{"type":"Feature","properties":{"name":"ガスト 浜松初生店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":137.714117,"key":"011738","address":"静岡県浜松市北区初生町1360ー1 ","latitude":34.767996,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":17,"distanceToPoint":3.855648320641149,"order":496},"geometry":{"type":"Point","coordinates":[137.714117,34.767996]}},{"type":"Feature","properties":{"name":"ガスト 浜松住吉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.721669,"key":"011311","address":"静岡県浜松市中区住吉1丁目41番地15 ","latitude":34.73074,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":4.199750169755179,"order":497},"geometry":{"type":"Point","coordinates":[137.721669,34.73074]}},{"type":"Feature","properties":{"name":"ガスト 浜北店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":137.804561,"key":"011882","address":"静岡県浜松市浜北区西美薗2546-1 ","latitude":34.809079,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":19,"distanceToPoint":11.541521265658446,"order":498},"geometry":{"type":"Point","coordinates":[137.804561,34.809079]}},{"type":"Feature","properties":{"name":"ガスト 袋井インター店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.911679,"key":"018590","address":"静岡県袋井市川井1143-1 ","latitude":34.745813,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":12.050055491231156,"order":499},"geometry":{"type":"Point","coordinates":[137.911679,34.745813]}},{"type":"Feature","properties":{"name":"ガスト 磐田上岡田店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.850683,"key":"011981","address":"静岡県磐田市上岡田923-1 ","latitude":34.702354,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":11,"distanceToPoint":7.3775164226218966,"order":500},"geometry":{"type":"Point","coordinates":[137.850683,34.702354]}},{"type":"Feature","properties":{"name":"ガスト 掛川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.008527,"key":"012925","address":"静岡県掛川市城西1丁目14-2 ","latitude":34.776524,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":16,"distanceToPoint":16.614459911114825,"order":501},"geometry":{"type":"Point","coordinates":[138.008527,34.776524]}},{"type":"Feature","properties":{"name":"ガスト 静岡菊川町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.087802,"key":"018565","address":"静岡県菊川市半済1740 ","latitude":34.756237,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":7.584601163820615,"order":502},"geometry":{"type":"Point","coordinates":[138.087802,34.756237]}},{"type":"Feature","properties":{"name":"ガスト 大東町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":138.044825,"key":"012743","address":"静岡県掛川市大坂2814-1 ","latitude":34.673804,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":8,"distanceToPoint":9.972398984547628,"order":503},"geometry":{"type":"Point","coordinates":[138.044825,34.673804]}},{"type":"Feature","properties":{"name":"ガスト 榛原吉田町店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":138.250336,"key":"011844","address":"静岡県榛原郡吉田町住吉759-1 ","latitude":34.768594,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":21.53795895612542,"order":504},"geometry":{"type":"Point","coordinates":[138.250336,34.768594]}},{"type":"Feature","properties":{"name":"ガスト 藤枝青木店","__marker_index":0,"__condition_flags":25533,"カテゴリ":"0101","longitude":138.253949,"key":"011986","address":"静岡県藤枝市青木3丁目16-37 ","latitude":34.855778,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":15,"distanceToPoint":9.700041639217051,"order":505},"geometry":{"type":"Point","coordinates":[138.253949,34.855778]}},{"type":"Feature","properties":{"name":"ガスト 焼津東小川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":138.317777,"key":"011590","address":"静岡県焼津市東小川2丁目2-3 ","latitude":34.857381,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":15,"distanceToPoint":5.826715351236182,"order":506},"geometry":{"type":"Point","coordinates":[138.317777,34.857381]}},{"type":"Feature","properties":{"name":"ガスト 静岡下川原店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":138.371011,"key":"012692","address":"静岡県静岡市駿河区下川原3丁目19-33 ","latitude":34.937056,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":17,"distanceToPoint":10.102503841670238,"order":507},"geometry":{"type":"Point","coordinates":[138.371011,34.937056]}},{"type":"Feature","properties":{"name":"ガスト 静岡石田店","__marker_index":0,"__condition_flags":925,"カテゴリ":"0101","longitude":138.400043,"key":"011926","address":"静岡県静岡市駿河区石田1丁目4-36 ","latitude":34.960009,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":19,"distanceToPoint":3.6763672597449863,"order":508},"geometry":{"type":"Point","coordinates":[138.400043,34.960009]}},{"type":"Feature","properties":{"name":"ガスト 静岡呉服町通り店","__marker_index":0,"__condition_flags":43198,"カテゴリ":"0101","longitude":138.385183,"key":"017717","address":"静岡県静岡市葵区紺屋町1-6 ","latitude":34.973601,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":19,"distanceToPoint":2.0292259216296227,"order":509},"geometry":{"type":"Point","coordinates":[138.385183,34.973601]}},{"type":"Feature","properties":{"name":"ガスト 静岡安西店","__marker_index":0,"__condition_flags":413,"カテゴリ":"0101","longitude":138.374238,"key":"011305","address":"静岡県静岡市葵区安西1丁目13 ","latitude":34.979841,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":21,"distanceToPoint":1.2148572950535248,"order":510},"geometry":{"type":"Point","coordinates":[138.374238,34.979841]}},{"type":"Feature","properties":{"name":"ガスト 静岡千代田店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":138.398308,"key":"011217","address":"静岡県静岡市葵区千代田1丁目1-45 ","latitude":34.988827,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":21,"distanceToPoint":2.409771381501691,"order":511},"geometry":{"type":"Point","coordinates":[138.398308,34.988827]}},{"type":"Feature","properties":{"name":"ガスト 静岡曲金店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":138.410723,"key":"011573","address":"静岡県静岡市駿河区曲金5丁目2-40 ","latitude":34.977906,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":20,"distanceToPoint":1.6595080952156973,"order":512},"geometry":{"type":"Point","coordinates":[138.410723,34.977906]}},{"type":"Feature","properties":{"name":"ガスト 静岡国吉田店","__marker_index":0,"__condition_flags":16732,"カテゴリ":"0101","longitude":138.426691,"key":"018697","address":"静岡県静岡市駿河区国吉田1丁目2-26 ","latitude":34.996528,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":22,"distanceToPoint":2.530572551574213,"order":513},"geometry":{"type":"Point","coordinates":[138.426691,34.996528]}},{"type":"Feature","properties":{"name":"ガスト 清水七ツ新屋店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":138.450898,"key":"011319","address":"静岡県静岡市清水区七ツ新屋442-1 ","latitude":35.011978,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":23,"distanceToPoint":2.795089848488192,"order":514},"geometry":{"type":"Point","coordinates":[138.450898,35.011978]}},{"type":"Feature","properties":{"name":"ガスト 新蒲原駅前店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":138.608311,"key":"018858","address":"静岡県静岡市清水区蒲原322-1 ","latitude":35.118282,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":33,"distanceToPoint":18.573541586475606,"order":515},"geometry":{"type":"Point","coordinates":[138.608311,35.118282]}},{"type":"Feature","properties":{"name":"ガスト 富士加島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.649866,"key":"018722","address":"静岡県富士市加島町2-2 ","latitude":35.15805,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":38,"distanceToPoint":5.816565170805047,"order":516},"geometry":{"type":"Point","coordinates":[138.649866,35.15805]}},{"type":"Feature","properties":{"name":"ガスト 富士錦町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.677754,"key":"011604","address":"静岡県富士市錦町1丁目14-22 ","latitude":35.157179,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":37,"distanceToPoint":2.5371440671745407,"order":517},"geometry":{"type":"Point","coordinates":[138.677754,35.157179]}},{"type":"Feature","properties":{"name":"ガスト 富士宮店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.641263,"key":"018674","address":"静岡県富士宮市小泉2149-1 ","latitude":35.219692,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":40,"distanceToPoint":7.701627767178579,"order":518},"geometry":{"type":"Point","coordinates":[138.641263,35.219692]}},{"type":"Feature","properties":{"name":"ガスト 富士宮バイパス店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.620429,"key":"011756","address":"静岡県富士宮市富士見ケ丘413 ","latitude":35.236594,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":40,"distanceToPoint":2.667075599978637,"order":519},"geometry":{"type":"Point","coordinates":[138.620429,35.236594]}},{"type":"Feature","properties":{"name":"ガスト 沼津椎路店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":138.834696,"key":"012776","address":"静岡県沼津市東椎路字春ノ木504 ","latitude":35.11703,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":32,"distanceToPoint":23.57979031848977,"order":520},"geometry":{"type":"Point","coordinates":[138.834696,35.11703]}},{"type":"Feature","properties":{"name":"ガスト 沼津下香貫店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.870255,"key":"011622","address":"静岡県沼津市下香貫下障子3161-1 ","latitude":35.080411,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":5.200502720905395,"order":521},"geometry":{"type":"Point","coordinates":[138.870255,35.080411]}},{"type":"Feature","properties":{"name":"ガスト 柿田川公園前店","__marker_index":0,"__condition_flags":11196,"カテゴリ":"0101","longitude":138.901652,"key":"018961","address":"静岡県駿東郡清水町伏見泉頭58-14 ","latitude":35.108089,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":29,"distanceToPoint":4.199008978518767,"order":522},"geometry":{"type":"Point","coordinates":[138.901652,35.108089]}},{"type":"Feature","properties":{"name":"ガスト 三島梅名店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":138.925767,"key":"011855","address":"静岡県三島市梅名544-8 ","latitude":35.09687,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":2.5236692139276173,"order":523},"geometry":{"type":"Point","coordinates":[138.925767,35.09687]}},{"type":"Feature","properties":{"name":"ガスト 長泉町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":138.895126,"key":"011968","address":"静岡県駿東郡長泉町下土狩907-1 ","latitude":35.136586,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":29,"distanceToPoint":5.22209043745826,"order":524},"geometry":{"type":"Point","coordinates":[138.895126,35.136586]}},{"type":"Feature","properties":{"name":"ガスト 伊豆長岡店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":138.947161,"key":"011646","address":"静岡県伊豆の国市南條756-2 ","latitude":35.03818,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":11.922638925825597,"order":525},"geometry":{"type":"Point","coordinates":[138.947161,35.03818]}},{"type":"Feature","properties":{"name":"ガスト 伊豆大仁店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":138.940656,"key":"012666","address":"静岡県伊豆の国市中島207 ","latitude":35.004203,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":3.824230837561005,"order":526},"geometry":{"type":"Point","coordinates":[138.940656,35.004203]}},{"type":"Feature","properties":{"name":"ガスト 網代店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":139.074045,"key":"018570","address":"静岡県熱海市下多賀字風越556 ","latitude":35.046491,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":13.024501875310692,"order":527},"geometry":{"type":"Point","coordinates":[139.074045,35.046491]}},{"type":"Feature","properties":{"name":"ガスト 湯河原店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.112363,"key":"018627","address":"神奈川県足柄下郡湯河原町門川1-3 ","latitude":35.144001,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":11.389290314296206,"order":528},"geometry":{"type":"Point","coordinates":[139.112363,35.144001]}},{"type":"Feature","properties":{"name":"ガスト 小田原南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.153878,"key":"011318","address":"神奈川県小田原市南町2丁目2-60 ","latitude":35.246908,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":32,"distanceToPoint":12.048540272837634,"order":529},"geometry":{"type":"Point","coordinates":[139.153878,35.246908]}},{"type":"Feature","properties":{"name":"ガスト 国府津店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.203037,"key":"011807","address":"神奈川県小田原市小八幡3丁目18-12 ","latitude":35.275682,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":34,"distanceToPoint":5.491660964276766,"order":530},"geometry":{"type":"Point","coordinates":[139.203037,35.275682]}},{"type":"Feature","properties":{"name":"ガスト 小田原桑原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.166589,"key":"011551","address":"神奈川県小田原市桑原183-3 ","latitude":35.300193,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":4.286295666274657,"order":531},"geometry":{"type":"Point","coordinates":[139.166589,35.300193]}},{"type":"Feature","properties":{"name":"ガスト 開成町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.122915,"key":"018664","address":"神奈川県足柄上郡開成町宮台238-1 ","latitude":35.328513,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":5.061594467200719,"order":532},"geometry":{"type":"Point","coordinates":[139.122915,35.328513]}},{"type":"Feature","properties":{"name":"ガスト 秦野平沢店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":139.204273,"key":"011523","address":"神奈川県秦野市平沢562-1 ","latitude":35.375085,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":62,"distanceToPoint":9.014468060065688,"order":533},"geometry":{"type":"Point","coordinates":[139.204273,35.375085]}},{"type":"Feature","properties":{"name":"ガスト 秦野中井インター店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.2341,"key":"011566","address":"神奈川県秦野市西大竹288 ","latitude":35.361992,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":3.0714829686641454,"order":534},"geometry":{"type":"Point","coordinates":[139.2341,35.361992]}},{"type":"Feature","properties":{"name":"ガスト 東海大学前店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":139.273673,"key":"012757","address":"神奈川県平塚市南金目350-1 ","latitude":35.357128,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":56,"distanceToPoint":3.6291516994741495,"order":535},"geometry":{"type":"Point","coordinates":[139.273673,35.357128]}},{"type":"Feature","properties":{"name":"ガスト 鶴巻温泉店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.276489,"key":"011619","address":"神奈川県秦野市鶴巻南1丁目19番35号 ","latitude":35.376318,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":60,"distanceToPoint":2.1490569020678727,"order":536},"geometry":{"type":"Point","coordinates":[139.276489,35.376318]}},{"type":"Feature","properties":{"name":"ガスト 平塚河内店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.314526,"key":"018682","address":"神奈川県平塚市河内亀ノ甲島529-4 ","latitude":35.335454,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":45,"distanceToPoint":5.704891852172048,"order":537},"geometry":{"type":"Point","coordinates":[139.314526,35.335454]}},{"type":"Feature","properties":{"name":"ガスト 平塚海岸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.332248,"key":"011803","address":"神奈川県平塚市唐ケ原82-1 ","latitude":35.314471,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":2.833517371745408,"order":538},"geometry":{"type":"Point","coordinates":[139.332248,35.314471]}},{"type":"Feature","properties":{"name":"ガスト 平塚駅前店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":139.349671,"key":"018943","address":"神奈川県平塚市紅谷町6-26 平塚駅前北口ビル","latitude":35.328179,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":40,"distanceToPoint":2.195923267112919,"order":539},"geometry":{"type":"Point","coordinates":[139.349671,35.328179]}},{"type":"Feature","properties":{"name":"ガスト 平塚店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.357819,"key":"011521","address":"神奈川県平塚市四之宮5-10-6 ","latitude":35.356505,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":51,"distanceToPoint":3.2352552258135345,"order":540},"geometry":{"type":"Point","coordinates":[139.357819,35.356505]}},{"type":"Feature","properties":{"name":"ガスト 寒川田端店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.379831,"key":"011915","address":"神奈川県高座郡寒川町田端1495 ","latitude":35.351562,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":2.070549398345386,"order":541},"geometry":{"type":"Point","coordinates":[139.379831,35.351562]}},{"type":"Feature","properties":{"name":"ガスト 茅ヶ崎矢畑店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.399493,"key":"011512","address":"神奈川県茅ヶ崎市矢畑1428-1 ","latitude":35.341866,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":46,"distanceToPoint":2.083885819274131,"order":542},"geometry":{"type":"Point","coordinates":[139.399493,35.341866]}},{"type":"Feature","properties":{"name":"ガスト 茅ヶ崎店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.406476,"key":"909210","address":"神奈川県茅ヶ崎市元町2-4 山鉄ビル1階","latitude":35.331408,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":1.3242020383798128,"order":543},"geometry":{"type":"Point","coordinates":[139.406476,35.331408]}},{"type":"Feature","properties":{"name":"ガスト 辻堂店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.448866,"key":"011563","address":"神奈川県藤沢市辻堂神台2丁目4-46 ","latitude":35.341953,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":45,"distanceToPoint":4.019975011567966,"order":544},"geometry":{"type":"Point","coordinates":[139.448866,35.341953]}},{"type":"Feature","properties":{"name":"ガスト 藤沢大庭店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.453001,"key":"011869","address":"神奈川県藤沢市大庭5144-3 ","latitude":35.35662,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":47,"distanceToPoint":1.673461232217983,"order":545},"geometry":{"type":"Point","coordinates":[139.453001,35.35662]}},{"type":"Feature","properties":{"name":"ガスト 藤沢善行店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.470419,"key":"011495","address":"神奈川県藤沢市善行2丁目19-13 ","latitude":35.364353,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":1.7983963633385935,"order":546},"geometry":{"type":"Point","coordinates":[139.470419,35.364353]}},{"type":"Feature","properties":{"name":"ガスト 鵠沼店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.474949,"key":"011146","address":"神奈川県藤沢市本鵠沼5丁目3-11 ","latitude":35.336678,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":3.1046278256414617,"order":547},"geometry":{"type":"Point","coordinates":[139.474949,35.336678]}},{"type":"Feature","properties":{"name":"ガスト 藤沢駅北口店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.485517,"key":"018925","address":"神奈川県藤沢市藤沢438-6 F・I・C藤沢ビルB1F","latitude":35.338977,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":0.9921035564305458,"order":548},"geometry":{"type":"Point","coordinates":[139.485517,35.338977]}},{"type":"Feature","properties":{"name":"ガスト 藤沢弥勒寺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.504601,"key":"011364","address":"神奈川県藤沢市村岡東2丁目17-1 ","latitude":35.340083,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":1.7353989506159082,"order":549},"geometry":{"type":"Point","coordinates":[139.504601,35.340083]}},{"type":"Feature","properties":{"name":"ガスト 西鎌倉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.503284,"key":"011288","address":"神奈川県鎌倉市津字川間709-1 ","latitude":35.316814,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":2.5901553381397577,"order":550},"geometry":{"type":"Point","coordinates":[139.503284,35.316814]}},{"type":"Feature","properties":{"name":"ガスト 大船店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.531965,"key":"017930","address":"神奈川県鎌倉市大船1丁目10-18 ","latitude":35.352636,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":4.757620264368164,"order":551},"geometry":{"type":"Point","coordinates":[139.531965,35.352636]}},{"type":"Feature","properties":{"name":"ガスト 栄中野店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.563841,"key":"011579","address":"神奈川県横浜市栄区中野町120 ","latitude":35.363308,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":43,"distanceToPoint":3.124784063604825,"order":552},"geometry":{"type":"Point","coordinates":[139.563841,35.363308]}},{"type":"Feature","properties":{"name":"ガスト 上永谷店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.565133,"key":"012706","address":"神奈川県横浜市港南区丸山台3丁目41-11 ","latitude":35.396224,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":51,"distanceToPoint":3.6619710973944604,"order":553},"geometry":{"type":"Point","coordinates":[139.565133,35.396224]}},{"type":"Feature","properties":{"name":"ガスト 港南中央店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":139.592337,"key":"018676","address":"神奈川県横浜市港南区港南中央通12-31 港南中央ビル2階","latitude":35.40145,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":54,"distanceToPoint":2.5333065355809428,"order":554},"geometry":{"type":"Point","coordinates":[139.592337,35.40145]}},{"type":"Feature","properties":{"name":"ガスト 上大岡駅前店","__marker_index":0,"__condition_flags":25788,"カテゴリ":"0101","longitude":139.595281,"key":"017716","address":"神奈川県横浜市港南区上大岡西2丁目9-5 akafoo park西館1F","latitude":35.40653,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":55,"distanceToPoint":0.62472008608125,"order":555},"geometry":{"type":"Point","coordinates":[139.595281,35.40653]}},{"type":"Feature","properties":{"name":"ガスト 上大岡店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.597563,"key":"011834","address":"神奈川県横浜市港南区最戸1丁目4-9 ","latitude":35.415181,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":57,"distanceToPoint":0.9839283247618686,"order":556},"geometry":{"type":"Point","coordinates":[139.597563,35.415181]}},{"type":"Feature","properties":{"name":"ガスト 磯子店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.625166,"key":"012767","address":"神奈川県横浜市磯子区磯子1丁目2-11 ","latitude":35.413325,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":55,"distanceToPoint":2.5099428948809526,"order":557},"geometry":{"type":"Point","coordinates":[139.625166,35.413325]}},{"type":"Feature","properties":{"name":"ガスト 横浜睦町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.621494,"key":"011448","address":"神奈川県横浜市南区睦町2丁目199-9 ","latitude":35.428228,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":63,"distanceToPoint":1.6902154518694052,"order":558},"geometry":{"type":"Point","coordinates":[139.621494,35.428228]}},{"type":"Feature","properties":{"name":"ガスト 伊勢佐木町店","__marker_index":0,"__condition_flags":24732,"カテゴリ":"0101","longitude":139.628456,"key":"017865","address":"神奈川県横浜市中区伊勢佐木町4丁目115番 ","latitude":35.441434,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":73,"distanceToPoint":1.5981766701227784,"order":559},"geometry":{"type":"Point","coordinates":[139.628456,35.441434]}},{"type":"Feature","properties":{"name":"ガスト 横浜長者町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.635919,"key":"011216","address":"神奈川県横浜市中区長者町2丁目5-1 ","latitude":35.438807,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":0.7365011185361569,"order":560},"geometry":{"type":"Point","coordinates":[139.635919,35.438807]}},{"type":"Feature","properties":{"name":"ガスト 関内店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":139.635923,"key":"012964","address":"神奈川県横浜市中区尾上町3丁目46-1 ","latitude":35.445503,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":72,"distanceToPoint":0.7445623454216456,"order":561},"geometry":{"type":"Point","coordinates":[139.635923,35.445503]}},{"type":"Feature","properties":{"name":"ガスト 横浜元町店","__marker_index":0,"__condition_flags":532572,"カテゴリ":"0101","longitude":139.645123,"key":"018123","address":"神奈川県横浜市中区石川町1丁目1 カーサ元町2F","latitude":35.438979,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":1.1049303986612833,"order":562},"geometry":{"type":"Point","coordinates":[139.645123,35.438979]}},{"type":"Feature","properties":{"name":"ガスト みなとみらい店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.628775,"key":"018974","address":"神奈川県横浜市西区みなとみらい4-4-5 ","latitude":35.460016,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":80,"distanceToPoint":2.7685381902813786,"order":563},"geometry":{"type":"Point","coordinates":[139.628775,35.460016]}},{"type":"Feature","properties":{"name":"ガスト 横浜平沼店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.620872,"key":"012763","address":"神奈川県横浜市西区平沼1丁目2甘糟平沼ビル1階 ","latitude":35.460795,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":81,"distanceToPoint":0.7209988587726462,"order":564},"geometry":{"type":"Point","coordinates":[139.620872,35.460795]}},{"type":"Feature","properties":{"name":"ガスト 横浜西口店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.616995,"key":"018958","address":"神奈川県横浜市西区南幸2丁目16-8 ","latitude":35.464065,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":82,"distanceToPoint":0.5054744170580936,"order":565},"geometry":{"type":"Point","coordinates":[139.616995,35.464065]}},{"type":"Feature","properties":{"name":"ガスト 横浜浅間町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.609371,"key":"018122","address":"神奈川県横浜市西区浅間町3丁目174-9 ","latitude":35.461719,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":81,"distanceToPoint":0.7381199114279304,"order":566},"geometry":{"type":"Point","coordinates":[139.609371,35.461719]}},{"type":"Feature","properties":{"name":"ガスト 星川駅前店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.595916,"key":"012979","address":"神奈川県横浜市保土ケ谷区星川1丁目1-2 ","latitude":35.457963,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":77,"distanceToPoint":1.288212838764515,"order":567},"geometry":{"type":"Point","coordinates":[139.595916,35.457963]}},{"type":"Feature","properties":{"name":"ガスト 保土ヶ谷駅前店","__marker_index":0,"__condition_flags":532636,"カテゴリ":"0101","longitude":139.598479,"key":"017807","address":"神奈川県横浜市保土ケ谷区帷子町1丁目43-3 ","latitude":35.447153,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":71,"distanceToPoint":1.224232329187168,"order":568},"geometry":{"type":"Point","coordinates":[139.598479,35.447153]}},{"type":"Feature","properties":{"name":"ガスト 保土ケ谷常盤台店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.593001,"key":"011332","address":"神奈川県横浜市保土ケ谷区常盤台21番28号 ","latitude":35.469946,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":80,"distanceToPoint":2.5825772910236573,"order":569},"geometry":{"type":"Point","coordinates":[139.593001,35.469946]}},{"type":"Feature","properties":{"name":"ガスト 保土ケ谷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.566669,"key":"011506","address":"神奈川県横浜市保土ケ谷区西谷町963 ","latitude":35.478592,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":80,"distanceToPoint":2.5710002253230626,"order":570},"geometry":{"type":"Point","coordinates":[139.566669,35.478592]}},{"type":"Feature","properties":{"name":"ガスト 南本宿店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.541288,"key":"011518","address":"神奈川県横浜市旭区南本宿町36-3 ","latitude":35.460436,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":78,"distanceToPoint":3.0592324039226946,"order":571},"geometry":{"type":"Point","coordinates":[139.541288,35.460436]}},{"type":"Feature","properties":{"name":"ガスト 緑園都市店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.523927,"key":"012973","address":"神奈川県横浜市泉区緑園4丁目1-8 ","latitude":35.439515,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":2.807985038625147,"order":572},"geometry":{"type":"Point","coordinates":[139.523927,35.439515]}},{"type":"Feature","properties":{"name":"ガスト 戸塚上矢部店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":139.530925,"key":"011979","address":"神奈川県横浜市戸塚区上矢部町1558-6 ","latitude":35.423691,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":60,"distanceToPoint":1.8703002335465724,"order":573},"geometry":{"type":"Point","coordinates":[139.530925,35.423691]}},{"type":"Feature","properties":{"name":"ガスト 東戸塚店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.558041,"key":"012962","address":"神奈川県横浜市戸塚区品濃町548-2 ","latitude":35.431844,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":63,"distanceToPoint":2.6188215996497073,"order":574},"geometry":{"type":"Point","coordinates":[139.558041,35.431844]}},{"type":"Feature","properties":{"name":"ガスト 戸塚平戸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.574609,"key":"011531","address":"神奈川県横浜市戸塚区平戸1丁目1-7 ","latitude":35.430201,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":62,"distanceToPoint":1.512192163116586,"order":575},"geometry":{"type":"Point","coordinates":[139.574609,35.430201]}},{"type":"Feature","properties":{"name":"ガスト 戸塚駅東口店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.536219,"key":"018912","address":"神奈川県横浜市戸塚区上倉田町494-3 CROSS ROADⅡビル2F","latitude":35.400136,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":52,"distanceToPoint":4.824857211879427,"order":576},"geometry":{"type":"Point","coordinates":[139.536219,35.400136]}},{"type":"Feature","properties":{"name":"ガスト 戸塚店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.523993,"key":"018785","address":"神奈川県横浜市戸塚区戸塚町2284-1 ","latitude":35.384091,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":47,"distanceToPoint":2.100314871309229,"order":577},"geometry":{"type":"Point","coordinates":[139.523993,35.384091]}},{"type":"Feature","properties":{"name":"ガスト 泉中田店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":139.502061,"key":"012734","address":"神奈川県横浜市泉区中田西1丁目6-6 ","latitude":35.413991,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":53,"distanceToPoint":3.8737059322028684,"order":578},"geometry":{"type":"Point","coordinates":[139.502061,35.413991]}},{"type":"Feature","properties":{"name":"ガスト 藤沢湘南台店","__marker_index":0,"__condition_flags":444,"カテゴリ":"0101","longitude":139.469542,"key":"018932","address":"神奈川県藤沢市湘南台5丁目36-2 ","latitude":35.404009,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":52,"distanceToPoint":3.1492204663373977,"order":579},"geometry":{"type":"Point","coordinates":[139.469542,35.404009]}},{"type":"Feature","properties":{"name":"ガスト 湘南台店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.464706,"key":"017942","address":"神奈川県藤沢市湘南台2丁目5-11 ","latitude":35.396174,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":0.9752653094222893,"order":580},"geometry":{"type":"Point","coordinates":[139.464706,35.396174]}},{"type":"Feature","properties":{"name":"ガスト 大和上和田店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":139.471637,"key":"011974","address":"神奈川県大和市上和田1026-3 ","latitude":35.451631,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":6.198443523754109,"order":581},"geometry":{"type":"Point","coordinates":[139.471637,35.451631]}},{"type":"Feature","properties":{"name":"ガスト 大和店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.46082,"key":"017966","address":"神奈川県大和市中央1丁目1-20 ","latitude":35.469398,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":68,"distanceToPoint":2.205178747569646,"order":582},"geometry":{"type":"Point","coordinates":[139.46082,35.469398]}},{"type":"Feature","properties":{"name":"ガスト 大和鶴間店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.444774,"key":"011505","address":"神奈川県大和市西鶴間6丁目1-1 ","latitude":35.485923,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":75,"distanceToPoint":2.3425514622166954,"order":583},"geometry":{"type":"Point","coordinates":[139.444774,35.485923]}},{"type":"Feature","properties":{"name":"ガスト 中央林間店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.450781,"key":"017922","address":"神奈川県大和市下鶴間1540-1 ","latitude":35.510477,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":85,"distanceToPoint":2.783912504173078,"order":584},"geometry":{"type":"Point","coordinates":[139.450781,35.510477]}},{"type":"Feature","properties":{"name":"ガスト 相模大野駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.438331,"key":"017938","address":"神奈川県相模原市南区相模大野7丁目8-10 大塚ビル","latitude":35.531045,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":104,"distanceToPoint":2.549552367590752,"order":585},"geometry":{"type":"Point","coordinates":[139.438331,35.531045]}},{"type":"Feature","properties":{"name":"ガスト 相模原南台店","__marker_index":0,"__condition_flags":1372,"カテゴリ":"0101","longitude":139.425673,"key":"018850","address":"神奈川県相模原市南区南台1丁目1-3 ","latitude":35.524466,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":95,"distanceToPoint":1.3591495920723018,"order":586},"geometry":{"type":"Point","coordinates":[139.425673,35.524466]}},{"type":"Feature","properties":{"name":"ガスト 小田急相模原店","__marker_index":0,"__condition_flags":532572,"カテゴリ":"0101","longitude":139.420827,"key":"018716","address":"神奈川県相模原市南区南台5丁目11-15 ","latitude":35.515533,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":87,"distanceToPoint":1.0858207866621605,"order":587},"geometry":{"type":"Point","coordinates":[139.420827,35.515533]}},{"type":"Feature","properties":{"name":"ガスト 相武台店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.411097,"key":"012661","address":"神奈川県座間市相武台1丁目19-25 ","latitude":35.504219,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":79,"distanceToPoint":1.5356956668344042,"order":588},"geometry":{"type":"Point","coordinates":[139.411097,35.504219]}},{"type":"Feature","properties":{"name":"ガスト 相模原大沼店","__marker_index":0,"__condition_flags":924,"カテゴリ":"0101","longitude":139.418702,"key":"011537","address":"神奈川県相模原市南区東大沼3丁目32-1 ","latitude":35.537732,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":107,"distanceToPoint":3.789508007967871,"order":589},"geometry":{"type":"Point","coordinates":[139.418702,35.537732]}},{"type":"Feature","properties":{"name":"ガスト 町田駅北口店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.445641,"key":"018911","address":"東京都町田市森野1丁目39 町田森野LORDビル2F","latitude":35.54507,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":110,"distanceToPoint":2.57036068022112,"order":590},"geometry":{"type":"Point","coordinates":[139.445641,35.54507]}},{"type":"Feature","properties":{"name":"ガスト 町田中央店","__marker_index":0,"__condition_flags":524380,"カテゴリ":"0101","longitude":139.447722,"key":"017950","address":"東京都町田市原町田4丁目3 ","latitude":35.54163,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":107,"distanceToPoint":0.4263389337265713,"order":591},"geometry":{"type":"Point","coordinates":[139.447722,35.54163]}},{"type":"Feature","properties":{"name":"ガスト 町田旭店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.439954,"key":"011331","address":"東京都町田市旭町1丁目21-17 ","latitude":35.556608,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":120,"distanceToPoint":1.8076816895100187,"order":592},"geometry":{"type":"Point","coordinates":[139.439954,35.556608]}},{"type":"Feature","properties":{"name":"ガスト 町田図師店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":139.428678,"key":"017831","address":"東京都町田市図師町1765 ","latitude":35.583721,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":134,"distanceToPoint":3.1826651791446228,"order":593},"geometry":{"type":"Point","coordinates":[139.428678,35.583721]}},{"type":"Feature","properties":{"name":"ガスト 多摩南野店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.42688,"key":"011470","address":"東京都多摩市南野2丁目31-12 ","latitude":35.608236,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":151,"distanceToPoint":2.7307907855447215,"order":594},"geometry":{"type":"Point","coordinates":[139.42688,35.608236]}},{"type":"Feature","properties":{"name":"ガスト 多摩中和田店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":139.427646,"key":"012826","address":"東京都多摩市和田1145-1 ","latitude":35.64248,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":169,"distanceToPoint":3.808393697597809,"order":595},"geometry":{"type":"Point","coordinates":[139.427646,35.64248]}},{"type":"Feature","properties":{"name":"ガスト 聖蹟桜ヶ丘オーパ店","__marker_index":0,"__condition_flags":524892,"カテゴリ":"0101","longitude":139.446845,"key":"017962","address":"東京都多摩市関戸4丁目72 聖蹟桜ヶ丘オーパ内","latitude":35.649516,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":178,"distanceToPoint":1.9030923868446956,"order":596},"geometry":{"type":"Point","coordinates":[139.446845,35.649516]}},{"type":"Feature","properties":{"name":"ガスト 府中中河原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.457992,"key":"018775","address":"東京都府中市住吉町1丁目15-1 ","latitude":35.662622,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":198,"distanceToPoint":1.7714655480989796,"order":597},"geometry":{"type":"Point","coordinates":[139.457992,35.662622]}},{"type":"Feature","properties":{"name":"ガスト 国立店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.451096,"key":"011144","address":"東京都府中市西府町5丁目16-1 ","latitude":35.676797,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":217,"distanceToPoint":1.6948256283577503,"order":598},"geometry":{"type":"Point","coordinates":[139.451096,35.676797]}},{"type":"Feature","properties":{"name":"ガスト 国立駅前店","__marker_index":0,"__condition_flags":524476,"カテゴリ":"0101","longitude":139.44698,"key":"017934","address":"東京都国立市東1丁目15-8 ","latitude":35.696874,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":249,"distanceToPoint":2.26320141963291,"order":599},"geometry":{"type":"Point","coordinates":[139.44698,35.696874]}},{"type":"Feature","properties":{"name":"ガスト 西国分寺店","__marker_index":0,"__condition_flags":41342,"カテゴリ":"0101","longitude":139.467128,"key":"018806","address":"東京都国分寺市西恋ケ窪1丁目46-5 ","latitude":35.704467,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":269,"distanceToPoint":2.005706427002206,"order":600},"geometry":{"type":"Point","coordinates":[139.467128,35.704467]}},{"type":"Feature","properties":{"name":"ガスト 国分寺店","__marker_index":0,"__condition_flags":32926,"カテゴリ":"0101","longitude":139.481237,"key":"017958","address":"東京都国分寺市本多2丁目1-19 ","latitude":35.704281,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":266,"distanceToPoint":1.2741363461911523,"order":601},"geometry":{"type":"Point","coordinates":[139.481237,35.704281]}},{"type":"Feature","properties":{"name":"ガスト 小平回田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.493869,"key":"011107","address":"東京都小平市回田町179-1 ","latitude":35.714155,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":281,"distanceToPoint":1.5831267022068845,"order":602},"geometry":{"type":"Point","coordinates":[139.493869,35.714155]}},{"type":"Feature","properties":{"name":"ガスト 小金井本町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.501063,"key":"011349","address":"東京都小金井市本町5丁目33-17 ","latitude":35.705628,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":272,"distanceToPoint":1.1493060789214755,"order":603},"geometry":{"type":"Point","coordinates":[139.501063,35.705628]}},{"type":"Feature","properties":{"name":"ガスト 小金井前原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.498609,"key":"011153","address":"東京都小金井市前原町5丁目7-9 ","latitude":35.689161,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":236,"distanceToPoint":1.8444103678014145,"order":604},"geometry":{"type":"Point","coordinates":[139.498609,35.689161]}},{"type":"Feature","properties":{"name":"ガスト 京王リトナード東府中店","__marker_index":0,"__condition_flags":27804,"カテゴリ":"0101","longitude":139.495056,"key":"017900","address":"東京都府中市清水が丘1丁目8-3 ","latitude":35.669233,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":209,"distanceToPoint":2.2390135785281977,"order":605},"geometry":{"type":"Point","coordinates":[139.495056,35.669233]}},{"type":"Feature","properties":{"name":"ガスト 府中けやき通店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.478817,"key":"017891","address":"東京都府中市宮西町1丁目5-1 B1 ","latitude":35.671342,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":211,"distanceToPoint":1.485549749423587,"order":606},"geometry":{"type":"Point","coordinates":[139.478817,35.671342]}},{"type":"Feature","properties":{"name":"ガスト 稲城駅前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.499473,"key":"011389","address":"東京都稲城市百村1601-2 ","latitude":35.638826,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":167,"distanceToPoint":4.068870285822138,"order":607},"geometry":{"type":"Point","coordinates":[139.499473,35.638826]}},{"type":"Feature","properties":{"name":"ガスト 調布上石原店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.529127,"key":"012969","address":"東京都調布市上石原2丁目42-4 ","latitude":35.654777,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":180,"distanceToPoint":3.2133797112564273,"order":608},"geometry":{"type":"Point","coordinates":[139.529127,35.654777]}},{"type":"Feature","properties":{"name":"ガスト 国領駅前店","__marker_index":0,"__condition_flags":41118,"カテゴリ":"0101","longitude":139.557344,"key":"018790","address":"東京都調布市国領町2丁目5-15 ","latitude":35.650549,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":177,"distanceToPoint":2.592482609956489,"order":609},"geometry":{"type":"Point","coordinates":[139.557344,35.650549]}},{"type":"Feature","properties":{"name":"ガスト 京王リトナードつつじヶ丘店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":139.575323,"key":"018915","address":"東京都調布市西つつじケ丘3丁目35-1 ","latitude":35.658069,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":185,"distanceToPoint":1.8270125744768526,"order":610},"geometry":{"type":"Point","coordinates":[139.575323,35.658069]}},{"type":"Feature","properties":{"name":"ガスト 三鷹新川店","__marker_index":0,"__condition_flags":549212,"カテゴリ":"0101","longitude":139.564157,"key":"017813","address":"東京都三鷹市新川6丁目34-8 ","latitude":35.683298,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":222,"distanceToPoint":2.981161710110459,"order":611},"geometry":{"type":"Point","coordinates":[139.564157,35.683298]}},{"type":"Feature","properties":{"name":"ガスト 三鷹上連雀店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.559092,"key":"011549","address":"東京都三鷹市上連雀4丁目10-1 ","latitude":35.693714,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":233,"distanceToPoint":1.2452676052697753,"order":612},"geometry":{"type":"Point","coordinates":[139.559092,35.693714]}},{"type":"Feature","properties":{"name":"ガスト 三鷹駅南口店","__marker_index":0,"__condition_flags":524412,"カテゴリ":"0101","longitude":139.560847,"key":"017970","address":"東京都三鷹市下連雀3丁目33-3 ","latitude":35.699708,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":247,"distanceToPoint":0.6850863927360552,"order":613},"geometry":{"type":"Point","coordinates":[139.560847,35.699708]}},{"type":"Feature","properties":{"name":"ガスト 吉祥寺元町通店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.578544,"key":"017888","address":"東京都武蔵野市吉祥寺本町1丁目8-5 チェリービル・レンガ館B1","latitude":35.704596,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":258,"distanceToPoint":1.6878949661016602,"order":614},"geometry":{"type":"Point","coordinates":[139.578544,35.704596]}},{"type":"Feature","properties":{"name":"ガスト 吉祥寺店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.58113,"key":"017904","address":"東京都武蔵野市吉祥寺本町1丁目18-3 ","latitude":35.704358,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":256,"distanceToPoint":0.23499680933779996,"order":615},"geometry":{"type":"Point","coordinates":[139.58113,35.704358]}},{"type":"Feature","properties":{"name":"ガスト 吉祥寺南町店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.589112,"key":"018939","address":"東京都武蔵野市吉祥寺南町4丁目7-24 ","latitude":35.702466,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":251,"distanceToPoint":0.7508183747073486,"order":616},"geometry":{"type":"Point","coordinates":[139.589112,35.702466]}},{"type":"Feature","properties":{"name":"ガスト 関町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.577086,"key":"011229","address":"東京都練馬区関町南3丁目32-17 ","latitude":35.722831,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":276,"distanceToPoint":2.5113353901027127,"order":617},"geometry":{"type":"Point","coordinates":[139.577086,35.722831]}},{"type":"Feature","properties":{"name":"ガスト 大泉学園店","__marker_index":0,"__condition_flags":604,"カテゴリ":"0101","longitude":139.585759,"key":"017932","address":"東京都練馬区東大泉5丁目43-1 大泉学園ゆめりあ2F","latitude":35.749444,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":319,"distanceToPoint":3.0610239750062114,"order":618},"geometry":{"type":"Point","coordinates":[139.585759,35.749444]}},{"type":"Feature","properties":{"name":"ガスト 大泉北園店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.588538,"key":"018842","address":"東京都練馬区大泉学園町2丁目20-37 ","latitude":35.759231,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":327,"distanceToPoint":1.116785515786307,"order":619},"geometry":{"type":"Point","coordinates":[139.588538,35.759231]}},{"type":"Feature","properties":{"name":"ガスト 谷原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.618984,"key":"012660","address":"東京都練馬区高野台4丁目18-6 ","latitude":35.748854,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":317,"distanceToPoint":2.9798699518172533,"order":620},"geometry":{"type":"Point","coordinates":[139.618984,35.748854]}},{"type":"Feature","properties":{"name":"ガスト 練馬春日町店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":139.637326,"key":"017871","address":"東京都練馬区春日町6丁目8-48 ","latitude":35.754895,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":322,"distanceToPoint":1.786309985504679,"order":621},"geometry":{"type":"Point","coordinates":[139.637326,35.754895]}},{"type":"Feature","properties":{"name":"ガスト 練馬向山店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.639775,"key":"011571","address":"東京都練馬区向山2丁目12-3 ","latitude":35.739694,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":307,"distanceToPoint":1.7046644748858795,"order":622},"geometry":{"type":"Point","coordinates":[139.639775,35.739694]}},{"type":"Feature","properties":{"name":"ガスト 中村橋店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.638423,"key":"017915","address":"東京都練馬区中村北3丁目23-3 フォレスト中村橋","latitude":35.736321,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":301,"distanceToPoint":0.39441264913354046,"order":623},"geometry":{"type":"Point","coordinates":[139.638423,35.736321]}},{"type":"Feature","properties":{"name":"ガスト 練馬店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.653041,"key":"017964","address":"東京都練馬区練馬1丁目5-6 ","latitude":35.737318,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":302,"distanceToPoint":1.3240404624282132,"order":624},"geometry":{"type":"Point","coordinates":[139.653041,35.737318]}},{"type":"Feature","properties":{"name":"ガスト 桜台駅前店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.661435,"key":"018761","address":"東京都練馬区桜台1丁目5-1 ","latitude":35.738649,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":303,"distanceToPoint":0.7719350629586729,"order":625},"geometry":{"type":"Point","coordinates":[139.661435,35.738649]}},{"type":"Feature","properties":{"name":"ガスト 中野江古田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.666504,"key":"011385","address":"東京都中野区江古田2丁目10-9 ","latitude":35.724013,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":279,"distanceToPoint":1.6905468560195591,"order":626},"geometry":{"type":"Point","coordinates":[139.666504,35.724013]}},{"type":"Feature","properties":{"name":"ガスト 野方店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.652747,"key":"017830","address":"東京都中野区野方5丁目29番1号 ","latitude":35.718884,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":272,"distanceToPoint":1.3666112400948778,"order":627},"geometry":{"type":"Point","coordinates":[139.652747,35.718884]}},{"type":"Feature","properties":{"name":"ガスト 中野駅南口店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.66524,"key":"018904","address":"東京都中野区中野3丁目36番15号 ニュークリアービル2階","latitude":35.705297,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":258,"distanceToPoint":1.8854163512245496,"order":628},"geometry":{"type":"Point","coordinates":[139.66524,35.705297]}},{"type":"Feature","properties":{"name":"ガスト 新中野店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":139.670579,"key":"017943","address":"東京都中野区中央4丁目1-2 ","latitude":35.697704,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":241,"distanceToPoint":0.97225049155054,"order":629},"geometry":{"type":"Point","coordinates":[139.670579,35.697704]}},{"type":"Feature","properties":{"name":"ガスト 初台駅北口店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.684395,"key":"018771","address":"東京都渋谷区本町1丁目53-11 ","latitude":35.68286,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":220,"distanceToPoint":2.069118212437209,"order":630},"geometry":{"type":"Point","coordinates":[139.684395,35.68286]}},{"type":"Feature","properties":{"name":"ガスト 幡ヶ谷店","__marker_index":0,"__condition_flags":532588,"カテゴリ":"0101","longitude":139.675403,"key":"018812","address":"東京都渋谷区幡ケ谷2丁目17-1 ","latitude":35.677127,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":213,"distanceToPoint":1.0324807405361667,"order":631},"geometry":{"type":"Point","coordinates":[139.675403,35.677127]}},{"type":"Feature","properties":{"name":"ガスト 下北沢駅前店","__marker_index":0,"__condition_flags":534652,"カテゴリ":"0101","longitude":139.667907,"key":"017704","address":"東京都世田谷区北沢2丁目11-8 ","latitude":35.661252,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":192,"distanceToPoint":1.8906447834496842,"order":632},"geometry":{"type":"Point","coordinates":[139.667907,35.661252]}},{"type":"Feature","properties":{"name":"ガスト 世田谷代田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.660625,"key":"011272","address":"東京都世田谷区代田1丁目8-7 ","latitude":35.651298,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":177,"distanceToPoint":1.2876132615378277,"order":633},"geometry":{"type":"Point","coordinates":[139.660625,35.651298]}},{"type":"Feature","properties":{"name":"ガスト 世田谷上馬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.656963,"key":"011111","address":"東京都世田谷区上馬5丁目26-14 ","latitude":35.641837,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":167,"distanceToPoint":1.1028296055861186,"order":634},"geometry":{"type":"Point","coordinates":[139.656963,35.641837]}},{"type":"Feature","properties":{"name":"ガスト 三軒茶屋店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.670115,"key":"018906","address":"東京都世田谷区三軒茶屋2丁目13-21 グランドメゾン三軒茶屋B101","latitude":35.642798,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":167,"distanceToPoint":1.193274363961256,"order":635},"geometry":{"type":"Point","coordinates":[139.670115,35.642798]}},{"type":"Feature","properties":{"name":"ガスト 池尻店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.680004,"key":"018776","address":"東京都世田谷区池尻1丁目9-5 ","latitude":35.643697,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":167,"distanceToPoint":0.8991827272466656,"order":636},"geometry":{"type":"Point","coordinates":[139.680004,35.643697]}},{"type":"Feature","properties":{"name":"ガスト 世田谷野沢店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.666421,"key":"011160","address":"東京都世田谷区野沢4丁目18-8武蔵屋ビル ","latitude":35.6338,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":162,"distanceToPoint":1.6485775189718612,"order":637},"geometry":{"type":"Point","coordinates":[139.666421,35.6338]}},{"type":"Feature","properties":{"name":"ガスト 学芸大学店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.686837,"key":"017935","address":"東京都目黒区鷹番2丁目20-6 タシロビル2階","latitude":35.628983,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":160,"distanceToPoint":1.9213147798547454,"order":638},"geometry":{"type":"Point","coordinates":[139.686837,35.628983]}},{"type":"Feature","properties":{"name":"ガスト 大岡山駅前店","__marker_index":0,"__condition_flags":26748,"カテゴリ":"0101","longitude":139.685465,"key":"017712","address":"東京都大田区北千束1丁目44-1 ","latitude":35.608186,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":150,"distanceToPoint":2.315847143238028,"order":639},"geometry":{"type":"Point","coordinates":[139.685465,35.608186]}},{"type":"Feature","properties":{"name":"ガスト 田園調布店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.67274,"key":"018562","address":"東京都大田区田園調布1丁目9-3 ","latitude":35.586899,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":137,"distanceToPoint":2.6318193415399267,"order":640},"geometry":{"type":"Point","coordinates":[139.67274,35.586899]}},{"type":"Feature","properties":{"name":"ガスト 鵜の木駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.680519,"key":"018774","address":"東京都大田区鵜の木2丁目15-5 ","latitude":35.575129,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":127,"distanceToPoint":1.4858546628606204,"order":641},"geometry":{"type":"Point","coordinates":[139.680519,35.575129]}},{"type":"Feature","properties":{"name":"ガスト 武蔵小杉駅前店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.658924,"key":"018986","address":"神奈川県川崎市中原区小杉町1丁目403番地 小杉ビルディング2F","latitude":35.576868,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":128,"distanceToPoint":1.9625990824037154,"order":642},"geometry":{"type":"Point","coordinates":[139.658924,35.576868]}},{"type":"Feature","properties":{"name":"ガスト 新川崎明津店","__marker_index":0,"__condition_flags":26460,"カテゴリ":"0101","longitude":139.637667,"key":"018634","address":"神奈川県川崎市高津区明津236-3 ","latitude":35.56697,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":122,"distanceToPoint":2.215321729379363,"order":643},"geometry":{"type":"Point","coordinates":[139.637667,35.56697]}},{"type":"Feature","properties":{"name":"ガスト 野川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.61475,"key":"011810","address":"神奈川県川崎市宮前区野川1233 ","latitude":35.572628,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":125,"distanceToPoint":2.166149236149509,"order":644},"geometry":{"type":"Point","coordinates":[139.61475,35.572628]}},{"type":"Feature","properties":{"name":"ガスト 川崎有馬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.58131,"key":"011344","address":"神奈川県川崎市宮前区有馬6丁目3-1 ","latitude":35.571382,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":124,"distanceToPoint":3.027633178312968,"order":645},"geometry":{"type":"Point","coordinates":[139.58131,35.571382]}},{"type":"Feature","properties":{"name":"ガスト あざみ野店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.549756,"key":"018779","address":"神奈川県横浜市青葉区あざみ野2丁目12-2 ","latitude":35.568409,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":122,"distanceToPoint":2.873040816801417,"order":646},"geometry":{"type":"Point","coordinates":[139.549756,35.568409]}},{"type":"Feature","properties":{"name":"ガスト 港北ニュータウン店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.555904,"key":"011447","address":"神奈川県横浜市都筑区荏田南3丁目1-43 ","latitude":35.548746,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":111,"distanceToPoint":2.2560516305792953,"order":647},"geometry":{"type":"Point","coordinates":[139.555904,35.548746]}},{"type":"Feature","properties":{"name":"ガスト 港北センター南店","__marker_index":0,"__condition_flags":24700,"カテゴリ":"0101","longitude":139.574456,"key":"017878","address":"神奈川県横浜市都筑区茅ケ崎中央3-25 aune港北2F","latitude":35.544572,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":108,"distanceToPoint":1.741444284387411,"order":648},"geometry":{"type":"Point","coordinates":[139.574456,35.544572]}},{"type":"Feature","properties":{"name":"ガスト 仲町台駅前店","__marker_index":0,"__condition_flags":532828,"カテゴリ":"0101","longitude":139.587994,"key":"018772","address":"神奈川県横浜市都筑区仲町台1丁目23-1 ","latitude":35.534855,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":104,"distanceToPoint":1.6333694982047962,"order":649},"geometry":{"type":"Point","coordinates":[139.587994,35.534855]}},{"type":"Feature","properties":{"name":"ガスト 港北新羽店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.613397,"key":"011368","address":"神奈川県横浜市港北区新羽町1675 ","latitude":35.528426,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":98,"distanceToPoint":2.407310098986826,"order":650},"geometry":{"type":"Point","coordinates":[139.613397,35.528426]}},{"type":"Feature","properties":{"name":"ガスト 大倉山駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.629699,"key":"018006","address":"神奈川県横浜市港北区大倉山3丁目5-5 大倉山飯田ビル1F","latitude":35.520893,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":89,"distanceToPoint":1.696504045507071,"order":651},"geometry":{"type":"Point","coordinates":[139.629699,35.520893]}},{"type":"Feature","properties":{"name":"ガスト 師岡店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.641254,"key":"012667","address":"神奈川県横浜市港北区師岡町927-1 ","latitude":35.524656,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":92,"distanceToPoint":1.1263331772977536,"order":652},"geometry":{"type":"Point","coordinates":[139.641254,35.524656]}},{"type":"Feature","properties":{"name":"ガスト 綱島店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.635279,"key":"017709","address":"神奈川県横浜市港北区綱島東1丁目1-6 2階","latitude":35.53698,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":102,"distanceToPoint":1.4731758664076269,"order":653},"geometry":{"type":"Point","coordinates":[139.635279,35.53698]}},{"type":"Feature","properties":{"name":"ガスト 南加瀬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.65939,"key":"011402","address":"神奈川県川崎市幸区南加瀬2丁目7-18 ","latitude":35.549705,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":106,"distanceToPoint":2.6001889804252034,"order":654},"geometry":{"type":"Point","coordinates":[139.65939,35.549705]}},{"type":"Feature","properties":{"name":"ガスト 尻手駅前店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.683566,"key":"011812","address":"神奈川県横浜市鶴見区矢向4丁目4-6 ","latitude":35.53138,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":98,"distanceToPoint":2.9894685820040023,"order":655},"geometry":{"type":"Point","coordinates":[139.683566,35.53138]}},{"type":"Feature","properties":{"name":"ガスト 尻手店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.681616,"key":"011186","address":"神奈川県横浜市鶴見区尻手2丁目1番地18 ","latitude":35.525239,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":92,"distanceToPoint":0.7052813955880267,"order":656},"geometry":{"type":"Point","coordinates":[139.681616,35.525239]}},{"type":"Feature","properties":{"name":"ガスト 川崎駅前本町店","__marker_index":0,"__condition_flags":10428,"カテゴリ":"0101","longitude":139.698859,"key":"018990","address":"神奈川県川崎市川崎区駅前本町2-17 川崎MCビル3F","latitude":35.529389,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":96,"distanceToPoint":1.627206623730958,"order":657},"geometry":{"type":"Point","coordinates":[139.698859,35.529389]}},{"type":"Feature","properties":{"name":"ガスト 京急川崎駅前店","__marker_index":0,"__condition_flags":2204,"カテゴリ":"0101","longitude":139.699513,"key":"018903","address":"神奈川県川崎市川崎区駅前本町10-5-18 クリエ川崎2F","latitude":35.531846,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":97,"distanceToPoint":0.2795426670355328,"order":658},"geometry":{"type":"Point","coordinates":[139.699513,35.531846]}},{"type":"Feature","properties":{"name":"ガスト 川崎大島店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.712941,"key":"012669","address":"神奈川県川崎市川崎区大島1丁目28-15 ","latitude":35.523956,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":91,"distanceToPoint":1.4987696325869415,"order":659},"geometry":{"type":"Point","coordinates":[139.712941,35.523956]}},{"type":"Feature","properties":{"name":"ガスト 川崎田島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.708477,"key":"011718","address":"神奈川県川崎市川崎区田島町13-16 ","latitude":35.515786,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":86,"distanceToPoint":0.9942473083098112,"order":660},"geometry":{"type":"Point","coordinates":[139.708477,35.515786]}},{"type":"Feature","properties":{"name":"ガスト 鶴見中央店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.683053,"key":"018736","address":"神奈川県横浜市鶴見区鶴見中央3丁目4-27 ","latitude":35.510337,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":83,"distanceToPoint":2.379581174394497,"order":661},"geometry":{"type":"Point","coordinates":[139.683053,35.510337]}},{"type":"Feature","properties":{"name":"ガスト 鶴見駅東口店","__marker_index":0,"__condition_flags":27836,"カテゴリ":"0101","longitude":139.67705,"key":"017898","address":"神奈川県横浜市鶴見区鶴見中央1丁目2番1号 第2日野ビル3F","latitude":35.508424,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":79,"distanceToPoint":0.5835155402475573,"order":662},"geometry":{"type":"Point","coordinates":[139.67705,35.508424]}},{"type":"Feature","properties":{"name":"ガスト 北寺尾店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.663484,"key":"011122","address":"神奈川県横浜市鶴見区北寺尾1丁目9-37 ","latitude":35.513108,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":82,"distanceToPoint":1.3338012011843288,"order":663},"geometry":{"type":"Point","coordinates":[139.663484,35.513108]}},{"type":"Feature","properties":{"name":"ガスト 西寺尾店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.644516,"key":"011356","address":"神奈川県横浜市神奈川区西寺尾1丁目15-2 ","latitude":35.501105,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":77,"distanceToPoint":2.1746801267580986,"order":664},"geometry":{"type":"Point","coordinates":[139.644516,35.501105]}},{"type":"Feature","properties":{"name":"ガスト 東神奈川店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.631539,"key":"018938","address":"神奈川県横浜市神奈川区西神奈川1丁目11-5 ARTVISTA横浜ビル1F","latitude":35.480196,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":70,"distanceToPoint":2.604972946555192,"order":665},"geometry":{"type":"Point","coordinates":[139.631539,35.480196]}},{"type":"Feature","properties":{"name":"ガスト 新横浜店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.615586,"key":"018978","address":"神奈川県横浜市港北区新横浜2丁目15-20 ","latitude":35.510055,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":79,"distanceToPoint":3.62068956835164,"order":666},"geometry":{"type":"Point","coordinates":[139.615586,35.510055]}},{"type":"Feature","properties":{"name":"ガスト 鴨居店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.569607,"key":"012685","address":"神奈川県横浜市緑区鴨居2丁目16-8 ","latitude":35.509708,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":78,"distanceToPoint":4.161945144844147,"order":667},"geometry":{"type":"Point","coordinates":[139.569607,35.509708]}},{"type":"Feature","properties":{"name":"ガスト 中山駅北口店","__marker_index":0,"__condition_flags":2140,"カテゴリ":"0101","longitude":139.539823,"key":"018901","address":"神奈川県横浜市緑区中山町26番地3号 中山北口ビル・2F","latitude":35.515108,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":78,"distanceToPoint":2.761861177944093,"order":668},"geometry":{"type":"Point","coordinates":[139.539823,35.515108]}},{"type":"Feature","properties":{"name":"ガスト 青葉藤が丘店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.528533,"key":"018800","address":"神奈川県横浜市青葉区藤が丘1丁目36 ","latitude":35.543054,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":88,"distanceToPoint":3.2710994157894393,"order":669},"geometry":{"type":"Point","coordinates":[139.528533,35.543054]}},{"type":"Feature","properties":{"name":"ガスト たちばな台店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.514175,"key":"018615","address":"神奈川県横浜市青葉区たちばな台1丁目6-1 ","latitude":35.554726,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":95,"distanceToPoint":1.8362465520181863,"order":670},"geometry":{"type":"Point","coordinates":[139.514175,35.554726]}},{"type":"Feature","properties":{"name":"ガスト 柿生店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.506152,"key":"011546","address":"神奈川県川崎市麻生区上麻生28 ","latitude":35.578029,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":100,"distanceToPoint":2.6908789145250527,"order":671},"geometry":{"type":"Point","coordinates":[139.506152,35.578029]}},{"type":"Feature","properties":{"name":"ガスト 鶴川駅前店","__marker_index":0,"__condition_flags":25692,"カテゴリ":"0101","longitude":139.482281,"key":"018916","address":"東京都町田市能ヶ谷1丁目7-6 鈴木ビル1F","latitude":35.583995,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":103,"distanceToPoint":2.258387374906028,"order":672},"geometry":{"type":"Point","coordinates":[139.482281,35.583995]}},{"type":"Feature","properties":{"name":"ガスト 町田真光寺店","__marker_index":0,"__condition_flags":26012,"カテゴリ":"0101","longitude":139.470098,"key":"018762","address":"東京都町田市広袴3丁目1-3 ","latitude":35.598041,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":109,"distanceToPoint":1.91126555499743,"order":673},"geometry":{"type":"Point","coordinates":[139.470098,35.598041]}},{"type":"Feature","properties":{"name":"ガスト 京王若葉台店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.473077,"key":"012686","address":"神奈川県川崎市麻生区黒川594-1 ","latitude":35.618049,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":120,"distanceToPoint":2.2410321371055253,"order":674},"geometry":{"type":"Point","coordinates":[139.473077,35.618049]}},{"type":"Feature","properties":{"name":"ガスト 川崎生田店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.542601,"key":"011555","address":"神奈川県川崎市多摩区生田1丁目28-31 ","latitude":35.626479,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":122,"distanceToPoint":6.353637985243252,"order":675},"geometry":{"type":"Point","coordinates":[139.542601,35.626479]}},{"type":"Feature","properties":{"name":"ガスト 生田駅前店","__marker_index":0,"__condition_flags":532892,"カテゴリ":"0101","longitude":139.544758,"key":"012695","address":"神奈川県川崎市多摩区生田8丁目9-6 ","latitude":35.616462,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":119,"distanceToPoint":1.1307761014660567,"order":676},"geometry":{"type":"Point","coordinates":[139.544758,35.616462]}},{"type":"Feature","properties":{"name":"ガスト 向ヶ丘遊園駅前店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.564187,"key":"018920","address":"神奈川県川崎市多摩区登戸2737-1 Yビル2F","latitude":35.616188,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":118,"distanceToPoint":1.7565362250603422,"order":677},"geometry":{"type":"Point","coordinates":[139.564187,35.616188]}},{"type":"Feature","properties":{"name":"ガスト 川崎長尾店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.582136,"key":"012656","address":"神奈川県川崎市宮前区神木本町2丁目16-1 ","latitude":35.601764,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":110,"distanceToPoint":2.281529352076893,"order":678},"geometry":{"type":"Point","coordinates":[139.582136,35.601764]}},{"type":"Feature","properties":{"name":"ガスト 溝の口店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.610786,"key":"012690","address":"神奈川県川崎市高津区溝口5-24-1 ","latitude":35.606076,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":112,"distanceToPoint":2.6342039243618998,"order":679},"geometry":{"type":"Point","coordinates":[139.610786,35.606076]}},{"type":"Feature","properties":{"name":"ガスト 溝の口駅前店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":139.6126,"key":"017708","address":"神奈川県川崎市高津区溝口1丁目11-8 OKKA634 4階","latitude":35.599944,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":109,"distanceToPoint":0.7012944341388225,"order":680},"geometry":{"type":"Point","coordinates":[139.6126,35.599944]}},{"type":"Feature","properties":{"name":"ガスト 千歳船橋店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.621487,"key":"017963","address":"東京都世田谷区船橋1丁目29-5 ","latitude":35.647363,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":125,"distanceToPoint":5.3335936342763945,"order":681},"geometry":{"type":"Point","coordinates":[139.621487,35.647363]}},{"type":"Feature","properties":{"name":"ガスト 下高井戸駅前店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.639307,"key":"018782","address":"東京都杉並区下高井戸1丁目7-7 ","latitude":35.666146,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":151,"distanceToPoint":2.6370998950134616,"order":682},"geometry":{"type":"Point","coordinates":[139.639307,35.666146]}},{"type":"Feature","properties":{"name":"ガスト 明大前店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.649988,"key":"017923","address":"東京都世田谷区松原2丁目27-14 ","latitude":35.667963,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":152,"distanceToPoint":0.9858155274947868,"order":683},"geometry":{"type":"Point","coordinates":[139.649988,35.667963]}},{"type":"Feature","properties":{"name":"ガスト 明大前北口店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.650692,"key":"018585","address":"東京都世田谷区松原1丁目38-10 ","latitude":35.669564,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":153,"distanceToPoint":0.18904163414888792,"order":684},"geometry":{"type":"Point","coordinates":[139.650692,35.669564]}},{"type":"Feature","properties":{"name":"ガスト 杉並和泉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.651692,"key":"018614","address":"東京都杉並区和泉2丁目22-2 ","latitude":35.672389,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":154,"distanceToPoint":0.32685650882400374,"order":685},"geometry":{"type":"Point","coordinates":[139.651692,35.672389]}},{"type":"Feature","properties":{"name":"ガスト 南阿佐ヶ谷店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.635085,"key":"018723","address":"東京都杉並区阿佐谷南3丁目2-1 ","latitude":35.699865,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":190,"distanceToPoint":3.4035020581009743,"order":686},"geometry":{"type":"Point","coordinates":[139.635085,35.699865]}},{"type":"Feature","properties":{"name":"ガスト 荻窪南口店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.621038,"key":"017954","address":"東京都杉並区荻窪5丁目28-13 宇田川ビル2F","latitude":35.70397,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":196,"distanceToPoint":1.3480408019616708,"order":687},"geometry":{"type":"Point","coordinates":[139.621038,35.70397]}},{"type":"Feature","properties":{"name":"ガスト 下井草店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.625017,"key":"017971","address":"東京都杉並区下井草2丁目40-15 ","latitude":35.723511,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":216,"distanceToPoint":2.20235956644689,"order":688},"geometry":{"type":"Point","coordinates":[139.625017,35.723511]}},{"type":"Feature","properties":{"name":"ガスト 高井戸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.614338,"key":"011407","address":"東京都杉並区高井戸西1丁目5-45 ","latitude":35.680174,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":160,"distanceToPoint":4.9143946408938195,"order":689},"geometry":{"type":"Point","coordinates":[139.614338,35.680174]}},{"type":"Feature","properties":{"name":"ガスト 三鷹店","__marker_index":0,"__condition_flags":9629,"カテゴリ":"0101","longitude":139.539894,"key":"012708","address":"東京都三鷹市野崎3丁目24-11 ","latitude":35.681479,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":163,"distanceToPoint":6.725451902623739,"order":690},"geometry":{"type":"Point","coordinates":[139.539894,35.681479]}},{"type":"Feature","properties":{"name":"ガスト 関前店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.541544,"key":"011493","address":"東京都武蔵野市関前5丁目11-11 ","latitude":35.712712,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":202,"distanceToPoint":3.4761507364583886,"order":691},"geometry":{"type":"Point","coordinates":[139.541544,35.712712]}},{"type":"Feature","properties":{"name":"ガスト 東久留米南町店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.523178,"key":"011287","address":"東京都東久留米市南町4丁目9-7 ","latitude":35.74463,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":242,"distanceToPoint":3.9172367488578317,"order":692},"geometry":{"type":"Point","coordinates":[139.523178,35.74463]}},{"type":"Feature","properties":{"name":"ガスト 東久留米店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.490609,"key":"011408","address":"東京都東久留米市柳窪2丁目8 ","latitude":35.744988,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":242,"distanceToPoint":2.939586598697181,"order":693},"geometry":{"type":"Point","coordinates":[139.490609,35.744988]}},{"type":"Feature","properties":{"name":"ガスト 小平小川町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":139.460986,"key":"012768","address":"東京都小平市小川町1丁目2227 レイクルイーズビル","latitude":35.730602,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":227,"distanceToPoint":3.115677878562389,"order":694},"geometry":{"type":"Point","coordinates":[139.460986,35.730602]}},{"type":"Feature","properties":{"name":"ガスト 玉川上水店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.418368,"key":"012917","address":"東京都東大和市桜が丘2丁目53-12 ","latitude":35.734852,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":233,"distanceToPoint":3.8757314591469196,"order":695},"geometry":{"type":"Point","coordinates":[139.418368,35.734852]}},{"type":"Feature","properties":{"name":"ガスト 東大和蔵敷店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.418658,"key":"011418","address":"東京都東大和市蔵敷2丁目459-1 ","latitude":35.754219,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":247,"distanceToPoint":2.153674152536469,"order":696},"geometry":{"type":"Point","coordinates":[139.418658,35.754219]}},{"type":"Feature","properties":{"name":"ガスト 砂川三番店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.396457,"key":"011138","address":"東京都立川市上砂町2丁目45-4 ","latitude":35.724973,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":215,"distanceToPoint":3.8197619384344836,"order":697},"geometry":{"type":"Point","coordinates":[139.396457,35.724973]}},{"type":"Feature","properties":{"name":"ガスト 立川栄店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.426053,"key":"018567","address":"東京都立川市栄町3丁目45-1 ","latitude":35.709538,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":199,"distanceToPoint":3.1756713522735365,"order":698},"geometry":{"type":"Point","coordinates":[139.426053,35.709538]}},{"type":"Feature","properties":{"name":"ガスト 立川曙橋店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.415286,"key":"018952","address":"東京都立川市曙町2丁目10-1 ふどうやビルB1階","latitude":35.700496,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":189,"distanceToPoint":1.3985869939490805,"order":699},"geometry":{"type":"Point","coordinates":[139.415286,35.700496]}},{"type":"Feature","properties":{"name":"ガスト 立川駅南口店","__marker_index":0,"__condition_flags":24669,"カテゴリ":"0101","longitude":139.411885,"key":"018649","address":"東京都立川市柴崎町2丁目2-1 KSビル2階","latitude":35.697211,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":182,"distanceToPoint":0.4772266184488829,"order":700},"geometry":{"type":"Point","coordinates":[139.411885,35.697211]}},{"type":"Feature","properties":{"name":"ガスト 高幡不動店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.41733,"key":"011977","address":"東京都日野市三沢1丁目33-1 ","latitude":35.659153,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":137,"distanceToPoint":4.260345331617668,"order":701},"geometry":{"type":"Point","coordinates":[139.41733,35.659153]}},{"type":"Feature","properties":{"name":"ガスト 八王子大和田店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.35661,"key":"012992","address":"東京都八王子市大和田町4丁目15-10 ","latitude":35.666013,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":148,"distanceToPoint":5.538350757271406,"order":702},"geometry":{"type":"Point","coordinates":[139.35661,35.666013]}},{"type":"Feature","properties":{"name":"ガスト 八王子宇津木店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.353979,"key":"011965","address":"東京都八王子市宇津木町504-3 ","latitude":35.680555,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":158,"distanceToPoint":1.6343704168968751,"order":703},"geometry":{"type":"Point","coordinates":[139.353979,35.680555]}},{"type":"Feature","properties":{"name":"ガスト 八王子旭町店","__marker_index":0,"__condition_flags":532604,"カテゴリ":"0101","longitude":139.341295,"key":"017909","address":"東京都八王子市旭町12-1 ファルマ802","latitude":35.657505,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":134,"distanceToPoint":2.8075040923065235,"order":704},"geometry":{"type":"Point","coordinates":[139.341295,35.657505]}},{"type":"Feature","properties":{"name":"ガスト 八王子駅北口店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.337741,"key":"018907","address":"東京都八王子市旭町8-3 TN8ビル2F","latitude":35.657471,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":133,"distanceToPoint":0.3211183816772176,"order":705},"geometry":{"type":"Point","coordinates":[139.337741,35.657471]}},{"type":"Feature","properties":{"name":"ガスト 八王子寺町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.33293,"key":"012953","address":"東京都八王子市寺町3-1 ","latitude":35.657261,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":132,"distanceToPoint":0.4352907669059766,"order":706},"geometry":{"type":"Point","coordinates":[139.33293,35.657261]}},{"type":"Feature","properties":{"name":"ガスト 西八王子店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.311726,"key":"017973","address":"東京都八王子市千人町3丁目2-1 ","latitude":35.657026,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":131,"distanceToPoint":1.9159214812052878,"order":707},"geometry":{"type":"Point","coordinates":[139.311726,35.657026]}},{"type":"Feature","properties":{"name":"ガスト 八王子横川店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.305948,"key":"011131","address":"東京都八王子市横川町486 ","latitude":35.663663,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":141,"distanceToPoint":0.903959097364752,"order":708},"geometry":{"type":"Point","coordinates":[139.305948,35.663663]}},{"type":"Feature","properties":{"name":"ガスト 八王子散田店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.301883,"key":"011355","address":"東京都八王子市散田町5丁目11-5 ","latitude":35.648931,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":128,"distanceToPoint":1.6787922142956013,"order":709},"geometry":{"type":"Point","coordinates":[139.301883,35.648931]}},{"type":"Feature","properties":{"name":"ガスト 八王子楢原町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.306456,"key":"012724","address":"東京都八王子市楢原町477-1 ","latitude":35.681243,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":152,"distanceToPoint":3.616608101616505,"order":710},"geometry":{"type":"Point","coordinates":[139.306456,35.681243]}},{"type":"Feature","properties":{"name":"ガスト 昭島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.356723,"key":"011520","address":"東京都昭島市松原町1丁目4-11 ","latitude":35.712146,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":188,"distanceToPoint":5.6932398874065395,"order":711},"geometry":{"type":"Point","coordinates":[139.356723,35.712146]}},{"type":"Feature","properties":{"name":"ガスト 福生店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.324736,"key":"011806","address":"東京都福生市大字福生1066-1 ","latitude":35.74345,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":224,"distanceToPoint":4.522549293362576,"order":712},"geometry":{"type":"Point","coordinates":[139.324736,35.74345]}},{"type":"Feature","properties":{"name":"ガスト 瑞穂長岡店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.330048,"key":"011124","address":"東京都西多摩郡瑞穂町長岡4丁目1-2 ","latitude":35.778911,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":250,"distanceToPoint":3.972112886053173,"order":713},"geometry":{"type":"Point","coordinates":[139.330048,35.778911]}},{"type":"Feature","properties":{"name":"ガスト 小作店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.304998,"key":"018847","address":"東京都羽村市栄町1丁目2-3 ","latitude":35.775891,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":243,"distanceToPoint":2.2846239441886813,"order":714},"geometry":{"type":"Point","coordinates":[139.304998,35.775891]}},{"type":"Feature","properties":{"name":"ガスト 青梅河辺店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.294101,"key":"011171","address":"東京都青梅市河辺町8丁目3-1 ","latitude":35.782593,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":251,"distanceToPoint":1.2335676458445135,"order":715},"geometry":{"type":"Point","coordinates":[139.294101,35.782593]}},{"type":"Feature","properties":{"name":"ガスト 五日市山田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.261381,"key":"011613","address":"東京都あきる野市山田585-1 ","latitude":35.726339,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":204,"distanceToPoint":6.917000194360575,"order":716},"geometry":{"type":"Point","coordinates":[139.261381,35.726339]}},{"type":"Feature","properties":{"name":"ガスト 相模湖店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.193456,"key":"011424","address":"神奈川県相模原市緑区与瀬280 ","latitude":35.612824,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":114,"distanceToPoint":14.034688979656687,"order":717},"geometry":{"type":"Point","coordinates":[139.193456,35.612824]}},{"type":"Feature","properties":{"name":"ガスト 津久井太井店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":139.270546,"key":"011817","address":"神奈川県相模原市緑区太井642 ","latitude":35.585716,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":103,"distanceToPoint":7.593850837451891,"order":718},"geometry":{"type":"Point","coordinates":[139.270546,35.585716]}},{"type":"Feature","properties":{"name":"ガスト 町田相原店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":139.317359,"key":"011713","address":"東京都町田市相原町開都2174-1 ","latitude":35.606085,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":110,"distanceToPoint":4.800600449746439,"order":719},"geometry":{"type":"Point","coordinates":[139.317359,35.606085]}},{"type":"Feature","properties":{"name":"ガスト 橋本駅前店","__marker_index":0,"__condition_flags":532668,"カテゴリ":"0101","longitude":139.344851,"key":"017918","address":"神奈川県相模原市緑区橋本2丁目3-2 京王橋本駅ビル1階","latitude":35.594394,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":106,"distanceToPoint":2.805042944599921,"order":720},"geometry":{"type":"Point","coordinates":[139.344851,35.594394]}},{"type":"Feature","properties":{"name":"ガスト 相模原清新店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.362008,"key":"012651","address":"神奈川県相模原市中央区清新2丁目16-16 ","latitude":35.581938,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":101,"distanceToPoint":2.079741310031603,"order":721},"geometry":{"type":"Point","coordinates":[139.362008,35.581938]}},{"type":"Feature","properties":{"name":"ガスト 町田小山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.372456,"key":"011480","address":"東京都町田市小山町1158-1 ","latitude":35.595268,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":105,"distanceToPoint":1.7577237006104633,"order":722},"geometry":{"type":"Point","coordinates":[139.372456,35.595268]}},{"type":"Feature","properties":{"name":"ガスト 相模原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.388172,"key":"011437","address":"神奈川県相模原市中央区相生1丁目5-6 ","latitude":35.566014,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":97,"distanceToPoint":3.549841690190712,"order":723},"geometry":{"type":"Point","coordinates":[139.388172,35.566014]}},{"type":"Feature","properties":{"name":"ガスト 上溝店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.378367,"key":"018848","address":"神奈川県相模原市中央区陽光台5丁目19-14 ","latitude":35.549863,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":91,"distanceToPoint":2.0029984353815538,"order":724},"geometry":{"type":"Point","coordinates":[139.378367,35.549863]}},{"type":"Feature","properties":{"name":"ガスト 相模原原当麻店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.377211,"key":"011582","address":"神奈川県相模原市南区下溝692-2 ","latitude":35.527624,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":84,"distanceToPoint":2.4750785213459525,"order":725},"geometry":{"type":"Point","coordinates":[139.377211,35.527624]}},{"type":"Feature","properties":{"name":"ガスト 愛川町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.338806,"key":"018568","address":"神奈川県愛甲郡愛川町中津3519-1 ","latitude":35.509455,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":77,"distanceToPoint":4.020329805133561,"order":726},"geometry":{"type":"Point","coordinates":[139.338806,35.509455]}},{"type":"Feature","properties":{"name":"ガスト 厚木中荻野店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.331752,"key":"012715","address":"神奈川県厚木市中荻野1725-4 ","latitude":35.484183,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":73,"distanceToPoint":2.8817680744810166,"order":727},"geometry":{"type":"Point","coordinates":[139.331752,35.484183]}},{"type":"Feature","properties":{"name":"ガスト 厚木白山店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":139.330005,"key":"012843","address":"神奈川県厚木市飯山3194-5 ","latitude":35.452591,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":3.516435859245057,"order":728},"geometry":{"type":"Point","coordinates":[139.330005,35.452591]}},{"type":"Feature","properties":{"name":"ガスト 厚木恩名店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.356912,"key":"011741","address":"神奈川県厚木市恩名1丁目9ー7 ","latitude":35.435795,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":57,"distanceToPoint":3.070714017069624,"order":729},"geometry":{"type":"Point","coordinates":[139.356912,35.435795]}},{"type":"Feature","properties":{"name":"ガスト 本厚木駅前店","__marker_index":0,"__condition_flags":1116,"カテゴリ":"0101","longitude":139.364677,"key":"017855","address":"神奈川県厚木市中町2丁目6-20 ","latitude":35.441033,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":60,"distanceToPoint":0.9132942464257228,"order":730},"geometry":{"type":"Point","coordinates":[139.364677,35.441033]}},{"type":"Feature","properties":{"name":"ガスト 厚木愛甲店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.349082,"key":"011502","address":"神奈川県厚木市愛甲3丁目4-1 ","latitude":35.423012,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":53,"distanceToPoint":2.4518979266370766,"order":731},"geometry":{"type":"Point","coordinates":[139.349082,35.423012]}},{"type":"Feature","properties":{"name":"ガスト 海老名上河内店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.391519,"key":"018704","address":"神奈川県海老名市上河内字永池260 ","latitude":35.421331,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":52,"distanceToPoint":3.8498955230316247,"order":732},"geometry":{"type":"Point","coordinates":[139.391519,35.421331]}},{"type":"Feature","properties":{"name":"ガスト 倉見店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.379998,"key":"011453","address":"神奈川県高座郡寒川町倉見523-1 ","latitude":35.394467,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":48,"distanceToPoint":3.1643738995932895,"order":733},"geometry":{"type":"Point","coordinates":[139.379998,35.394467]}},{"type":"Feature","properties":{"name":"ガスト 海老名店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.392391,"key":"017905","address":"神奈川県海老名市中央2丁目1-1 ","latitude":35.451124,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":6.399280121386055,"order":734},"geometry":{"type":"Point","coordinates":[139.392391,35.451124]}},{"type":"Feature","properties":{"name":"ガスト 綾瀬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.426318,"key":"012829","address":"神奈川県綾瀬市寺尾中1丁目5-15 ","latitude":35.457153,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":3.1452911593025283,"order":735},"geometry":{"type":"Point","coordinates":[139.426318,35.457153]}},{"type":"Feature","properties":{"name":"ガスト 三ツ境店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.499381,"key":"011339","address":"神奈川県横浜市瀬谷区三ツ境164-2 ","latitude":35.458158,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":6.618503086282601,"order":736},"geometry":{"type":"Point","coordinates":[139.499381,35.458158]}},{"type":"Feature","properties":{"name":"ガスト つくし野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.475558,"key":"011378","address":"東京都町田市小川1丁目4-1 ","latitude":35.525695,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":72,"distanceToPoint":7.813363658946596,"order":737},"geometry":{"type":"Point","coordinates":[139.475558,35.525695]}},{"type":"Feature","properties":{"name":"ガスト 長津田店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.500645,"key":"011112","address":"神奈川県横浜市緑区いぶき野1-14 ","latitude":35.528646,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":72,"distanceToPoint":2.293839797083639,"order":738},"geometry":{"type":"Point","coordinates":[139.500645,35.528646]}},{"type":"Feature","properties":{"name":"ガスト 相模原下九沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.337618,"key":"011632","address":"神奈川県相模原市緑区下九沢1480番7 ","latitude":35.575615,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":83,"distanceToPoint":15.645963132589976,"order":739},"geometry":{"type":"Point","coordinates":[139.337618,35.575615]}},{"type":"Feature","properties":{"name":"ガスト 所沢小手指店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.431499,"key":"018681","address":"埼玉県所沢市小手指町4丁目10-5 ","latitude":35.796845,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":245,"distanceToPoint":26.019914677503127,"order":740},"geometry":{"type":"Point","coordinates":[139.431499,35.796845]}},{"type":"Feature","properties":{"name":"ガスト 小手指駅前店","__marker_index":0,"__condition_flags":524380,"カテゴリ":"0101","longitude":139.437024,"key":"017968","address":"埼玉県所沢市小手指町3丁目1 ","latitude":35.800672,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":246,"distanceToPoint":0.6552689487252259,"order":741},"geometry":{"type":"Point","coordinates":[139.437024,35.800672]}},{"type":"Feature","properties":{"name":"ガスト 新所沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.451863,"key":"018773","address":"埼玉県所沢市緑町4丁目32-1 ","latitude":35.807616,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":250,"distanceToPoint":1.5449887125575255,"order":742},"geometry":{"type":"Point","coordinates":[139.451863,35.807616]}},{"type":"Feature","properties":{"name":"ガスト 所沢北原店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.480229,"key":"012677","address":"埼玉県所沢市北原町1420-1 ","latitude":35.808223,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":251,"distanceToPoint":2.558860032347157,"order":743},"geometry":{"type":"Point","coordinates":[139.480229,35.808223]}},{"type":"Feature","properties":{"name":"ガスト 所沢店","__marker_index":0,"__condition_flags":524412,"カテゴリ":"0101","longitude":139.471586,"key":"017920","address":"埼玉県所沢市日吉町8-4 ","latitude":35.788757,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":235,"distanceToPoint":2.300603012997683,"order":744},"geometry":{"type":"Point","coordinates":[139.471586,35.788757]}},{"type":"Feature","properties":{"name":"ガスト 東所沢駅前店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.515129,"key":"011388","address":"埼玉県所沢市大字本郷1092-4 ","latitude":35.793363,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":240,"distanceToPoint":3.9606783744194947,"order":745},"geometry":{"type":"Point","coordinates":[139.515129,35.793363]}},{"type":"Feature","properties":{"name":"ガスト 新座店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.569617,"key":"011948","address":"埼玉県新座市野火止1丁目10 ","latitude":35.796143,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":242,"distanceToPoint":4.924108456520359,"order":746},"geometry":{"type":"Point","coordinates":[139.569617,35.796143]}},{"type":"Feature","properties":{"name":"ガスト 志木ニュータウン店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.560537,"key":"011515","address":"埼玉県新座市新座1丁目12 ","latitude":35.818487,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":254,"distanceToPoint":2.61599184253055,"order":747},"geometry":{"type":"Point","coordinates":[139.560537,35.818487]}},{"type":"Feature","properties":{"name":"ガスト 志木駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.573479,"key":"017887","address":"埼玉県新座市東北2丁目30-16 高橋ビル1階","latitude":35.821972,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":256,"distanceToPoint":1.2295564667658527,"order":748},"geometry":{"type":"Point","coordinates":[139.573479,35.821972]}},{"type":"Feature","properties":{"name":"ガスト 朝霞台店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.587955,"key":"017956","address":"埼玉県朝霞市浜崎1丁目2-10 ","latitude":35.814962,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":252,"distanceToPoint":1.520269538924717,"order":749},"geometry":{"type":"Point","coordinates":[139.587955,35.814962]}},{"type":"Feature","properties":{"name":"ガスト 朝霞城山店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.598428,"key":"018741","address":"埼玉県朝霞市岡3丁目11-1 ","latitude":35.809992,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":249,"distanceToPoint":1.0941894233288216,"order":750},"geometry":{"type":"Point","coordinates":[139.598428,35.809992]}},{"type":"Feature","properties":{"name":"ガスト 和光市駅前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.612957,"key":"017916","address":"埼玉県和光市本町3-13 タウンコートエクセル1階","latitude":35.787856,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":234,"distanceToPoint":2.7884649944538187,"order":751},"geometry":{"type":"Point","coordinates":[139.612957,35.787856]}},{"type":"Feature","properties":{"name":"ガスト 和光インター店","__marker_index":0,"__condition_flags":9053,"カテゴリ":"0101","longitude":139.610213,"key":"011558","address":"埼玉県和光市広沢2-8 ","latitude":35.782865,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":227,"distanceToPoint":0.6076688516549186,"order":752},"geometry":{"type":"Point","coordinates":[139.610213,35.782865]}},{"type":"Feature","properties":{"name":"ガスト 成増店","__marker_index":0,"__condition_flags":322684,"カテゴリ":"0101","longitude":139.630669,"key":"017924","address":"東京都板橋区成増2丁目17-20 ","latitude":35.777549,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":221,"distanceToPoint":1.9376753818494126,"order":753},"geometry":{"type":"Point","coordinates":[139.630669,35.777549]}},{"type":"Feature","properties":{"name":"ガスト 和光店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.636808,"key":"011813","address":"埼玉県和光市白子3丁目17-47 ","latitude":35.792643,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":235,"distanceToPoint":1.7673714907509523,"order":754},"geometry":{"type":"Point","coordinates":[139.636808,35.792643]}},{"type":"Feature","properties":{"name":"ガスト 戸田店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.662221,"key":"011316","address":"埼玉県戸田市大字新曽1825-1 ","latitude":35.811929,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":245,"distanceToPoint":3.138700396151395,"order":755},"geometry":{"type":"Point","coordinates":[139.662221,35.811929]}},{"type":"Feature","properties":{"name":"ガスト 蕨駅前店","__marker_index":0,"__condition_flags":41086,"カテゴリ":"0101","longitude":139.691257,"key":"018960","address":"埼玉県蕨市塚越1丁目2-14 花見屋第3ビル2F","latitude":35.828628,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":253,"distanceToPoint":3.20962673349458,"order":756},"geometry":{"type":"Point","coordinates":[139.691257,35.828628]}},{"type":"Feature","properties":{"name":"ガスト 西川口駅前店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.706216,"key":"017944","address":"埼玉県川口市並木2丁目18-1 ","latitude":35.815917,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":246,"distanceToPoint":1.953648725265484,"order":757},"geometry":{"type":"Point","coordinates":[139.706216,35.815917]}},{"type":"Feature","properties":{"name":"ガスト 川口中央店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.718531,"key":"012705","address":"埼玉県川口市中青木3丁目8-22 ","latitude":35.814746,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":245,"distanceToPoint":1.1180381218221451,"order":758},"geometry":{"type":"Point","coordinates":[139.718531,35.814746]}},{"type":"Feature","properties":{"name":"ガスト 川口青木橋店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.728615,"key":"011329","address":"埼玉県川口市青木2丁目12-35 ","latitude":35.808017,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":243,"distanceToPoint":1.1775790583665164,"order":759},"geometry":{"type":"Point","coordinates":[139.728615,35.808017]}},{"type":"Feature","properties":{"name":"ガスト 川口店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.720421,"key":"017936","address":"埼玉県川口市栄町3丁目14-3 ","latitude":35.802635,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":239,"distanceToPoint":0.9508799413731215,"order":760},"geometry":{"type":"Point","coordinates":[139.720421,35.802635]}},{"type":"Feature","properties":{"name":"ガスト 西川口店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.698662,"key":"011109","address":"埼玉県川口市宮町18-5 ","latitude":35.806194,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":241,"distanceToPoint":2.0017633712946816,"order":761},"geometry":{"type":"Point","coordinates":[139.698662,35.806194]}},{"type":"Feature","properties":{"name":"ガスト 板橋坂下店","__marker_index":0,"__condition_flags":24925,"カテゴリ":"0101","longitude":139.682252,"key":"012970","address":"東京都板橋区坂下1丁目13-1 ","latitude":35.778061,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":221,"distanceToPoint":3.4607315783879664,"order":762},"geometry":{"type":"Point","coordinates":[139.682252,35.778061]}},{"type":"Feature","properties":{"name":"ガスト 上板橋店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.674959,"key":"018792","address":"東京都板橋区上板橋2丁目2-20 レスタージュ上板橋","latitude":35.761672,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":210,"distanceToPoint":1.9375216415393497,"order":763},"geometry":{"type":"Point","coordinates":[139.674959,35.761672]}},{"type":"Feature","properties":{"name":"ガスト ときわ台店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.68902,"key":"017940","address":"東京都板橋区常盤台2丁目5-1 ","latitude":35.759224,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":209,"distanceToPoint":1.2976127459743845,"order":764},"geometry":{"type":"Point","coordinates":[139.68902,35.759224]}},{"type":"Feature","properties":{"name":"ガスト 大山駅前店","__marker_index":0,"__condition_flags":27772,"カテゴリ":"0101","longitude":139.701876,"key":"018975","address":"東京都板橋区大山町5-8 トリアノン大山ビル2F","latitude":35.74877,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":202,"distanceToPoint":1.6422842844866232,"order":765},"geometry":{"type":"Point","coordinates":[139.701876,35.74877]}},{"type":"Feature","properties":{"name":"ガスト 板橋仲宿店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.714402,"key":"018805","address":"東京都板橋区板橋3丁目27-1 ","latitude":35.749627,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":203,"distanceToPoint":1.1344052428678029,"order":766},"geometry":{"type":"Point","coordinates":[139.714402,35.749627]}},{"type":"Feature","properties":{"name":"ガスト 板橋駅前店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.720234,"key":"017912","address":"東京都板橋区板橋1丁目55-16 板橋ビュー・クロッシング","latitude":35.746959,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":200,"distanceToPoint":0.6041630501512478,"order":767},"geometry":{"type":"Point","coordinates":[139.720234,35.746959]}},{"type":"Feature","properties":{"name":"ガスト 王子駅前店","__marker_index":0,"__condition_flags":41086,"カテゴリ":"0101","longitude":139.736993,"key":"018929","address":"東京都北区王子1丁目13-16 エイムビル2F","latitude":35.755263,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":204,"distanceToPoint":1.7719592163317712,"order":768},"geometry":{"type":"Point","coordinates":[139.736993,35.755263]}},{"type":"Feature","properties":{"name":"ガスト 尾久店","__marker_index":0,"__condition_flags":532892,"カテゴリ":"0101","longitude":139.752976,"key":"018717","address":"東京都北区昭和町2丁目5-1 ","latitude":35.748302,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":200,"distanceToPoint":1.636891528325666,"order":769},"geometry":{"type":"Point","coordinates":[139.752976,35.748302]}},{"type":"Feature","properties":{"name":"ガスト 田端店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.760367,"key":"017903","address":"東京都北区田端1丁目21-8 NSKビル2F","latitude":35.73798,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":195,"distanceToPoint":1.327512827851153,"order":770},"geometry":{"type":"Point","coordinates":[139.760367,35.73798]}},{"type":"Feature","properties":{"name":"ガスト 西日暮里店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.770626,"key":"018631","address":"東京都荒川区西日暮里5丁目2-19 ","latitude":35.733938,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":193,"distanceToPoint":1.0292812467678758,"order":771},"geometry":{"type":"Point","coordinates":[139.770626,35.733938]}},{"type":"Feature","properties":{"name":"ガスト 日暮里店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.771899,"key":"017913","address":"東京都荒川区東日暮里5丁目52-2 ","latitude":35.727805,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":182,"distanceToPoint":0.691572321322875,"order":772},"geometry":{"type":"Point","coordinates":[139.771899,35.727805]}},{"type":"Feature","properties":{"name":"ガスト 鶯谷店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.780767,"key":"017875","address":"東京都台東区根岸1丁目1-21 ","latitude":35.720777,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":173,"distanceToPoint":1.1187330292403599,"order":773},"geometry":{"type":"Point","coordinates":[139.780767,35.720777]}},{"type":"Feature","properties":{"name":"ガスト 台東根岸店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.78564,"key":"018563","address":"東京都台東区根岸4丁目16-25 ","latitude":35.725456,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":178,"distanceToPoint":0.6813278220635391,"order":774},"geometry":{"type":"Point","coordinates":[139.78564,35.725456]}},{"type":"Feature","properties":{"name":"ガスト 浅草雷門店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.79418,"key":"018919","address":"東京都台東区浅草1丁目5-3 浅草セントラルホテル2F","latitude":35.71133,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":164,"distanceToPoint":1.749754807920392,"order":775},"geometry":{"type":"Point","coordinates":[139.79418,35.71133]}},{"type":"Feature","properties":{"name":"ガスト 押上店","__marker_index":0,"__condition_flags":305276,"カテゴリ":"0101","longitude":139.813461,"key":"018690","address":"東京都墨田区業平3丁目17-9 ","latitude":35.709382,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":163,"distanceToPoint":1.7542664176861986,"order":776},"geometry":{"type":"Point","coordinates":[139.813461,35.709382]}},{"type":"Feature","properties":{"name":"ガスト 錦糸町北口店","__marker_index":0,"__condition_flags":9372,"カテゴリ":"0101","longitude":139.808969,"key":"018705","address":"東京都墨田区錦糸1丁目17-10 ","latitude":35.697793,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":150,"distanceToPoint":1.350966438764234,"order":777},"geometry":{"type":"Point","coordinates":[139.808969,35.697793]}},{"type":"Feature","properties":{"name":"ガスト 錦糸町店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.812881,"key":"017945","address":"東京都墨田区江東橋2丁目19-1 テルミナ3 2F","latitude":35.696225,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":146,"distanceToPoint":0.3939491038554658,"order":778},"geometry":{"type":"Point","coordinates":[139.812881,35.696225]}},{"type":"Feature","properties":{"name":"ガスト 亀戸店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.826482,"key":"018624","address":"東京都江東区亀戸6丁目26-5 ","latitude":35.696264,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":146,"distanceToPoint":1.2282316216889575,"order":779},"geometry":{"type":"Point","coordinates":[139.826482,35.696264]}},{"type":"Feature","properties":{"name":"ガスト 平井店","__marker_index":0,"__condition_flags":532636,"カテゴリ":"0101","longitude":139.844369,"key":"017951","address":"東京都江戸川区平井3丁目23-19 ","latitude":35.705175,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":158,"distanceToPoint":1.8948867687884021,"order":780},"geometry":{"type":"Point","coordinates":[139.844369,35.705175]}},{"type":"Feature","properties":{"name":"ガスト 新小岩南口店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.858289,"key":"018918","address":"東京都葛飾区新小岩1丁目44-6 新小岩プラザビル2F","latitude":35.716036,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":162,"distanceToPoint":1.7430066405436202,"order":781},"geometry":{"type":"Point","coordinates":[139.858289,35.716036]}},{"type":"Feature","properties":{"name":"ガスト 東小松川店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.875794,"key":"011335","address":"東京都江戸川区大杉1丁目2-12 ","latitude":35.703111,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":153,"distanceToPoint":2.136242894832581,"order":782},"geometry":{"type":"Point","coordinates":[139.875794,35.703111]}},{"type":"Feature","properties":{"name":"ガスト 北小岩店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.88983,"key":"012702","address":"東京都江戸川区北小岩1丁目11-9 ","latitude":35.737045,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":182,"distanceToPoint":3.9803715741098693,"order":783},"geometry":{"type":"Point","coordinates":[139.88983,35.737045]}},{"type":"Feature","properties":{"name":"ガスト 市川駅北口店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.908916,"key":"017882","address":"千葉県市川市市川1丁目4-17 アクティオーレ2F","latitude":35.729067,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":172,"distanceToPoint":1.9377364947962439,"order":784},"geometry":{"type":"Point","coordinates":[139.908916,35.729067]}},{"type":"Feature","properties":{"name":"ガスト 市川国分店","__marker_index":0,"__condition_flags":25020,"カテゴリ":"0101","longitude":139.917881,"key":"012729","address":"千葉県市川市国分1丁目4-10 ","latitude":35.739184,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":181,"distanceToPoint":1.3857579447652075,"order":785},"geometry":{"type":"Point","coordinates":[139.917881,35.739184]}},{"type":"Feature","properties":{"name":"ガスト 京成八幡店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.927742,"key":"018947","address":"千葉県市川市八幡3丁目3-1 ","latitude":35.723525,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":167,"distanceToPoint":1.9555202920248325,"order":786},"geometry":{"type":"Point","coordinates":[139.927742,35.723525]}},{"type":"Feature","properties":{"name":"ガスト 本八幡店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.926741,"key":"017929","address":"千葉県市川市南八幡4丁目2-3 丸玉第一ビル2F","latitude":35.720684,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":164,"distanceToPoint":0.32857560780269585,"order":787},"geometry":{"type":"Point","coordinates":[139.926741,35.720684]}},{"type":"Feature","properties":{"name":"ガスト 下総中山店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.942711,"key":"017957","address":"千葉県船橋市本中山2丁目17-37 ","latitude":35.714594,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":160,"distanceToPoint":1.5928785894401802,"order":788},"geometry":{"type":"Point","coordinates":[139.942711,35.714594]}},{"type":"Feature","properties":{"name":"ガスト 中山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.959163,"key":"018623","address":"千葉県市川市北方町4丁目1838-1 ","latitude":35.729631,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":171,"distanceToPoint":2.2364108633249735,"order":789},"geometry":{"type":"Point","coordinates":[139.959163,35.729631]}},{"type":"Feature","properties":{"name":"ガスト 西船橋店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.964623,"key":"011942","address":"千葉県船橋市山野町160-1 ","latitude":35.703468,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":154,"distanceToPoint":2.950662705119758,"order":790},"geometry":{"type":"Point","coordinates":[139.964623,35.703468]}},{"type":"Feature","properties":{"name":"ガスト 京成船橋駅前店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.986257,"key":"017895","address":"千葉県船橋市本町4丁目45番30号 京成船橋駅東側施設2階","latitude":35.700443,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":151,"distanceToPoint":1.9822428486867008,"order":791},"geometry":{"type":"Point","coordinates":[139.986257,35.700443]}},{"type":"Feature","properties":{"name":"ガスト 船橋宮本店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":139.99699,"key":"018840","address":"千葉県船橋市宮本7丁目1番5号 ","latitude":35.696704,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":146,"distanceToPoint":1.0546143052061137,"order":792},"geometry":{"type":"Point","coordinates":[139.99699,35.696704]}},{"type":"Feature","properties":{"name":"ガスト 習志野スーパービバホーム店","__marker_index":0,"__condition_flags":549244,"カテゴリ":"0101","longitude":140.001043,"key":"017817","address":"千葉県習志野市茜浜1丁目1-1 ","latitude":35.674824,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":125,"distanceToPoint":2.460331337339426,"order":793},"geometry":{"type":"Point","coordinates":[140.001043,35.674824]}},{"type":"Feature","properties":{"name":"ガスト 幕張西店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":140.039374,"key":"011552","address":"千葉県千葉市美浜区幕張西2丁目1-7 ","latitude":35.666134,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":119,"distanceToPoint":3.5948600474280954,"order":794},"geometry":{"type":"Point","coordinates":[140.039374,35.666134]}},{"type":"Feature","properties":{"name":"ガスト プレナ幕張店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":140.040408,"key":"017892","address":"千葉県千葉市美浜区ひび野2丁目4 プレナ幕張4階","latitude":35.647905,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":103,"distanceToPoint":2.029126772350762,"order":795},"geometry":{"type":"Point","coordinates":[140.040408,35.647905]}},{"type":"Feature","properties":{"name":"ガスト 検見川浜駅前店","__marker_index":0,"__condition_flags":9308,"カテゴリ":"0101","longitude":140.059599,"key":"018675","address":"千葉県千葉市美浜区真砂4丁目2 セザール検見川浜1F","latitude":35.638052,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":99,"distanceToPoint":2.051275274862427,"order":796},"geometry":{"type":"Point","coordinates":[140.059599,35.638052]}},{"type":"Feature","properties":{"name":"ガスト 宮野木店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.089058,"key":"012709","address":"千葉県千葉市花見川区畑町469-1 ","latitude":35.659864,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":108,"distanceToPoint":3.6010966268920557,"order":797},"geometry":{"type":"Point","coordinates":[140.089058,35.659864]}},{"type":"Feature","properties":{"name":"ガスト 穴川インター店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.115878,"key":"011197","address":"千葉県千葉市稲毛区園生町449-3 ","latitude":35.644184,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":99,"distanceToPoint":2.985344529187605,"order":798},"geometry":{"type":"Point","coordinates":[140.115878,35.644184]}},{"type":"Feature","properties":{"name":"ガスト 西千葉駅ビル店","__marker_index":0,"__condition_flags":24670,"カテゴリ":"0101","longitude":140.103151,"key":"012865","address":"千葉県千葉市中央区春日2丁目24-4 ","latitude":35.623086,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":92,"distanceToPoint":2.6127852599653876,"order":799},"geometry":{"type":"Point","coordinates":[140.103151,35.623086]}},{"type":"Feature","properties":{"name":"ガスト 千葉中央店","__marker_index":0,"__condition_flags":8349,"カテゴリ":"0101","longitude":140.118269,"key":"018613","address":"千葉県千葉市中央区富士見2丁目13-1 第二山崎ビル1F","latitude":35.609773,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":91,"distanceToPoint":2.0146831029825236,"order":800},"geometry":{"type":"Point","coordinates":[140.118269,35.609773]}},{"type":"Feature","properties":{"name":"ガスト 千葉加曽利店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.152874,"key":"011660","address":"千葉県千葉市若葉区加曽利町70-1 ","latitude":35.608004,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":90,"distanceToPoint":3.1345655451401946,"order":801},"geometry":{"type":"Point","coordinates":[140.152874,35.608004]}},{"type":"Feature","properties":{"name":"ガスト 仁戸名店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":140.161532,"key":"012713","address":"千葉県千葉市中央区仁戸名町480-5 ","latitude":35.587346,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":86,"distanceToPoint":2.4267928164162242,"order":802},"geometry":{"type":"Point","coordinates":[140.161532,35.587346]}},{"type":"Feature","properties":{"name":"ガスト 蘇我店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":140.125719,"key":"017879","address":"千葉県千葉市中央区川崎町1-16 ","latitude":35.579785,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":83,"distanceToPoint":3.3459682975299376,"order":803},"geometry":{"type":"Point","coordinates":[140.125719,35.579785]}},{"type":"Feature","properties":{"name":"ガスト 市原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.122073,"key":"011182","address":"千葉県市原市八幡北町3丁目1-5 ","latitude":35.54715,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":74,"distanceToPoint":3.6438067813893738,"order":804},"geometry":{"type":"Point","coordinates":[140.122073,35.54715]}},{"type":"Feature","properties":{"name":"ガスト 市原山木店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.127356,"key":"011836","address":"千葉県市原市山木1192-1 ","latitude":35.523028,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":70,"distanceToPoint":2.7245133762241154,"order":805},"geometry":{"type":"Point","coordinates":[140.127356,35.523028]}},{"type":"Feature","properties":{"name":"ガスト 市原市役所前店","__marker_index":0,"__condition_flags":9564,"カテゴリ":"0101","longitude":140.112281,"key":"018648","address":"千葉県市原市惣社2-1-2 ","latitude":35.498806,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":65,"distanceToPoint":3.0192806983063125,"order":806},"geometry":{"type":"Point","coordinates":[140.112281,35.498806]}},{"type":"Feature","properties":{"name":"ガスト 五井店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.091883,"key":"012674","address":"千葉県市原市五井高揚5591-1 ","latitude":35.520948,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":68,"distanceToPoint":3.077454118643969,"order":807},"geometry":{"type":"Point","coordinates":[140.091883,35.520948]}},{"type":"Feature","properties":{"name":"ガスト 姉ケ崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.048055,"key":"011509","address":"千葉県市原市姉崎居合塚625 ","latitude":35.480017,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":60,"distanceToPoint":6.0378713443946594,"order":808},"geometry":{"type":"Point","coordinates":[140.048055,35.480017]}},{"type":"Feature","properties":{"name":"ガスト 袖ヶ浦店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.96053,"key":"012673","address":"千葉県袖ケ浦市神納2丁目16-1 ","latitude":35.42316,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":51,"distanceToPoint":10.140220781132436,"order":809},"geometry":{"type":"Point","coordinates":[139.96053,35.42316]}},{"type":"Feature","properties":{"name":"ガスト 木更津北店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.939314,"key":"011284","address":"千葉県木更津市高柳谷原1053 ","latitude":35.398124,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":48,"distanceToPoint":3.3833214313254225,"order":810},"geometry":{"type":"Point","coordinates":[139.939314,35.398124]}},{"type":"Feature","properties":{"name":"ガスト 木更津中央店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.918253,"key":"011971","address":"千葉県木更津市中央3丁目9-6 ","latitude":35.38402,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":46,"distanceToPoint":2.4707034557005145,"order":811},"geometry":{"type":"Point","coordinates":[139.918253,35.38402]}},{"type":"Feature","properties":{"name":"ガスト 君津店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.924332,"key":"018583","address":"千葉県君津市南子安9丁目1-1 ","latitude":35.328888,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":39,"distanceToPoint":6.155144950021032,"order":812},"geometry":{"type":"Point","coordinates":[139.924332,35.328888]}},{"type":"Feature","properties":{"name":"ガスト 富津店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.84532,"key":"011765","address":"千葉県富津市青木1233-1 ","latitude":35.323852,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":7.189879658529123,"order":813},"geometry":{"type":"Point","coordinates":[139.84532,35.323852]}},{"type":"Feature","properties":{"name":"ガスト 横須賀三春店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.691381,"key":"012704","address":"神奈川県横須賀市三春町4丁目21-2 ","latitude":35.264353,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":15.458387780310568,"order":814},"geometry":{"type":"Point","coordinates":[139.691381,35.264353]}},{"type":"Feature","properties":{"name":"ガスト 横須賀中央店","__marker_index":0,"__condition_flags":41118,"カテゴリ":"0101","longitude":139.669445,"key":"018789","address":"神奈川県横須賀市若松町2丁目8 セントラルホテル2F","latitude":35.279137,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":2.5822659747436165,"order":815},"geometry":{"type":"Point","coordinates":[139.669445,35.279137]}},{"type":"Feature","properties":{"name":"ガスト 横須賀汐入店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.660952,"key":"012789","address":"神奈川県横須賀市汐入町2丁目2-5 ","latitude":35.281489,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.8140844504443717,"order":816},"geometry":{"type":"Point","coordinates":[139.660952,35.281489]}},{"type":"Feature","properties":{"name":"ガスト 衣笠インター店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.661795,"key":"011201","address":"神奈川県横須賀市衣笠町40-5 ","latitude":35.241589,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":31,"distanceToPoint":4.437343854582243,"order":817},"geometry":{"type":"Point","coordinates":[139.661795,35.241589]}},{"type":"Feature","properties":{"name":"ガスト 野比店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.689718,"key":"018646","address":"神奈川県横須賀市野比1丁目40-27 ","latitude":35.217541,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":30,"distanceToPoint":3.6854903355990034,"order":818},"geometry":{"type":"Point","coordinates":[139.689718,35.217541]}},{"type":"Feature","properties":{"name":"ガスト 三浦店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.636734,"key":"011154","address":"神奈川県三浦市三崎町小網代57-1 ","latitude":35.15716,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":8.262144612176945,"order":819},"geometry":{"type":"Point","coordinates":[139.636734,35.15716]}},{"type":"Feature","properties":{"name":"ガスト 浜金谷店","__marker_index":0,"__condition_flags":319868,"カテゴリ":"0101","longitude":139.819557,"key":"011771","address":"千葉県富津市金谷字上原2292-1 ","latitude":35.168786,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":16.669523858008603,"order":820},"geometry":{"type":"Point","coordinates":[139.819557,35.168786]}},{"type":"Feature","properties":{"name":"ガスト 館山東店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.876957,"key":"011314","address":"千葉県館山市安布里162-1 ","latitude":34.991595,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":20.383343549219198,"order":821},"geometry":{"type":"Point","coordinates":[139.876957,34.991595]}},{"type":"Feature","properties":{"name":"ガスト 鴨川店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.108347,"key":"011334","address":"千葉県鴨川市広場汐入796-1 ","latitude":35.110595,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":24.87462604279208,"order":822},"geometry":{"type":"Point","coordinates":[140.108347,35.110595]}},{"type":"Feature","properties":{"name":"ガスト 勝浦店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.318611,"key":"018712","address":"千葉県勝浦市新官1338-1 ","latitude":35.152096,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":19.670216292102925,"order":823},"geometry":{"type":"Point","coordinates":[140.318611,35.152096]}},{"type":"Feature","properties":{"name":"ガスト 大原店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":140.395139,"key":"018566","address":"千葉県いすみ市大原9713-1 ","latitude":35.247977,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":25,"distanceToPoint":12.728665271942003,"order":824},"geometry":{"type":"Point","coordinates":[140.395139,35.247977]}},{"type":"Feature","properties":{"name":"ガスト 上総一宮店","__marker_index":0,"__condition_flags":303996,"カテゴリ":"0101","longitude":140.396142,"key":"011464","address":"千葉県長生郡一宮町東浪見字太東下7359-1 ","latitude":35.330898,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":9.220856636854593,"order":825},"geometry":{"type":"Point","coordinates":[140.396142,35.330898]}},{"type":"Feature","properties":{"name":"ガスト 千葉大多喜店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.252657,"key":"012777","address":"千葉県夷隅郡大多喜町船子字東前863-2 ","latitude":35.287793,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":25,"distanceToPoint":13.87405377082737,"order":826},"geometry":{"type":"Point","coordinates":[140.252657,35.287793]}},{"type":"Feature","properties":{"name":"ガスト 市原牛久店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.138675,"key":"011570","address":"千葉県市原市牛久595-1 ","latitude":35.401274,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":32,"distanceToPoint":16.31275852619747,"order":827},"geometry":{"type":"Point","coordinates":[140.138675,35.401274]}},{"type":"Feature","properties":{"name":"ガスト 茂原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.286833,"key":"012652","address":"千葉県茂原市高師1679-2 ","latitude":35.435935,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":35,"distanceToPoint":13.967929001198335,"order":828},"geometry":{"type":"Point","coordinates":[140.286833,35.435935]}},{"type":"Feature","properties":{"name":"ガスト 大網白里店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.315676,"key":"011618","address":"千葉県大網白里市駒込421-1 ","latitude":35.520523,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":46,"distanceToPoint":9.76164299116733,"order":829},"geometry":{"type":"Point","coordinates":[140.315676,35.520523]}},{"type":"Feature","properties":{"name":"ガスト 千葉土気店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.262571,"key":"012711","address":"千葉県千葉市緑区あすみが丘1丁目48-1 ","latitude":35.531796,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":47,"distanceToPoint":4.966584495568212,"order":830},"geometry":{"type":"Point","coordinates":[140.262571,35.531796]}},{"type":"Feature","properties":{"name":"ガスト 千葉おゆみ野店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.171977,"key":"011513","address":"千葉県千葉市緑区おゆみ野南5丁目1-3 ","latitude":35.550607,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":50,"distanceToPoint":8.459542563432855,"order":831},"geometry":{"type":"Point","coordinates":[140.171977,35.550607]}},{"type":"Feature","properties":{"name":"ガスト 千葉貝塚店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.150867,"key":"018700","address":"千葉県千葉市若葉区貝塚町2-10-4 ","latitude":35.632376,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":62,"distanceToPoint":9.290516240686992,"order":832},"geometry":{"type":"Point","coordinates":[140.150867,35.632376]}},{"type":"Feature","properties":{"name":"ガスト 千葉御成台店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.198869,"key":"012808","address":"千葉県四街道市鷹の台1丁目6-25 ","latitude":35.635173,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":63,"distanceToPoint":4.3492973649408,"order":833},"geometry":{"type":"Point","coordinates":[140.198869,35.635173]}},{"type":"Feature","properties":{"name":"ガスト 物井店","__marker_index":0,"__condition_flags":26460,"カテゴリ":"0101","longitude":140.190435,"key":"017851","address":"千葉県四街道市もねの里3丁目15-1 ","latitude":35.690299,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":97,"distanceToPoint":6.1769142758325914,"order":834},"geometry":{"type":"Point","coordinates":[140.190435,35.690299]}},{"type":"Feature","properties":{"name":"ガスト 佐倉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.227704,"key":"012989","address":"千葉県佐倉市栄町22-11 ","latitude":35.724551,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":120,"distanceToPoint":5.082274251362369,"order":835},"geometry":{"type":"Point","coordinates":[140.227704,35.724551]}},{"type":"Feature","properties":{"name":"ガスト 酒々井店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.272005,"key":"018120","address":"千葉県印旛郡酒々井町酒々井字大道889-14 ","latitude":35.73367,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":129,"distanceToPoint":4.125459722458574,"order":836},"geometry":{"type":"Point","coordinates":[140.272005,35.73367]}},{"type":"Feature","properties":{"name":"ガスト 富里店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.321445,"key":"011704","address":"千葉県富里市七栄字古込475-1 ","latitude":35.739978,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":130,"distanceToPoint":4.5171442003223605,"order":837},"geometry":{"type":"Point","coordinates":[140.321445,35.739978]}},{"type":"Feature","properties":{"name":"ガスト 成田店","__marker_index":0,"__condition_flags":9084,"カテゴリ":"0101","longitude":140.31549,"key":"018945","address":"千葉県成田市不動ケ岡2154-1 ","latitude":35.773656,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":143,"distanceToPoint":3.7831841640395316,"order":838},"geometry":{"type":"Point","coordinates":[140.31549,35.773656]}},{"type":"Feature","properties":{"name":"ガスト 成田土屋店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.324868,"key":"018841","address":"千葉県成田市ウイング土屋105 ","latitude":35.79168,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":157,"distanceToPoint":2.175401613600975,"order":839},"geometry":{"type":"Point","coordinates":[140.324868,35.79168]}},{"type":"Feature","properties":{"name":"ガスト ウニクス成田店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":140.284356,"key":"017829","address":"千葉県成田市はなのき台2丁目25-1 ","latitude":35.778131,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":145,"distanceToPoint":3.952702453922212,"order":840},"geometry":{"type":"Point","coordinates":[140.284356,35.778131]}},{"type":"Feature","properties":{"name":"ガスト 印西店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.14736,"key":"011564","address":"千葉県印西市大森2451-11 ","latitude":35.834017,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":171,"distanceToPoint":13.82908314622854,"order":841},"geometry":{"type":"Point","coordinates":[140.14736,35.834017]}},{"type":"Feature","properties":{"name":"ガスト 千葉ニュータウン中央店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.112343,"key":"012987","address":"千葉県印西市中央南2丁目5 ","latitude":35.798436,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":159,"distanceToPoint":5.061875566051409,"order":842},"geometry":{"type":"Point","coordinates":[140.112343,35.798436]}},{"type":"Feature","properties":{"name":"ガスト 千葉NT白井店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.045536,"key":"011752","address":"千葉県白井市根713-7 ","latitude":35.785166,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":150,"distanceToPoint":6.203733728933388,"order":843},"geometry":{"type":"Point","coordinates":[140.045536,35.785166]}},{"type":"Feature","properties":{"name":"ガスト 鎌ヶ谷初富店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.006989,"key":"017802","address":"千葉県鎌ケ谷市南初富1丁目2-19 ","latitude":35.778426,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":145,"distanceToPoint":3.5570574565050936,"order":844},"geometry":{"type":"Point","coordinates":[140.006989,35.778426]}},{"type":"Feature","properties":{"name":"ガスト 船橋二和店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.019973,"key":"012974","address":"千葉県船橋市咲が丘2丁目19-13 ","latitude":35.757123,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":135,"distanceToPoint":2.6426245212817965,"order":845},"geometry":{"type":"Point","coordinates":[140.019973,35.757123]}},{"type":"Feature","properties":{"name":"ガスト 船橋日大前店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.060852,"key":"017850","address":"千葉県船橋市坪井東3丁目6-1 ","latitude":35.725994,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":121,"distanceToPoint":5.058969337954109,"order":846},"geometry":{"type":"Point","coordinates":[140.060852,35.725994]}},{"type":"Feature","properties":{"name":"ガスト 習志野台店","__marker_index":0,"__condition_flags":41310,"カテゴリ":"0101","longitude":140.046326,"key":"018797","address":"千葉県船橋市習志野台4丁目46 ","latitude":35.716128,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":115,"distanceToPoint":1.709722355432077,"order":847},"geometry":{"type":"Point","coordinates":[140.046326,35.716128]}},{"type":"Feature","properties":{"name":"ガスト 実籾店","__marker_index":0,"__condition_flags":10141,"カテゴリ":"0101","longitude":140.06871,"key":"011567","address":"千葉県習志野市実籾2丁目4-10 ","latitude":35.684803,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":93,"distanceToPoint":4.027165454773872,"order":848},"geometry":{"type":"Point","coordinates":[140.06871,35.684803]}},{"type":"Feature","properties":{"name":"ガスト 八千代大和田店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.090486,"key":"011634","address":"千葉県八千代市大和田新田410-1 ","latitude":35.723417,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":117,"distanceToPoint":4.722493330884908,"order":849},"geometry":{"type":"Point","coordinates":[140.090486,35.723417]}},{"type":"Feature","properties":{"name":"ガスト 八千代村上店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":140.125594,"key":"011963","address":"千葉県八千代市勝田台北2丁目3-1 ","latitude":35.718627,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":115,"distanceToPoint":3.2138482248034532,"order":850},"geometry":{"type":"Point","coordinates":[140.125594,35.718627]}},{"type":"Feature","properties":{"name":"ガスト こてはし台店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":140.127993,"key":"011684","address":"千葉県千葉市花見川区大日町1379ー1 ","latitude":35.683403,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":90,"distanceToPoint":3.9227214958919183,"order":851},"geometry":{"type":"Point","coordinates":[140.127993,35.683403]}},{"type":"Feature","properties":{"name":"ガスト 八街店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":140.30337,"key":"012815","address":"千葉県八街市八街ほ945-11 ","latitude":35.653977,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":16.17706376855008,"order":852},"geometry":{"type":"Point","coordinates":[140.30337,35.653977]}},{"type":"Feature","properties":{"name":"ガスト 成東店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":140.411156,"key":"018809","address":"千葉県山武市津辺169-1 ","latitude":35.603758,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":11.228681288375615,"order":853},"geometry":{"type":"Point","coordinates":[140.411156,35.603758]}},{"type":"Feature","properties":{"name":"ガスト 東金店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.370393,"key":"011416","address":"千葉県東金市東新宿20-8 ","latitude":35.558793,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":53,"distanceToPoint":6.211932896831701,"order":854},"geometry":{"type":"Point","coordinates":[140.370393,35.558793]}},{"type":"Feature","properties":{"name":"ガスト 横芝町店","__marker_index":0,"__condition_flags":41340,"カテゴリ":"0101","longitude":140.486263,"key":"011679","address":"千葉県山武郡横芝光町横芝折戸2146-1 ","latitude":35.661181,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":71,"distanceToPoint":15.470650691014432,"order":855},"geometry":{"type":"Point","coordinates":[140.486263,35.661181]}},{"type":"Feature","properties":{"name":"ガスト 千葉多古町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.464631,"key":"012794","address":"千葉県香取郡多古町多古1655-1 ","latitude":35.729339,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":114,"distanceToPoint":7.826545108923251,"order":856},"geometry":{"type":"Point","coordinates":[140.464631,35.729339]}},{"type":"Feature","properties":{"name":"ガスト 八日市場店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.55914,"key":"011484","address":"千葉県匝瑳市八日市場ハ960 ","latitude":35.704445,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":104,"distanceToPoint":8.970111000864067,"order":857},"geometry":{"type":"Point","coordinates":[140.55914,35.704445]}},{"type":"Feature","properties":{"name":"ガスト 旭店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.653393,"key":"011623","address":"千葉県旭市ニの525-1 ","latitude":35.725054,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":110,"distanceToPoint":8.812611434861834,"order":858},"geometry":{"type":"Point","coordinates":[140.653393,35.725054]}},{"type":"Feature","properties":{"name":"ガスト 小見川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.610978,"key":"011641","address":"千葉県香取市小見川1041 ","latitude":35.850394,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":164,"distanceToPoint":14.452763194451018,"order":859},"geometry":{"type":"Point","coordinates":[140.610978,35.850394]}},{"type":"Feature","properties":{"name":"ガスト 神栖店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.641354,"key":"011366","address":"茨城県神栖市神栖1丁目16-3 ","latitude":35.899108,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":189,"distanceToPoint":6.068935934200217,"order":860},"geometry":{"type":"Point","coordinates":[140.641354,35.899108]}},{"type":"Feature","properties":{"name":"ガスト 佐原店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.495082,"key":"011899","address":"千葉県香取市北2丁目15-3 ","latitude":35.899008,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":188,"distanceToPoint":13.175266220199877,"order":861},"geometry":{"type":"Point","coordinates":[140.495082,35.899008]}},{"type":"Feature","properties":{"name":"ガスト 竜ヶ崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.182491,"key":"011222","address":"茨城県龍ケ崎市寺後3650 ","latitude":35.910445,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":198,"distanceToPoint":28.182912539885493,"order":862},"geometry":{"type":"Point","coordinates":[140.182491,35.910445]}},{"type":"Feature","properties":{"name":"ガスト 竜ケ崎ニュータウン店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.176533,"key":"011628","address":"茨城県龍ケ崎市久保台1丁目1-32 ","latitude":35.931522,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":204,"distanceToPoint":2.404283605022421,"order":863},"geometry":{"type":"Point","coordinates":[140.176533,35.931522]}},{"type":"Feature","properties":{"name":"ガスト 牛久柏田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.155454,"key":"011724","address":"茨城県牛久市上柏田2丁目37-6 ","latitude":35.988514,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":216,"distanceToPoint":6.615123084258413,"order":864},"geometry":{"type":"Point","coordinates":[140.155454,35.988514]}},{"type":"Feature","properties":{"name":"ガスト つくば学園南店","__marker_index":0,"__condition_flags":1372,"カテゴリ":"0101","longitude":140.151406,"key":"018745","address":"茨城県土浦市西根西1丁目2-1 ","latitude":36.046015,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":226,"distanceToPoint":6.404185322534311,"order":865},"geometry":{"type":"Point","coordinates":[140.151406,36.046015]}},{"type":"Feature","properties":{"name":"ガスト 土浦店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.182731,"key":"011928","address":"茨城県土浦市永国1045 ","latitude":36.064228,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":227,"distanceToPoint":3.46860108686311,"order":866},"geometry":{"type":"Point","coordinates":[140.182731,36.064228]}},{"type":"Feature","properties":{"name":"ガスト 筑波学園店","__marker_index":0,"__condition_flags":9596,"カテゴリ":"0101","longitude":140.109025,"key":"011434","address":"茨城県つくば市東新井3-1 ","latitude":36.078083,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":234,"distanceToPoint":6.801293111063006,"order":867},"geometry":{"type":"Point","coordinates":[140.109025,36.078083]}},{"type":"Feature","properties":{"name":"ガスト つくばテクノパーク桜店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.109739,"key":"018802","address":"茨城県つくば市桜1丁目12-4 ","latitude":36.110032,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":238,"distanceToPoint":3.5531508294216283,"order":868},"geometry":{"type":"Point","coordinates":[140.109739,36.110032]}},{"type":"Feature","properties":{"name":"ガスト 千代田町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.226323,"key":"011608","address":"茨城県かすみがうら市下稲吉字八反田2653 ","latitude":36.131588,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":243,"distanceToPoint":10.742476461158894,"order":869},"geometry":{"type":"Point","coordinates":[140.226323,36.131588]}},{"type":"Feature","properties":{"name":"ガスト 石岡店","__marker_index":0,"__condition_flags":17308,"カテゴリ":"0101","longitude":140.300351,"key":"018699","address":"茨城県石岡市東光台3丁目1-7 ","latitude":36.18566,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":253,"distanceToPoint":8.962171340229007,"order":870},"geometry":{"type":"Point","coordinates":[140.300351,36.18566]}},{"type":"Feature","properties":{"name":"ガスト 茨城県庁前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.445743,"key":"018641","address":"茨城県水戸市笠原町1562-1 ","latitude":36.339225,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":286,"distanceToPoint":21.48267899742557,"order":871},"geometry":{"type":"Point","coordinates":[140.445743,36.339225]}},{"type":"Feature","properties":{"name":"ガスト 水戸河和田町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.414457,"key":"011626","address":"茨城県水戸市河和田町水窪473-1 ","latitude":36.362491,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":291,"distanceToPoint":3.8135810491218582,"order":872},"geometry":{"type":"Point","coordinates":[140.414457,36.362491]}},{"type":"Feature","properties":{"name":"ガスト 水戸インター店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":140.394361,"key":"012943","address":"茨城県水戸市大塚町成就院下1557-1 ","latitude":36.386105,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":296,"distanceToPoint":3.1830344048344443,"order":873},"geometry":{"type":"Point","coordinates":[140.394361,36.386105]}},{"type":"Feature","properties":{"name":"ガスト 茨城大学前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.438585,"key":"011831","address":"茨城県水戸市堀町1065-1 ","latitude":36.400789,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":302,"distanceToPoint":4.281922992633465,"order":874},"geometry":{"type":"Point","coordinates":[140.438585,36.400789]}},{"type":"Feature","properties":{"name":"ガスト 水戸駅南店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":140.470589,"key":"011941","address":"茨城県水戸市中央2丁目2-7 ","latitude":36.367573,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":293,"distanceToPoint":4.674349560216511,"order":875},"geometry":{"type":"Point","coordinates":[140.470589,36.367573]}},{"type":"Feature","properties":{"name":"ガスト 水戸常澄店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.533546,"key":"012770","address":"茨城県水戸市東前町795 ","latitude":36.342441,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":286,"distanceToPoint":6.29251530717546,"order":876},"geometry":{"type":"Point","coordinates":[140.533546,36.342441]}},{"type":"Feature","properties":{"name":"ガスト 那珂湊店","__marker_index":0,"__condition_flags":25020,"カテゴリ":"0101","longitude":140.583416,"key":"018694","address":"茨城県ひたちなか市田中後7363-5 ","latitude":36.346176,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":288,"distanceToPoint":4.485839792897455,"order":877},"geometry":{"type":"Point","coordinates":[140.583416,36.346176]}},{"type":"Feature","properties":{"name":"ガスト 茨城那珂町店","__marker_index":0,"__condition_flags":42940,"カテゴリ":"0101","longitude":140.501366,"key":"011740","address":"茨城県那珂市竹ノ内2丁目3-1 ","latitude":36.449186,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":303,"distanceToPoint":13.606208019696494,"order":878},"geometry":{"type":"Point","coordinates":[140.501366,36.449186]}},{"type":"Feature","properties":{"name":"ガスト 茨城大宮町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.420531,"key":"018783","address":"茨城県常陸大宮市上村田380-11 ","latitude":36.534987,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":311,"distanceToPoint":11.968353061944162,"order":879},"geometry":{"type":"Point","coordinates":[140.420531,36.534987]}},{"type":"Feature","properties":{"name":"ガスト 日立鮎川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.634817,"key":"012676","address":"茨城県日立市鮎川町6丁目7-22 ","latitude":36.572542,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":316,"distanceToPoint":19.590864108070857,"order":880},"geometry":{"type":"Point","coordinates":[140.634817,36.572542]}},{"type":"Feature","properties":{"name":"ガスト 日立駅前店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.656882,"key":"011587","address":"茨城県日立市幸町1丁目9-7 ","latitude":36.592544,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":322,"distanceToPoint":2.9712476529769005,"order":881},"geometry":{"type":"Point","coordinates":[140.656882,36.592544]}},{"type":"Feature","properties":{"name":"ガスト 高萩店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.709223,"key":"011832","address":"茨城県高萩市大字安良川187-2 ","latitude":36.706558,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":336,"distanceToPoint":13.51037380559006,"order":882},"geometry":{"type":"Point","coordinates":[140.709223,36.706558]}},{"type":"Feature","properties":{"name":"ガスト いわき泉店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.861263,"key":"018576","address":"福島県いわき市泉町滝尻字泉町87 ","latitude":36.949283,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":348,"distanceToPoint":30.192271963861543,"order":883},"geometry":{"type":"Point","coordinates":[140.861263,36.949283]}},{"type":"Feature","properties":{"name":"ガスト いわき小名浜店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.903588,"key":"012716","address":"福島県いわき市小名浜岡小名字小舘29-1 ","latitude":36.959378,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":349,"distanceToPoint":3.924844913978481,"order":884},"geometry":{"type":"Point","coordinates":[140.903588,36.959378]}},{"type":"Feature","properties":{"name":"ガスト いわき自由ヶ丘店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.895592,"key":"011279","address":"福島県いわき市自由ケ丘46-4 ","latitude":37.026877,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":351,"distanceToPoint":7.539077236024517,"order":885},"geometry":{"type":"Point","coordinates":[140.895592,37.026877]}},{"type":"Feature","properties":{"name":"ガスト いわき平店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.876983,"key":"012944","address":"福島県いわき市内郷御厩町4丁目140 ","latitude":37.05107,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":353,"distanceToPoint":3.1567421753729845,"order":886},"geometry":{"type":"Point","coordinates":[140.876983,37.05107]}},{"type":"Feature","properties":{"name":"ガスト 船引町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.585631,"key":"012887","address":"福島県田村市船引町東部台6丁目37 ","latitude":37.435979,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":365,"distanceToPoint":49.96966090620637,"order":887},"geometry":{"type":"Point","coordinates":[140.585631,37.435979]}},{"type":"Feature","properties":{"name":"ガスト 郡山向河原店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":140.395821,"key":"018665","address":"福島県郡山市向河原町4-75 ","latitude":37.400178,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":362,"distanceToPoint":17.22903207288828,"order":888},"geometry":{"type":"Point","coordinates":[140.395821,37.400178]}},{"type":"Feature","properties":{"name":"ガスト 郡山八山田店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.365477,"key":"017977","address":"福島県郡山市富田東3丁目131 ","latitude":37.426311,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":363,"distanceToPoint":3.9530028538024258,"order":889},"geometry":{"type":"Point","coordinates":[140.365477,37.426311]}},{"type":"Feature","properties":{"name":"ガスト 郡山コスモス通り店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.333746,"key":"011863","address":"福島県郡山市堤3丁目131 ","latitude":37.397913,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":361,"distanceToPoint":4.221991763081612,"order":890},"geometry":{"type":"Point","coordinates":[140.333746,37.397913]}},{"type":"Feature","properties":{"name":"ガスト 郡山南店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.371354,"key":"012997","address":"福島県郡山市南2丁目14番 ","latitude":37.368912,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":360,"distanceToPoint":4.630376021476071,"order":891},"geometry":{"type":"Point","coordinates":[140.371354,37.368912]}},{"type":"Feature","properties":{"name":"ガスト 須賀川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.37313,"key":"011702","address":"福島県須賀川市中山76 ","latitude":37.300676,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":356,"distanceToPoint":7.589132035692727,"order":892},"geometry":{"type":"Point","coordinates":[140.37313,37.300676]}},{"type":"Feature","properties":{"name":"ガスト 矢吹町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.332173,"key":"012908","address":"福島県西白河郡矢吹町八幡町420番地1 ","latitude":37.195229,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":355,"distanceToPoint":12.272838123693406,"order":893},"geometry":{"type":"Point","coordinates":[140.332173,37.195229]}},{"type":"Feature","properties":{"name":"ガスト 白河店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.194674,"key":"011924","address":"福島県白河市新高山1-1 ","latitude":37.119406,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":353,"distanceToPoint":14.817663814966616,"order":894},"geometry":{"type":"Point","coordinates":[140.194674,37.119406]}},{"type":"Feature","properties":{"name":"ガスト 那須高原店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":140.027295,"key":"011562","address":"栃木県那須郡那須町大字高久乙2905-20 ","latitude":37.020955,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":350,"distanceToPoint":18.44918411772988,"order":895},"geometry":{"type":"Point","coordinates":[140.027295,37.020955]}},{"type":"Feature","properties":{"name":"ガスト 黒磯店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.049619,"key":"011935","address":"栃木県那須塩原市共墾社1丁目6-25 ","latitude":36.961548,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":349,"distanceToPoint":6.896899975178596,"order":896},"geometry":{"type":"Point","coordinates":[140.049619,36.961548]}},{"type":"Feature","properties":{"name":"ガスト 西那須野店","__marker_index":0,"__condition_flags":9084,"カテゴリ":"0101","longitude":139.999223,"key":"011938","address":"栃木県那須塩原市下永田1丁目1009-5 ","latitude":36.881609,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":346,"distanceToPoint":9.953970636393551,"order":897},"geometry":{"type":"Point","coordinates":[139.999223,36.881609]}},{"type":"Feature","properties":{"name":"ガスト 矢板店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.943095,"key":"011396","address":"栃木県矢板市東町380-130 ","latitude":36.798714,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":342,"distanceToPoint":10.483859312994118,"order":898},"geometry":{"type":"Point","coordinates":[139.943095,36.798714]}},{"type":"Feature","properties":{"name":"ガスト 氏家店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.959073,"key":"011720","address":"栃木県さくら市卯の里1丁目17-2 ","latitude":36.68118,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":331,"distanceToPoint":13.146525374011357,"order":899},"geometry":{"type":"Point","coordinates":[139.959073,36.68118]}},{"type":"Feature","properties":{"name":"ガスト 高根沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.992279,"key":"011627","address":"栃木県塩谷郡高根沢町宝石台1-7-2 ","latitude":36.622184,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":323,"distanceToPoint":7.1978899041691164,"order":900},"geometry":{"type":"Point","coordinates":[139.992279,36.622184]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮岩曽店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.911129,"key":"011611","address":"栃木県宇都宮市岩曽町1335-1 ","latitude":36.582762,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":319,"distanceToPoint":8.467026270804478,"order":901},"geometry":{"type":"Point","coordinates":[139.911129,36.582762]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮仲町店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.889081,"key":"011708","address":"栃木県宇都宮市仲町1-20 ","latitude":36.561928,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":314,"distanceToPoint":3.0403031328930266,"order":902},"geometry":{"type":"Point","coordinates":[139.889081,36.561928]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮大学前店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.911137,"key":"018596","address":"栃木県宇都宮市峰1丁目14-10 ","latitude":36.551343,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":312,"distanceToPoint":2.2948531438514514,"order":903},"geometry":{"type":"Point","coordinates":[139.911137,36.551343]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮簗瀬店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.901351,"key":"011940","address":"栃木県宇都宮市東簗瀬1丁目5-25 ","latitude":36.543193,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":311,"distanceToPoint":1.2591556797483465,"order":904},"geometry":{"type":"Point","coordinates":[139.901351,36.543193]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮江曽島店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.871099,"key":"018756","address":"栃木県宇都宮市江曽島町1093-2 ","latitude":36.526926,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":308,"distanceToPoint":3.2522579763591555,"order":905},"geometry":{"type":"Point","coordinates":[139.871099,36.526926]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮インターパーク店","__marker_index":0,"__condition_flags":41342,"カテゴリ":"0101","longitude":139.905351,"key":"018971","address":"栃木県宇都宮市インターパーク6丁目5-1 ","latitude":36.487943,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":305,"distanceToPoint":5.306736177778375,"order":906},"geometry":{"type":"Point","coordinates":[139.905351,36.487943]}},{"type":"Feature","properties":{"name":"ガスト 上三川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.907073,"key":"011594","address":"栃木県河内郡上三川町しらさぎ1-7-10 ","latitude":36.442678,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":302,"distanceToPoint":5.035600377893816,"order":907},"geometry":{"type":"Point","coordinates":[139.907073,36.442678]}},{"type":"Feature","properties":{"name":"ガスト 真岡店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.984442,"key":"011391","address":"栃木県真岡市上高間木2-27-9 ","latitude":36.440066,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":301,"distanceToPoint":6.926946645539475,"order":908},"geometry":{"type":"Point","coordinates":[139.984442,36.440066]}},{"type":"Feature","properties":{"name":"ガスト 自治医大前店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":139.857986,"key":"017872","address":"栃木県下野市祇園1丁目15-1 ","latitude":36.393423,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":295,"distanceToPoint":12.447400544666486,"order":909},"geometry":{"type":"Point","coordinates":[139.857986,36.393423]}},{"type":"Feature","properties":{"name":"ガスト 壬生店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.826237,"key":"011937","address":"栃木県下都賀郡壬生町あけぼの町13-11 ","latitude":36.466501,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":300,"distanceToPoint":8.608055246551487,"order":910},"geometry":{"type":"Point","coordinates":[139.826237,36.466501]}},{"type":"Feature","properties":{"name":"ガスト 鹿沼店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.766681,"key":"018746","address":"栃木県鹿沼市貝島町下上野502-2 ","latitude":36.561855,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":305,"distanceToPoint":11.863797070428893,"order":911},"geometry":{"type":"Point","coordinates":[139.766681,36.561855]}},{"type":"Feature","properties":{"name":"ガスト 宇都宮駒生店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":139.851748,"key":"018981","address":"栃木県宇都宮市駒生町2-15-3 ","latitude":36.57607,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":307,"distanceToPoint":7.759623598099528,"order":912},"geometry":{"type":"Point","coordinates":[139.851748,36.57607]}},{"type":"Feature","properties":{"name":"ガスト 今市店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.694349,"key":"011411","address":"栃木県日光市瀬川字長久保31-1 ","latitude":36.7268,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":322,"distanceToPoint":21.86496014090107,"order":913},"geometry":{"type":"Point","coordinates":[139.694349,36.7268]}},{"type":"Feature","properties":{"name":"ガスト 日光店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":139.611631,"key":"011952","address":"栃木県日光市御幸町595-1 ","latitude":36.750357,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":323,"distanceToPoint":7.822499027882607,"order":914},"geometry":{"type":"Point","coordinates":[139.611631,36.750357]}},{"type":"Feature","properties":{"name":"ガスト 鬼怒川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.707067,"key":"011857","address":"栃木県日光市鬼怒川温泉大原15-6 ","latitude":36.802329,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":326,"distanceToPoint":10.278478127546101,"order":915},"geometry":{"type":"Point","coordinates":[139.707067,36.802329]}},{"type":"Feature","properties":{"name":"ガスト 塩原関谷店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.901068,"key":"012731","address":"栃木県那須塩原市関谷490-2 ","latitude":36.954466,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":329,"distanceToPoint":24.16480382803184,"order":916},"geometry":{"type":"Point","coordinates":[139.901068,36.954466]}},{"type":"Feature","properties":{"name":"ガスト 会津インター店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.927215,"key":"011852","address":"福島県会津若松市町北町大字上荒久田116-1 ","latitude":37.517711,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":338,"distanceToPoint":62.67283248644759,"order":917},"geometry":{"type":"Point","coordinates":[139.927215,37.517711]}},{"type":"Feature","properties":{"name":"ガスト 喜多方店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.878989,"key":"011745","address":"福島県喜多方市字西四ツ谷327-1 ","latitude":37.647505,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":342,"distanceToPoint":15.045104373908988,"order":918},"geometry":{"type":"Point","coordinates":[139.878989,37.647505]}},{"type":"Feature","properties":{"name":"ガスト 米沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.117886,"key":"011848","address":"山形県米沢市金池5丁目8-11 ","latitude":37.923988,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":356,"distanceToPoint":37.227751176858,"order":919},"geometry":{"type":"Point","coordinates":[140.117886,37.923988]}},{"type":"Feature","properties":{"name":"ガスト 南陽店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":140.174432,"key":"017848","address":"山形県南陽市赤湯3051-1 ","latitude":38.048127,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":359,"distanceToPoint":14.666262521555446,"order":920},"geometry":{"type":"Point","coordinates":[140.174432,38.048127]}},{"type":"Feature","properties":{"name":"ガスト 山形あこや町店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":140.353094,"key":"011478","address":"山形県山形市あこや町2丁目3-26 ","latitude":38.241157,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":363,"distanceToPoint":26.548259486092388,"order":921},"geometry":{"type":"Point","coordinates":[140.353094,38.241157]}},{"type":"Feature","properties":{"name":"ガスト 山形桧町店","__marker_index":0,"__condition_flags":16732,"カテゴリ":"0101","longitude":140.331803,"key":"012812","address":"山形県山形市桧町2丁目11-18 ","latitude":38.278368,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":367,"distanceToPoint":4.536088642354664,"order":922},"geometry":{"type":"Point","coordinates":[140.331803,38.278368]}},{"type":"Feature","properties":{"name":"ガスト 天童店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":140.382491,"key":"011445","address":"山形県天童市鎌田本町2丁目1-10 ","latitude":38.359658,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":371,"distanceToPoint":10.062744611640898,"order":923},"geometry":{"type":"Point","coordinates":[140.382491,38.359658]}},{"type":"Feature","properties":{"name":"ガスト 東根店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.383698,"key":"011967","address":"山形県東根市大林1丁目3-23 ","latitude":38.432166,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":374,"distanceToPoint":8.063219008669153,"order":924},"geometry":{"type":"Point","coordinates":[140.383698,38.432166]}},{"type":"Feature","properties":{"name":"ガスト 寒河江店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":140.290754,"key":"017858","address":"山形県寒河江市大字寒河江字赤田132-2 ","latitude":38.373476,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":372,"distanceToPoint":10.401173915128444,"order":925},"geometry":{"type":"Point","coordinates":[140.290754,38.373476]}},{"type":"Feature","properties":{"name":"ガスト 新庄店","__marker_index":0,"__condition_flags":24956,"カテゴリ":"0101","longitude":140.310706,"key":"012844","address":"山形県新庄市金沢字中関谷703-1 ","latitude":38.768432,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":377,"distanceToPoint":43.95140440467388,"order":926},"geometry":{"type":"Point","coordinates":[140.310706,38.768432]}},{"type":"Feature","properties":{"name":"ガスト 鶴岡南店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.846438,"key":"011867","address":"山形県鶴岡市ほなみ町10-1 ","latitude":38.715933,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":375,"distanceToPoint":40.68633155640496,"order":927},"geometry":{"type":"Point","coordinates":[139.846438,38.715933]}},{"type":"Feature","properties":{"name":"ガスト 鶴岡店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.809389,"key":"011716","address":"山形県鶴岡市みどり町14-27 ","latitude":38.735209,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":375,"distanceToPoint":3.863121353580478,"order":928},"geometry":{"type":"Point","coordinates":[139.809389,38.735209]}},{"type":"Feature","properties":{"name":"ガスト 酒田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.850908,"key":"011717","address":"山形県酒田市みずほ2丁目20-1 ","latitude":38.903003,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":375,"distanceToPoint":19.001433507620586,"order":929},"geometry":{"type":"Point","coordinates":[139.850908,38.903003]}},{"type":"Feature","properties":{"name":"ガスト 酒田北店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":139.847683,"key":"012795","address":"山形県酒田市ゆたか3丁目2番地1 ","latitude":38.937886,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":375,"distanceToPoint":3.8888392114453723,"order":930},"geometry":{"type":"Point","coordinates":[139.847683,38.937886]}},{"type":"Feature","properties":{"name":"ガスト 象潟店","__marker_index":0,"__condition_flags":10172,"カテゴリ":"0101","longitude":139.901493,"key":"017827","address":"秋田県にかほ市象潟町字大門先6番地1 ","latitude":39.218927,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":378,"distanceToPoint":31.59367485139913,"order":931},"geometry":{"type":"Point","coordinates":[139.901493,39.218927]}},{"type":"Feature","properties":{"name":"ガスト 羽後本荘店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":140.059797,"key":"012742","address":"秋田県由利本荘市一番堰260 ","latitude":39.380723,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":380,"distanceToPoint":22.56595241581319,"order":932},"geometry":{"type":"Point","coordinates":[140.059797,39.380723]}},{"type":"Feature","properties":{"name":"ガスト 秋田茨島店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.098287,"key":"012733","address":"秋田県秋田市茨島4丁目3-27 ","latitude":39.69698,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":385,"distanceToPoint":35.32077669992679,"order":933},"geometry":{"type":"Point","coordinates":[140.098287,39.69698]}},{"type":"Feature","properties":{"name":"ガスト 秋田山王店","__marker_index":0,"__condition_flags":41886,"カテゴリ":"0101","longitude":140.096873,"key":"011780","address":"秋田県秋田市山王7丁目3-32 ","latitude":39.718629,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":386,"distanceToPoint":2.4102993164555495,"order":934},"geometry":{"type":"Point","coordinates":[140.096873,39.718629]}},{"type":"Feature","properties":{"name":"ガスト 秋田外旭川店","__marker_index":0,"__condition_flags":17308,"カテゴリ":"0101","longitude":140.096076,"key":"012701","address":"秋田県秋田市外旭川字三後田35-1 ","latitude":39.748937,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":387,"distanceToPoint":3.370789538855445,"order":935},"geometry":{"type":"Point","coordinates":[140.096076,39.748937]}},{"type":"Feature","properties":{"name":"ガスト 五城目店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.108935,"key":"012933","address":"秋田県南秋田郡五城目町上樋口字熊野堂59-1 ","latitude":39.934398,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":388,"distanceToPoint":20.651553621003906,"order":936},"geometry":{"type":"Point","coordinates":[140.108935,39.934398]}},{"type":"Feature","properties":{"name":"ガスト 男鹿店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.937797,"key":"011878","address":"秋田県男鹿市船越字内子224-22 ","latitude":39.902709,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":387,"distanceToPoint":15.014303554092674,"order":937},"geometry":{"type":"Point","coordinates":[139.937797,39.902709]}},{"type":"Feature","properties":{"name":"ガスト 能代店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.03747,"key":"012882","address":"秋田県能代市字大瀬儘下6-20 ","latitude":40.189871,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":387,"distanceToPoint":33.03897476868928,"order":938},"geometry":{"type":"Point","coordinates":[140.03747,40.189871]}},{"type":"Feature","properties":{"name":"ガスト 大館店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.554222,"key":"012735","address":"秋田県大館市清水3丁目2-1 ","latitude":40.279409,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":389,"distanceToPoint":44.981121484039,"order":939},"geometry":{"type":"Point","coordinates":[140.554222,40.279409]}},{"type":"Feature","properties":{"name":"ガスト 鹿角店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.792732,"key":"012839","address":"秋田県鹿角市花輪字下夕町164-1 ","latitude":40.200496,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":388,"distanceToPoint":22.064619706121885,"order":940},"geometry":{"type":"Point","coordinates":[140.792732,40.200496]}},{"type":"Feature","properties":{"name":"ガスト 弘前駅前店","__marker_index":0,"__condition_flags":24925,"カテゴリ":"0101","longitude":140.48085,"key":"012854","address":"青森県弘前市大字大町3丁目1-7 ","latitude":40.596994,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":390,"distanceToPoint":51.3936680964739,"order":941},"geometry":{"type":"Point","coordinates":[140.48085,40.596994]}},{"type":"Feature","properties":{"name":"ガスト 弘前城東店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.498531,"key":"012760","address":"青森県弘前市大字城東北4-5-13 ","latitude":40.609809,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":393,"distanceToPoint":2.063643506924394,"order":942},"geometry":{"type":"Point","coordinates":[140.498531,40.609809]}},{"type":"Feature","properties":{"name":"ガスト 弘前樋ノ口店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":140.444332,"key":"017847","address":"青森県弘前市大字樋の口2丁目9-6 ","latitude":40.602682,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":391,"distanceToPoint":4.6435680496304705,"order":943},"geometry":{"type":"Point","coordinates":[140.444332,40.602682]}},{"type":"Feature","properties":{"name":"ガスト 五所川原店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.450176,"key":"012802","address":"青森県五所川原市中央3丁目61 ","latitude":40.797774,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":392,"distanceToPoint":21.698863898598347,"order":944},"geometry":{"type":"Point","coordinates":[140.450176,40.797774]}},{"type":"Feature","properties":{"name":"ガスト 青森新町店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":140.737664,"key":"012809","address":"青森県青森市新町1丁目9-17 ","latitude":40.827328,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":393,"distanceToPoint":24.416624437302737,"order":945},"geometry":{"type":"Point","coordinates":[140.737664,40.827328]}},{"type":"Feature","properties":{"name":"ガスト 青森浜館店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":140.786936,"key":"012904","address":"青森県青森市浜館5丁目1-3 ","latitude":40.806683,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":392,"distanceToPoint":4.73943271269305,"order":946},"geometry":{"type":"Point","coordinates":[140.786936,40.806683]}},{"type":"Feature","properties":{"name":"ガスト 十和田店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":141.228422,"key":"012860","address":"青森県十和田市大字相坂字小林24-1 ","latitude":40.598407,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":390,"distanceToPoint":43.83365936118535,"order":947},"geometry":{"type":"Point","coordinates":[141.228422,40.598407]}},{"type":"Feature","properties":{"name":"ガスト イオン十和田店","__marker_index":0,"__condition_flags":860,"カテゴリ":"0101","longitude":141.256735,"key":"018740","address":"青森県十和田市大字相坂字六日町山166番1 ","latitude":40.603053,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":390,"distanceToPoint":2.445550972695172,"order":948},"geometry":{"type":"Point","coordinates":[141.256735,40.603053]}},{"type":"Feature","properties":{"name":"ガスト 八戸沼館店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.498554,"key":"017808","address":"青森県八戸市沼館4丁目7-101 ","latitude":40.526398,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":389,"distanceToPoint":22.133903166157243,"order":949},"geometry":{"type":"Point","coordinates":[141.498554,40.526398]}},{"type":"Feature","properties":{"name":"ガスト 八戸類家店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":141.506951,"key":"012888","address":"青森県八戸市南類家2丁目1-26 ","latitude":40.503352,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":388,"distanceToPoint":2.659097081366476,"order":950},"geometry":{"type":"Point","coordinates":[141.506951,40.503352]}},{"type":"Feature","properties":{"name":"ガスト 久慈店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":141.78579,"key":"012910","address":"岩手県久慈市長内町30-50-2-2 ","latitude":40.191028,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":387,"distanceToPoint":42.005800225232285,"order":951},"geometry":{"type":"Point","coordinates":[141.78579,40.191028]}},{"type":"Feature","properties":{"name":"ガスト 盛岡上堂店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":141.122541,"key":"017890","address":"岩手県盛岡市上堂4丁目13-10 ","latitude":39.729122,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":386,"distanceToPoint":76.3770927894005,"order":952},"geometry":{"type":"Point","coordinates":[141.122541,39.729122]}},{"type":"Feature","properties":{"name":"ガスト 盛岡大通店","__marker_index":0,"__condition_flags":16573,"カテゴリ":"0101","longitude":141.144236,"key":"012853","address":"岩手県盛岡市大通3丁目1-23 ","latitude":39.703293,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":385,"distanceToPoint":3.41937678041435,"order":953},"geometry":{"type":"Point","coordinates":[141.144236,39.703293]}},{"type":"Feature","properties":{"name":"ガスト 盛岡西バイパス店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":141.133713,"key":"017837","address":"岩手県盛岡市本宮4丁目33-13 ","latitude":39.685222,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":384,"distanceToPoint":2.2018970506219357,"order":954},"geometry":{"type":"Point","coordinates":[141.133713,39.685222]}},{"type":"Feature","properties":{"name":"ガスト 盛岡津志田店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":141.153311,"key":"012775","address":"岩手県盛岡市津志田南3丁目13-8 ","latitude":39.657328,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":383,"distanceToPoint":3.5261841936361535,"order":955},"geometry":{"type":"Point","coordinates":[141.153311,39.657328]}},{"type":"Feature","properties":{"name":"ガスト 花巻店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":141.123094,"key":"011310","address":"岩手県花巻市上小舟渡47-2 ","latitude":39.397316,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":380,"distanceToPoint":29.02797652850551,"order":956},"geometry":{"type":"Point","coordinates":[141.123094,39.397316]}},{"type":"Feature","properties":{"name":"ガスト 北上金ヶ崎店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":141.099628,"key":"017990","address":"岩手県胆沢郡金ケ崎町三ケ尻荒巻165 ","latitude":39.220203,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":378,"distanceToPoint":19.797308469775622,"order":957},"geometry":{"type":"Point","coordinates":[141.099628,39.220203]}},{"type":"Feature","properties":{"name":"ガスト 水沢店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":141.149383,"key":"011875","address":"岩手県奥州市水沢区佐倉河字川原田140-1 ","latitude":39.144198,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":376,"distanceToPoint":9.477176245209405,"order":958},"geometry":{"type":"Point","coordinates":[141.149383,39.144198]}},{"type":"Feature","properties":{"name":"ガスト 一関店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":141.134617,"key":"011955","address":"岩手県一関市石畑6-25 ","latitude":38.938336,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":375,"distanceToPoint":22.926336458550637,"order":959},"geometry":{"type":"Point","coordinates":[141.134617,38.938336]}},{"type":"Feature","properties":{"name":"ガスト 古川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.965698,"key":"011468","address":"宮城県大崎市古川駅前大通4丁目3番地12 ","latitude":38.576121,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":374,"distanceToPoint":42.8571192385252,"order":960},"geometry":{"type":"Point","coordinates":[140.965698,38.576121]}},{"type":"Feature","properties":{"name":"ガスト 富谷大清水店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.87343,"key":"018755","address":"宮城県富谷市富谷33-1 ","latitude":38.363612,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":371,"distanceToPoint":24.957947848874316,"order":961},"geometry":{"type":"Point","coordinates":[140.87343,38.363612]}},{"type":"Feature","properties":{"name":"ガスト 泉パークタウン店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.835653,"key":"012977","address":"宮城県仙台市泉区紫山1丁目4 ","latitude":38.344656,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":370,"distanceToPoint":3.9107370515906776,"order":962},"geometry":{"type":"Point","coordinates":[140.835653,38.344656]}},{"type":"Feature","properties":{"name":"ガスト 仙台八乙女店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.88338,"key":"018654","address":"宮城県仙台市泉区八乙女中央3丁目4-52 ","latitude":38.315353,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":368,"distanceToPoint":5.286602620779803,"order":963},"geometry":{"type":"Point","coordinates":[140.88338,38.315353]}},{"type":"Feature","properties":{"name":"ガスト 泉バイパス店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.899233,"key":"011559","address":"宮城県仙台市泉区市名坂楢町125 ","latitude":38.318248,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":368,"distanceToPoint":1.420032584784948,"order":964},"geometry":{"type":"Point","coordinates":[140.899233,38.318248]}},{"type":"Feature","properties":{"name":"ガスト 仙台北四番丁店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.868306,"key":"018751","address":"宮城県仙台市青葉区木町通2丁目6-66 ","latitude":38.273693,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":366,"distanceToPoint":5.641749608541924,"order":965},"geometry":{"type":"Point","coordinates":[140.868306,38.273693]}},{"type":"Feature","properties":{"name":"ガスト 仙台木町通店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":140.86562,"key":"011210","address":"宮城県仙台市青葉区木町通2丁目2-10 ","latitude":38.271896,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":365,"distanceToPoint":0.30806903076597997,"order":966},"geometry":{"type":"Point","coordinates":[140.86562,38.271896]}},{"type":"Feature","properties":{"name":"ガスト 仙台名掛丁店","__marker_index":0,"__condition_flags":2156,"カテゴリ":"0101","longitude":140.879263,"key":"017724","address":"宮城県仙台市青葉区中央1丁目8-20 ドン・キホーテ仙台駅西口本店 ","latitude":38.261595,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":364,"distanceToPoint":1.6524695828063447,"order":967},"geometry":{"type":"Point","coordinates":[140.879263,38.261595]}},{"type":"Feature","properties":{"name":"ガスト 仙台榴岡店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.894933,"key":"018693","address":"宮城県仙台市宮城野区榴岡5丁目10-14 ","latitude":38.257903,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":363,"distanceToPoint":1.4284383827028544,"order":968},"geometry":{"type":"Point","coordinates":[140.894933,38.257903]}},{"type":"Feature","properties":{"name":"ガスト 仙台鈎取店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":140.837633,"key":"018752","address":"宮城県仙台市太白区鈎取本町1丁目21-1 ","latitude":38.218313,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":362,"distanceToPoint":6.665131632125249,"order":969},"geometry":{"type":"Point","coordinates":[140.837633,38.218313]}},{"type":"Feature","properties":{"name":"ガスト 名取田高店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.875706,"key":"012756","address":"宮城県名取市田高字原318-1 ","latitude":38.179809,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":360,"distanceToPoint":5.422152120054623,"order":970},"geometry":{"type":"Point","coordinates":[140.875706,38.179809]}},{"type":"Feature","properties":{"name":"ガスト 多賀城店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":141.012296,"key":"011254","address":"宮城県多賀城市伝上山1丁目14番地23号 ","latitude":38.295795,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":361,"distanceToPoint":17.568361677496778,"order":971},"geometry":{"type":"Point","coordinates":[141.012296,38.295795]}},{"type":"Feature","properties":{"name":"ガスト 石巻西店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":141.262853,"key":"011746","address":"宮城県石巻市門脇元浦屋敷11-4 ","latitude":38.430456,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":361,"distanceToPoint":26.48452137910563,"order":972},"geometry":{"type":"Point","coordinates":[141.262853,38.430456]}},{"type":"Feature","properties":{"name":"ガスト 石巻店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":141.300931,"key":"011265","address":"宮城県石巻市中里2丁目1-11 ","latitude":38.441141,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":361,"distanceToPoint":3.5229735429858837,"order":973},"geometry":{"type":"Point","coordinates":[141.300931,38.441141]}},{"type":"Feature","properties":{"name":"ガスト 仙南大河原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.734517,"key":"011313","address":"宮城県柴田郡大河原町字新東22-8 ","latitude":38.05693,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":359,"distanceToPoint":65.35779186279026,"order":974},"geometry":{"type":"Point","coordinates":[140.734517,38.05693]}},{"type":"Feature","properties":{"name":"ガスト 白石店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.611181,"key":"011715","address":"宮城県白石市大平森合字森合沖79-1 ","latitude":37.996778,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":358,"distanceToPoint":12.706077976913349,"order":975},"geometry":{"type":"Point","coordinates":[140.611181,37.996778]}},{"type":"Feature","properties":{"name":"ガスト 福島本内店","__marker_index":0,"__condition_flags":262556,"カテゴリ":"0101","longitude":140.485536,"key":"017979","address":"福島県福島市本内字松川畑2-2 ","latitude":37.779661,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":345,"distanceToPoint":26.541063649737133,"order":976},"geometry":{"type":"Point","coordinates":[140.485536,37.779661]}},{"type":"Feature","properties":{"name":"ガスト 福島北店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":140.452998,"key":"011871","address":"福島県福島市南矢野目字中屋敷50-7 ","latitude":37.788959,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":345,"distanceToPoint":3.0406130872199153,"order":977},"geometry":{"type":"Point","coordinates":[140.452998,37.788959]}},{"type":"Feature","properties":{"name":"ガスト 福島西口店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":140.453031,"key":"011791","address":"福島県福島市太田町38-14 ","latitude":37.755545,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":343,"distanceToPoint":3.7154735430776102,"order":978},"geometry":{"type":"Point","coordinates":[140.453031,37.755545]}},{"type":"Feature","properties":{"name":"ガスト 本宮インター店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.379648,"key":"017986","address":"福島県本宮市荒井字久保田 132-8-6","latitude":37.485536,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":337,"distanceToPoint":30.711449925823953,"order":979},"geometry":{"type":"Point","coordinates":[140.379648,37.485536]}},{"type":"Feature","properties":{"name":"ガスト 原町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":140.97649,"key":"012900","address":"福島県南相馬市原町区桜井町1丁目7 ","latitude":37.639895,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":340,"distanceToPoint":55.33643337365647,"order":980},"geometry":{"type":"Point","coordinates":[140.97649,37.639895]}},{"type":"Feature","properties":{"name":"ガスト 新潟村上店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.487456,"key":"011905","address":"新潟県村上市大字仲間町539-4 ","latitude":38.216701,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":353,"distanceToPoint":145.4975123732691,"order":981},"geometry":{"type":"Point","coordinates":[139.487456,38.216701]}},{"type":"Feature","properties":{"name":"ガスト 新発田店","__marker_index":0,"__condition_flags":26012,"カテゴリ":"0101","longitude":139.306998,"key":"017836","address":"新潟県新発田市舟入町3丁目2番15号 ","latitude":37.960816,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":352,"distanceToPoint":32.542321243125215,"order":982},"geometry":{"type":"Point","coordinates":[139.306998,37.960816]}},{"type":"Feature","properties":{"name":"ガスト 豊栄店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":139.207174,"key":"012878","address":"新潟県新潟市北区葛塚字巳高入1246-7 ","latitude":37.920341,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":350,"distanceToPoint":9.843132800195546,"order":983},"geometry":{"type":"Point","coordinates":[139.207174,37.920341]}},{"type":"Feature","properties":{"name":"ガスト 亀田店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.103197,"key":"012721","address":"新潟県新潟市江南区西町3丁目1-80 ","latitude":37.874995,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":345,"distanceToPoint":10.424103473835856,"order":984},"geometry":{"type":"Point","coordinates":[139.103197,37.874995]}},{"type":"Feature","properties":{"name":"ガスト 新潟紫竹山店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.06729,"key":"018987","address":"新潟県新潟市中央区紫竹山2丁目5番10号 ","latitude":37.901248,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":346,"distanceToPoint":4.295462293578316,"order":985},"geometry":{"type":"Point","coordinates":[139.06729,37.901248]}},{"type":"Feature","properties":{"name":"ガスト 新潟八千代店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":139.052298,"key":"012981","address":"新潟県新潟市中央区八千代2丁目3番8号 ","latitude":37.914196,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":347,"distanceToPoint":1.9500999266378523,"order":986},"geometry":{"type":"Point","coordinates":[139.052298,37.914196]}},{"type":"Feature","properties":{"name":"ガスト 新潟近江店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":139.032363,"key":"018855","address":"新潟県新潟市中央区上近江3丁目19-31 ","latitude":37.899874,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":345,"distanceToPoint":2.3653929692675226,"order":987},"geometry":{"type":"Point","coordinates":[139.032363,37.899874]}},{"type":"Feature","properties":{"name":"ガスト 新潟関屋店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":139.020159,"key":"012816","address":"新潟県新潟市中央区関新3丁目2-15 ","latitude":37.907254,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":345,"distanceToPoint":1.3490487326640626,"order":988},"geometry":{"type":"Point","coordinates":[139.020159,37.907254]}},{"type":"Feature","properties":{"name":"ガスト 新潟山田店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":139.019164,"key":"018600","address":"新潟県新潟市西区山田2307-364 ","latitude":37.867362,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":343,"distanceToPoint":4.436653490775807,"order":989},"geometry":{"type":"Point","coordinates":[139.019164,37.867362]}},{"type":"Feature","properties":{"name":"ガスト 新潟五十嵐店","__marker_index":0,"__condition_flags":24989,"カテゴリ":"0101","longitude":138.95696,"key":"012749","address":"新潟県新潟市西区五十嵐一の町6788-3 ","latitude":37.872732,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":343,"distanceToPoint":5.492693578467347,"order":990},"geometry":{"type":"Point","coordinates":[138.95696,37.872732]}},{"type":"Feature","properties":{"name":"ガスト 白根店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.017198,"key":"011860","address":"新潟県新潟市南区七軒152-1 ","latitude":37.770831,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":341,"distanceToPoint":12.505360926198923,"order":991},"geometry":{"type":"Point","coordinates":[139.017198,37.770831]}},{"type":"Feature","properties":{"name":"ガスト 新津店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.110092,"key":"011925","address":"新潟県新潟市秋葉区古田1-4-8 ","latitude":37.794073,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":341,"distanceToPoint":8.563036621619993,"order":992},"geometry":{"type":"Point","coordinates":[139.110092,37.794073]}},{"type":"Feature","properties":{"name":"ガスト 加茂店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.045823,"key":"011757","address":"新潟県加茂市寿町1577ー3 ","latitude":37.660626,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":340,"distanceToPoint":15.878731117492658,"order":993},"geometry":{"type":"Point","coordinates":[139.045823,37.660626]}},{"type":"Feature","properties":{"name":"ガスト 東三条店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":138.974862,"key":"012842","address":"新潟県三条市興野3丁目13-36 ","latitude":37.635522,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":338,"distanceToPoint":6.842790609995573,"order":994},"geometry":{"type":"Point","coordinates":[138.974862,37.635522]}},{"type":"Feature","properties":{"name":"ガスト 三条須頃店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":138.939963,"key":"011763","address":"新潟県三条市大字上須頃字中沢道下329-1 ","latitude":37.635841,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":338,"distanceToPoint":3.0732864649337195,"order":995},"geometry":{"type":"Point","coordinates":[138.939963,37.635841]}},{"type":"Feature","properties":{"name":"ガスト 見附店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":138.909086,"key":"011891","address":"新潟県見附市葛巻町1681-1 ","latitude":37.530281,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":337,"distanceToPoint":12.048975847158234,"order":996},"geometry":{"type":"Point","coordinates":[138.909086,37.530281]}},{"type":"Feature","properties":{"name":"ガスト 長岡川崎店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":138.8741,"key":"018980","address":"新潟県長岡市川崎町1275 ","latitude":37.458173,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":336,"distanceToPoint":8.591640594394157,"order":997},"geometry":{"type":"Point","coordinates":[138.8741,37.458173]}},{"type":"Feature","properties":{"name":"ガスト 長岡宮内店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":138.846497,"key":"909216","address":"新潟県長岡市曲新町538-1 ","latitude":37.421674,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":335,"distanceToPoint":4.733975173609328,"order":998},"geometry":{"type":"Point","coordinates":[138.846497,37.421674]}},{"type":"Feature","properties":{"name":"ガスト 小千谷店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":138.795876,"key":"012720","address":"新潟県小千谷市大字平沢新田字荒田40-2 ","latitude":37.319109,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":332,"distanceToPoint":12.250663576404195,"order":999},"geometry":{"type":"Point","coordinates":[138.795876,37.319109]}},{"type":"Feature","properties":{"name":"ガスト 柏崎日吉店","__marker_index":0,"__condition_flags":8796,"カテゴリ":"0101","longitude":138.57462,"key":"018849","address":"新潟県柏崎市日吉町3-28 ","latitude":37.367738,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":333,"distanceToPoint":20.293068090507177,"order":1000},"geometry":{"type":"Point","coordinates":[138.57462,37.367738]}},{"type":"Feature","properties":{"name":"ガスト 柏崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.556038,"key":"011668","address":"新潟県柏崎市柳橋町10 ","latitude":37.360981,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":332,"distanceToPoint":1.8059374799123544,"order":1001},"geometry":{"type":"Point","coordinates":[138.556038,37.360981]}},{"type":"Feature","properties":{"name":"ガスト 上越店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.236898,"key":"011232","address":"新潟県上越市石橋1丁目9番地 ","latitude":37.160862,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":331,"distanceToPoint":35.956265388868594,"order":1002},"geometry":{"type":"Point","coordinates":[138.236898,37.160862]}},{"type":"Feature","properties":{"name":"ガスト 新井店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":138.260594,"key":"011987","address":"新潟県妙高市大字中川4番20号 ","latitude":37.040285,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":329,"distanceToPoint":13.57126734507523,"order":1003},"geometry":{"type":"Point","coordinates":[138.260594,37.040285]}},{"type":"Feature","properties":{"name":"ガスト 飯山店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":138.357236,"key":"012727","address":"長野県飯山市大字静間字町尻1385-1 ","latitude":36.835138,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":326,"distanceToPoint":24.37482672380043,"order":1004},"geometry":{"type":"Point","coordinates":[138.357236,36.835138]}},{"type":"Feature","properties":{"name":"ガスト 信州中野店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.356658,"key":"011664","address":"長野県中野市大字吉田548-3 ","latitude":36.755098,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":324,"distanceToPoint":8.900203030962418,"order":1005},"geometry":{"type":"Point","coordinates":[138.356658,36.755098]}},{"type":"Feature","properties":{"name":"ガスト 須坂インター店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.268612,"key":"011636","address":"長野県須坂市大字福島雁土橋322-1 ","latitude":36.637988,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":312,"distanceToPoint":15.205123846840852,"order":1006},"geometry":{"type":"Point","coordinates":[138.268612,36.637988]}},{"type":"Feature","properties":{"name":"ガスト 長野古牧店","__marker_index":0,"__condition_flags":9660,"カテゴリ":"0101","longitude":138.20826,"key":"011260","address":"長野県長野市大字高田459-3 ","latitude":36.648169,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":312,"distanceToPoint":5.502293747102466,"order":1007},"geometry":{"type":"Point","coordinates":[138.20826,36.648169]}},{"type":"Feature","properties":{"name":"ガスト 長野SBC通店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.205322,"key":"011433","address":"長野県長野市三輪10丁目4番地4 ","latitude":36.67068,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":314,"distanceToPoint":2.5167942417675944,"order":1008},"geometry":{"type":"Point","coordinates":[138.205322,36.67068]}},{"type":"Feature","properties":{"name":"ガスト 長野稲里店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":138.173914,"key":"012994","address":"長野県長野市稲里1丁目6-25 ","latitude":36.61271,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":310,"distanceToPoint":7.028746583089643,"order":1009},"geometry":{"type":"Point","coordinates":[138.173914,36.61271]}},{"type":"Feature","properties":{"name":"ガスト 篠ノ井バイパス店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":138.163846,"key":"018725","address":"長野県長野市川中島町御厨字高柳2346-1 ","latitude":36.582454,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":307,"distanceToPoint":3.482307422995237,"order":1010},"geometry":{"type":"Point","coordinates":[138.163846,36.582454]}},{"type":"Feature","properties":{"name":"ガスト 更埴店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.122936,"key":"011693","address":"長野県千曲市大字杭瀬下字東沖32-2 ","latitude":36.532392,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":304,"distanceToPoint":6.6587880315743755,"order":1011},"geometry":{"type":"Point","coordinates":[138.122936,36.532392]}},{"type":"Feature","properties":{"name":"ガスト 上田天神店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":138.24773,"key":"011898","address":"長野県上田市天神1丁目4-1 ","latitude":36.39947,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":297,"distanceToPoint":18.520074411673008,"order":1012},"geometry":{"type":"Point","coordinates":[138.24773,36.39947]}},{"type":"Feature","properties":{"name":"ガスト 上田店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":138.265174,"key":"018742","address":"長野県上田市材木町2丁目10-4 ","latitude":36.397603,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":296,"distanceToPoint":1.575013238593577,"order":1013},"geometry":{"type":"Point","coordinates":[138.265174,36.397603]}},{"type":"Feature","properties":{"name":"ガスト 小諸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.41545,"key":"018652","address":"長野県小諸市大字諸1丁目5番21号 ","latitude":36.336686,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":285,"distanceToPoint":15.064225078103323,"order":1014},"geometry":{"type":"Point","coordinates":[138.41545,36.336686]}},{"type":"Feature","properties":{"name":"ガスト 佐久平駅前店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":138.467469,"key":"012752","address":"長野県佐久市佐久平駅東15-11 ","latitude":36.277033,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":267,"distanceToPoint":8.107149067884649,"order":1015},"geometry":{"type":"Point","coordinates":[138.467469,36.277033]}},{"type":"Feature","properties":{"name":"ガスト 南佐久店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":138.485139,"key":"012837","address":"長野県南佐久郡佐久穂町大字高野町716-1 ","latitude":36.16502,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":248,"distanceToPoint":12.555752164808014,"order":1016},"geometry":{"type":"Point","coordinates":[138.485139,36.16502]}},{"type":"Feature","properties":{"name":"ガスト 茅野店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":138.171119,"key":"012875","address":"長野県茅野市本町東15番2号 ","latitude":36.001776,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":218,"distanceToPoint":33.552920476756924,"order":1017},"geometry":{"type":"Point","coordinates":[138.171119,36.001776]}},{"type":"Feature","properties":{"name":"ガスト 諏訪インター店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.130803,"key":"018673","address":"長野県諏訪市沖田町4丁目41-2 ","latitude":36.008081,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":218,"distanceToPoint":3.693693968960496,"order":1018},"geometry":{"type":"Point","coordinates":[138.130803,36.008081]}},{"type":"Feature","properties":{"name":"ガスト 下諏訪店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.088864,"key":"011162","address":"長野県諏訪郡下諏訪町南四王6141-2 ","latitude":36.067896,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":226,"distanceToPoint":7.645764594486826,"order":1019},"geometry":{"type":"Point","coordinates":[138.088864,36.067896]}},{"type":"Feature","properties":{"name":"ガスト 岡谷インター店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":138.04122,"key":"018748","address":"長野県岡谷市神明町4丁目11-17 ","latitude":36.084732,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":231,"distanceToPoint":4.673205523526165,"order":1020},"geometry":{"type":"Point","coordinates":[138.04122,36.084732]}},{"type":"Feature","properties":{"name":"ガスト 塩尻店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":137.954863,"key":"012769","address":"長野県塩尻市大字広丘高出88-6 ","latitude":36.130132,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":238,"distanceToPoint":9.255859943524522,"order":1021},"geometry":{"type":"Point","coordinates":[137.954863,36.130132]}},{"type":"Feature","properties":{"name":"ガスト 松本村井店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.96144,"key":"018588","address":"長野県松本市村井町南2丁目21-52 ","latitude":36.175832,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":245,"distanceToPoint":5.115810104348068,"order":1022},"geometry":{"type":"Point","coordinates":[137.96144,36.175832]}},{"type":"Feature","properties":{"name":"ガスト 松本高宮店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.960649,"key":"011488","address":"長野県松本市高宮中1-36 ","latitude":36.214505,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":249,"distanceToPoint":4.300833110417268,"order":1023},"geometry":{"type":"Point","coordinates":[137.960649,36.214505]}},{"type":"Feature","properties":{"name":"ガスト 松本中央店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":137.967546,"key":"018845","address":"長野県松本市中央1丁目10-7 中兼ビル1F","latitude":36.232847,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":249,"distanceToPoint":2.1313117737988714,"order":1024},"geometry":{"type":"Point","coordinates":[137.967546,36.232847]}},{"type":"Feature","properties":{"name":"ガスト 松本元町店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.981181,"key":"012801","address":"長野県松本市元町2丁目1-11 ","latitude":36.242971,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":251,"distanceToPoint":1.6621414204329017,"order":1025},"geometry":{"type":"Point","coordinates":[137.981181,36.242971]}},{"type":"Feature","properties":{"name":"ガスト 梓川店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.890147,"key":"012880","address":"長野県松本市梓川倭1-5 ","latitude":36.243259,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":251,"distanceToPoint":8.164043775381094,"order":1026},"geometry":{"type":"Point","coordinates":[137.890147,36.243259]}},{"type":"Feature","properties":{"name":"ガスト 豊科店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.914848,"key":"011994","address":"長野県安曇野市豊科南穂高603-1 ","latitude":36.301294,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":260,"distanceToPoint":6.8225596983792505,"order":1027},"geometry":{"type":"Point","coordinates":[137.914848,36.301294]}},{"type":"Feature","properties":{"name":"ガスト 長野大町店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":137.851486,"key":"011729","address":"長野県大町市常盤字上橋5897ー13 ","latitude":36.482342,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":284,"distanceToPoint":20.91528549185862,"order":1028},"geometry":{"type":"Point","coordinates":[137.851486,36.482342]}},{"type":"Feature","properties":{"name":"ガスト 白馬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.858249,"key":"011758","address":"長野県北安曇郡白馬村大字北城字前田615 ","latitude":36.686305,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":296,"distanceToPoint":22.687719536601122,"order":1029},"geometry":{"type":"Point","coordinates":[137.858249,36.686305]}},{"type":"Feature","properties":{"name":"ガスト 糸魚川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.851494,"key":"011904","address":"新潟県糸魚川市大字横町2-4-3 ","latitude":37.042821,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":303,"distanceToPoint":39.64737970840861,"order":1030},"geometry":{"type":"Point","coordinates":[137.851494,37.042821]}},{"type":"Feature","properties":{"name":"ガスト 黒部店","__marker_index":0,"__condition_flags":26012,"カテゴリ":"0101","longitude":137.462429,"key":"012868","address":"富山県黒部市荻生字西小路7663-1 ","latitude":36.882897,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":302,"distanceToPoint":38.87334598066986,"order":1031},"geometry":{"type":"Point","coordinates":[137.462429,36.882897]}},{"type":"Feature","properties":{"name":"ガスト 滑川店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.347636,"key":"018632","address":"富山県滑川市沖田新3-1 ","latitude":36.754788,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":299,"distanceToPoint":17.531036234008436,"order":1032},"geometry":{"type":"Point","coordinates":[137.347636,36.754788]}},{"type":"Feature","properties":{"name":"ガスト 富山荒川店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.246303,"key":"012871","address":"富山県富山市荒川2丁目15-31 ","latitude":36.696309,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":296,"distanceToPoint":11.128605162371645,"order":1033},"geometry":{"type":"Point","coordinates":[137.246303,36.696309]}},{"type":"Feature","properties":{"name":"ガスト 富山開店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":137.259241,"key":"018661","address":"富山県富山市開29 ","latitude":36.681576,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":295,"distanceToPoint":2.0036696807615946,"order":1034},"geometry":{"type":"Point","coordinates":[137.259241,36.681576]}},{"type":"Feature","properties":{"name":"ガスト 富山高屋敷店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":137.243097,"key":"011767","address":"富山県富山市高屋敷一区685-1 ","latitude":36.670938,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":294,"distanceToPoint":1.8633528572335953,"order":1035},"geometry":{"type":"Point","coordinates":[137.243097,36.670938]}},{"type":"Feature","properties":{"name":"ガスト 富山空港通店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":137.202018,"key":"011174","address":"富山県富山市二口町5丁目10-4 ","latitude":36.668225,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":293,"distanceToPoint":3.676184351677588,"order":1036},"geometry":{"type":"Point","coordinates":[137.202018,36.668225]}},{"type":"Feature","properties":{"name":"ガスト 大沢野店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":137.205383,"key":"011897","address":"富山県富山市長附695-1 ","latitude":36.587031,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":289,"distanceToPoint":9.033365682136834,"order":1037},"geometry":{"type":"Point","coordinates":[137.205383,36.587031]}},{"type":"Feature","properties":{"name":"ガスト 小杉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.096984,"key":"011870","address":"富山県射水市中太閤山15丁目2-2 ","latitude":36.70374,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":292,"distanceToPoint":16.18465432271974,"order":1038},"geometry":{"type":"Point","coordinates":[137.096984,36.70374]}},{"type":"Feature","properties":{"name":"ガスト 高岡木津新店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.001569,"key":"011732","address":"富山県高岡市木津1561ー1 ","latitude":36.731126,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":292,"distanceToPoint":9.033397666110803,"order":1039},"geometry":{"type":"Point","coordinates":[137.001569,36.731126]}},{"type":"Feature","properties":{"name":"ガスト 高岡四屋店","__marker_index":0,"__condition_flags":9629,"カテゴリ":"0101","longitude":137.002606,"key":"011133","address":"富山県高岡市四屋613-2 ","latitude":36.761093,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":292,"distanceToPoint":3.333463737737122,"order":1040},"geometry":{"type":"Point","coordinates":[137.002606,36.761093]}},{"type":"Feature","properties":{"name":"ガスト 氷見店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":136.975509,"key":"012783","address":"富山県氷見市大野新47 ","latitude":36.858846,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":292,"distanceToPoint":11.134122839362698,"order":1041},"geometry":{"type":"Point","coordinates":[136.975509,36.858846]}},{"type":"Feature","properties":{"name":"ガスト 砺波店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.956859,"key":"011833","address":"富山県砺波市豊町2丁目14-22 ","latitude":36.627598,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":290,"distanceToPoint":25.767281038032646,"order":1042},"geometry":{"type":"Point","coordinates":[136.956859,36.627598]}},{"type":"Feature","properties":{"name":"ガスト 金沢駅前店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":136.647584,"key":"017856","address":"石川県金沢市昭和町13-20 ","latitude":36.574748,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":288,"distanceToPoint":28.22686394107653,"order":1043},"geometry":{"type":"Point","coordinates":[136.647584,36.574748]}},{"type":"Feature","properties":{"name":"ガスト 金沢入江店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.625973,"key":"012902","address":"石川県金沢市入江2丁目168 ","latitude":36.565349,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":287,"distanceToPoint":2.194762663330561,"order":1044},"geometry":{"type":"Point","coordinates":[136.625973,36.565349]}},{"type":"Feature","properties":{"name":"ガスト 金沢松村店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":136.618138,"key":"011851","address":"石川県金沢市松村町又79 ","latitude":36.588633,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":287,"distanceToPoint":2.6819305827127544,"order":1045},"geometry":{"type":"Point","coordinates":[136.618138,36.588633]}},{"type":"Feature","properties":{"name":"ガスト 金沢伏見台店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.638063,"key":"011432","address":"石川県金沢市伏見台3丁目1-11 ","latitude":36.531471,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":286,"distanceToPoint":6.600564273309092,"order":1046},"geometry":{"type":"Point","coordinates":[136.638063,36.531471]}},{"type":"Feature","properties":{"name":"ガスト 松任店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.576798,"key":"011247","address":"石川県白山市幸明町290-1 ","latitude":36.517936,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":285,"distanceToPoint":5.677532422703638,"order":1047},"geometry":{"type":"Point","coordinates":[136.576798,36.517936]}},{"type":"Feature","properties":{"name":"ガスト 小松店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.47901,"key":"011892","address":"石川県小松市一針町12-13 ","latitude":36.42396,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":283,"distanceToPoint":13.62548966750874,"order":1048},"geometry":{"type":"Point","coordinates":[136.47901,36.42396]}},{"type":"Feature","properties":{"name":"ガスト 福井坂井店","__marker_index":0,"__condition_flags":24972,"カテゴリ":"0101","longitude":136.221103,"key":"012897","address":"福井県坂井市坂井町下新庄16-25 ","latitude":36.168845,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":243,"distanceToPoint":36.59162112047273,"order":1049},"geometry":{"type":"Point","coordinates":[136.221103,36.168845]}},{"type":"Feature","properties":{"name":"ガスト 福井春江店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":136.219529,"key":"018739","address":"福井県坂井市春江町江留上昭和133 ","latitude":36.122307,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":235,"distanceToPoint":5.176726317650219,"order":1050},"geometry":{"type":"Point","coordinates":[136.219529,36.122307]}},{"type":"Feature","properties":{"name":"ガスト 福井文京店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":136.203642,"key":"017835","address":"福井県福井市文京5丁目15-29 ","latitude":36.076202,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":229,"distanceToPoint":5.321646875839752,"order":1051},"geometry":{"type":"Point","coordinates":[136.203642,36.076202]}},{"type":"Feature","properties":{"name":"ガスト 福井東店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":136.239923,"key":"011454","address":"福井県福井市長本町202 ","latitude":36.073079,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":227,"distanceToPoint":3.279139482476906,"order":1052},"geometry":{"type":"Point","coordinates":[136.239923,36.073079]}},{"type":"Feature","properties":{"name":"ガスト 鯖江店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.17609,"key":"011906","address":"福井県鯖江市糺町33号1番9号 ","latitude":35.973998,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":213,"distanceToPoint":12.423205228473245,"order":1053},"geometry":{"type":"Point","coordinates":[136.17609,35.973998]}},{"type":"Feature","properties":{"name":"ガスト 武生店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.191732,"key":"011475","address":"福井県越前市横市町28-27-1 ","latitude":35.907746,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":194,"distanceToPoint":7.500277157898209,"order":1054},"geometry":{"type":"Point","coordinates":[136.191732,35.907746]}},{"type":"Feature","properties":{"name":"ガスト 敦賀店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.071578,"key":"018764","address":"福井県敦賀市白銀町13-39 ","latitude":35.647469,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":63,"distanceToPoint":30.904717474064892,"order":1055},"geometry":{"type":"Point","coordinates":[136.071578,35.647469]}},{"type":"Feature","properties":{"name":"ガスト 桑名西店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":136.627578,"key":"011737","address":"三重県桑名市大字星川字半之木800ー3 ","latitude":35.066725,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":23,"distanceToPoint":81.92877670596393,"order":1056},"geometry":{"type":"Point","coordinates":[136.627578,35.066725]}},{"type":"Feature","properties":{"name":"ガスト 桑名店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":136.685191,"key":"017857","address":"三重県桑名市矢田磧164-1 ","latitude":35.059899,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":22,"distanceToPoint":5.2983045333722725,"order":1057},"geometry":{"type":"Point","coordinates":[136.685191,35.059899]}},{"type":"Feature","properties":{"name":"ガスト 三重朝日町店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":136.671569,"key":"018635","address":"三重県三重郡朝日町大字小向字御田257-1 ","latitude":35.033041,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":21,"distanceToPoint":3.2336985662659816,"order":1058},"geometry":{"type":"Point","coordinates":[136.671569,35.033041]}},{"type":"Feature","properties":{"name":"ガスト 四日市久保田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.606448,"key":"011600","address":"三重県四日市市久保田1丁目5-39 ","latitude":34.974626,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":19,"distanceToPoint":8.79610525303488,"order":1059},"geometry":{"type":"Point","coordinates":[136.606448,34.974626]}},{"type":"Feature","properties":{"name":"ガスト 四日市店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.606996,"key":"012831","address":"三重県四日市市日永東3丁目1-23 ","latitude":34.947816,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":18,"distanceToPoint":2.981558345115662,"order":1060},"geometry":{"type":"Point","coordinates":[136.606996,34.947816]}},{"type":"Feature","properties":{"name":"ガスト 四日市インター店","__marker_index":0,"__condition_flags":9564,"カテゴリ":"0101","longitude":136.550491,"key":"017838","address":"三重県四日市市智積町字間渡5931 ","latitude":34.989196,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":18,"distanceToPoint":6.905173289096999,"order":1061},"geometry":{"type":"Point","coordinates":[136.550491,34.989196]}},{"type":"Feature","properties":{"name":"ガスト 亀山店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.457668,"key":"011620","address":"三重県亀山市東御幸町穴渕219-9 ","latitude":34.851601,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":14,"distanceToPoint":17.48456125733135,"order":1062},"geometry":{"type":"Point","coordinates":[136.457668,34.851601]}},{"type":"Feature","properties":{"name":"ガスト 鈴鹿白子店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":136.581988,"key":"011747","address":"三重県鈴鹿市寺家5丁目1-31 ","latitude":34.830126,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":13,"distanceToPoint":11.59431586714723,"order":1063},"geometry":{"type":"Point","coordinates":[136.581988,34.830126]}},{"type":"Feature","properties":{"name":"ガスト 三重大学前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.521126,"key":"018964","address":"三重県津市栗真町屋町字松ヶ枝398-4 ","latitude":34.750216,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":10,"distanceToPoint":10.480619390434631,"order":1064},"geometry":{"type":"Point","coordinates":[136.521126,34.750216]}},{"type":"Feature","properties":{"name":"ガスト 久居インター店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":136.453607,"key":"017874","address":"三重県津市戸木町7827-1 ","latitude":34.679805,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":8,"distanceToPoint":9.969175692006331,"order":1065},"geometry":{"type":"Point","coordinates":[136.453607,34.679805]}},{"type":"Feature","properties":{"name":"ガスト 一志嬉野店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":136.478038,"key":"012852","address":"三重県松阪市嬉野中川町字樋口75-5 ","latitude":34.632493,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":6,"distanceToPoint":5.715786411842776,"order":1066},"geometry":{"type":"Point","coordinates":[136.478038,34.632493]}},{"type":"Feature","properties":{"name":"ガスト 松阪大黒田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.528098,"key":"011794","address":"三重県松阪市大黒田町752 ","latitude":34.562876,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":8.995518621648886,"order":1067},"geometry":{"type":"Point","coordinates":[136.528098,34.562876]}},{"type":"Feature","properties":{"name":"ガスト 伊勢小俣店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":136.676486,"key":"011685","address":"三重県伊勢市小俣町宮前751-3 ","latitude":34.492581,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":2,"distanceToPoint":15.680627753453127,"order":1068},"geometry":{"type":"Point","coordinates":[136.676486,34.492581]}},{"type":"Feature","properties":{"name":"ガスト 伊勢バイパス店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":136.711743,"key":"012718","address":"三重県伊勢市御薗町長屋2214 ","latitude":34.507782,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":2,"distanceToPoint":3.646334822473947,"order":1069},"geometry":{"type":"Point","coordinates":[136.711743,34.507782]}},{"type":"Feature","properties":{"name":"ガスト 志摩阿児店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":136.821613,"key":"012914","address":"三重県志摩市阿児町鵜方4873 ","latitude":34.328809,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":0,"distanceToPoint":22.3073218574356,"order":1070},"geometry":{"type":"Point","coordinates":[136.821613,34.328809]}},{"type":"Feature","properties":{"name":"ガスト 三河田原店","__marker_index":0,"__condition_flags":10076,"カテゴリ":"0101","longitude":137.277028,"key":"011825","address":"愛知県田原市神戸町大坪185 ","latitude":34.668542,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":2,"distanceToPoint":56.29221971414353,"order":1071},"geometry":{"type":"Point","coordinates":[137.277028,34.668542]}},{"type":"Feature","properties":{"name":"ガスト イオン半田店","__marker_index":0,"__condition_flags":25468,"カテゴリ":"0101","longitude":136.918395,"key":"018941","address":"愛知県半田市有楽町8丁目7 ","latitude":34.869696,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":5,"distanceToPoint":39.666053505448595,"order":1072},"geometry":{"type":"Point","coordinates":[136.918395,34.869696]}},{"type":"Feature","properties":{"name":"ガスト 伊賀上野店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":136.127265,"key":"012896","address":"三重県伊賀市平野北谷472-1 ","latitude":34.77464,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":4,"distanceToPoint":72.98607019567221,"order":1073},"geometry":{"type":"Point","coordinates":[136.127265,34.77464]}},{"type":"Feature","properties":{"name":"ガスト 名張店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":136.110156,"key":"017859","address":"三重県名張市蔵持町原出1758番 ","latitude":34.632377,"cluster":10,"centroid":[135.45467171568623,34.72053674509802],"featureIndex":1,"distanceToPoint":15.8960740175331,"order":1074},"geometry":{"type":"Point","coordinates":[136.110156,34.632377]}},{"type":"Feature","properties":{"name":"ガスト 中津川店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":137.507179,"key":"011770","address":"岐阜県中津川市中津川字法導寺3119-1 ","latitude":35.486362,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":24,"distanceToPoint":158.69763939371015,"order":1075},"geometry":{"type":"Point","coordinates":[137.507179,35.486362]}},{"type":"Feature","properties":{"name":"ガスト 飯田上郷店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":137.849739,"key":"012883","address":"長野県飯田市上郷飯沼2018-1 ","latitude":35.51838,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":25,"distanceToPoint":31.213240389723847,"order":1076},"geometry":{"type":"Point","coordinates":[137.849739,35.51838]}},{"type":"Feature","properties":{"name":"ガスト 駒ヶ根店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":137.927041,"key":"018564","address":"長野県駒ヶ根市赤穂1568 ","latitude":35.741494,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":95,"distanceToPoint":25.77413521212042,"order":1077},"geometry":{"type":"Point","coordinates":[137.927041,35.741494]}},{"type":"Feature","properties":{"name":"ガスト 伊那店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":137.967052,"key":"011645","address":"長野県伊那市伊那1765 ","latitude":35.846019,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":140,"distanceToPoint":12.17001507270539,"order":1078},"geometry":{"type":"Point","coordinates":[137.967052,35.846019]}},{"type":"Feature","properties":{"name":"ガスト 須玉インター店","__marker_index":0,"__condition_flags":444,"カテゴリ":"0101","longitude":138.418521,"key":"011561","address":"山梨県北杜市須玉町若神子1908-1 ","latitude":35.785655,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":112,"distanceToPoint":41.25782148161953,"order":1079},"geometry":{"type":"Point","coordinates":[138.418521,35.785655]}},{"type":"Feature","properties":{"name":"ガスト 韮崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.464456,"key":"018616","address":"山梨県韮崎市栄1丁目10-28 ","latitude":35.695343,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":74,"distanceToPoint":10.86436864374226,"order":1080},"geometry":{"type":"Point","coordinates":[138.464456,35.695343]}},{"type":"Feature","properties":{"name":"ガスト 山梨敷島店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":138.525241,"key":"012956","address":"山梨県甲斐市島上条443-1 ","latitude":35.6841,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":65,"distanceToPoint":5.630127934146776,"order":1081},"geometry":{"type":"Point","coordinates":[138.525241,35.6841]}},{"type":"Feature","properties":{"name":"ガスト 竜王店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.521338,"key":"011944","address":"山梨県甲斐市富竹新田1300-1 ","latitude":35.660781,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":47,"distanceToPoint":2.6168169928767493,"order":1082},"geometry":{"type":"Point","coordinates":[138.521338,35.660781]}},{"type":"Feature","properties":{"name":"ガスト 甲府朝日店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.567941,"key":"011185","address":"山梨県甲府市朝日4丁目6-15 ","latitude":35.673339,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":56,"distanceToPoint":4.435513806738197,"order":1083},"geometry":{"type":"Point","coordinates":[138.567941,35.673339]}},{"type":"Feature","properties":{"name":"ガスト 甲府酒折店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":138.597501,"key":"909218","address":"山梨県甲府市酒折1丁目4-14 ","latitude":35.658551,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":45,"distanceToPoint":3.136068275403005,"order":1084},"geometry":{"type":"Point","coordinates":[138.597501,35.658551]}},{"type":"Feature","properties":{"name":"ガスト 石和駅前通店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.634328,"key":"018738","address":"山梨県笛吹市石和町窪中島101 ","latitude":35.6459,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":41,"distanceToPoint":3.612597918834478,"order":1085},"geometry":{"type":"Point","coordinates":[138.634328,35.6459]}},{"type":"Feature","properties":{"name":"ガスト 山梨万力店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":138.668616,"key":"018707","address":"山梨県山梨市万力95-1 ","latitude":35.686161,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":62,"distanceToPoint":5.443946867892706,"order":1086},"geometry":{"type":"Point","coordinates":[138.668616,35.686161]}},{"type":"Feature","properties":{"name":"ガスト 塩山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.722871,"key":"011420","address":"山梨県甲州市塩山西広門田330-1 ","latitude":35.694245,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":66,"distanceToPoint":4.981583815970145,"order":1087},"geometry":{"type":"Point","coordinates":[138.722871,35.694245]}},{"type":"Feature","properties":{"name":"ガスト 甲府上今井店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":138.572112,"key":"018647","address":"山梨県甲府市上今井町739-1 ","latitude":35.625326,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":37,"distanceToPoint":15.628258793037434,"order":1088},"geometry":{"type":"Point","coordinates":[138.572112,35.625326]}},{"type":"Feature","properties":{"name":"ガスト 山梨田富町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.519359,"key":"012714","address":"山梨県中央市西花輪3482 ","latitude":35.593852,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":35,"distanceToPoint":5.915352863418382,"order":1089},"geometry":{"type":"Point","coordinates":[138.519359,35.593852]}},{"type":"Feature","properties":{"name":"ガスト 山梨増穂店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.462879,"key":"018683","address":"山梨県南巨摩郡富士川町青柳町665-2 ","latitude":35.554852,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":31,"distanceToPoint":6.7006996381602075,"order":1090},"geometry":{"type":"Point","coordinates":[138.462879,35.554852]}},{"type":"Feature","properties":{"name":"ガスト 山梨白根店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.465239,"key":"011616","address":"山梨県南アルプス市飯野3461-1 ","latitude":35.636924,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":37,"distanceToPoint":9.128496980660278,"order":1091},"geometry":{"type":"Point","coordinates":[138.465239,35.636924]}},{"type":"Feature","properties":{"name":"ガスト 富士鳴沢店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":138.697311,"key":"012736","address":"山梨県南都留郡鳴沢村鳴沢8531-2 ","latitude":35.479448,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":20,"distanceToPoint":27.337423144846934,"order":1092},"geometry":{"type":"Point","coordinates":[138.697311,35.479448]}},{"type":"Feature","properties":{"name":"ガスト 河口湖店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":138.757662,"key":"018586","address":"山梨県南都留郡富士河口湖町船津568-1 ","latitude":35.50284,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":6.051442809063645,"order":1093},"geometry":{"type":"Point","coordinates":[138.757662,35.50284]}},{"type":"Feature","properties":{"name":"ガスト 富士吉田松山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.779458,"key":"018569","address":"山梨県富士吉田市松山字熊穴1560-1 ","latitude":35.482574,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":2.9953276670560824,"order":1094},"geometry":{"type":"Point","coordinates":[138.779458,35.482574]}},{"type":"Feature","properties":{"name":"ガスト 富士吉田店","__marker_index":0,"__condition_flags":25532,"カテゴリ":"0101","longitude":138.802981,"key":"012850","address":"山梨県富士吉田市中曽根2丁目13-26 ","latitude":35.481088,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":2.1363159553435374,"order":1095},"geometry":{"type":"Point","coordinates":[138.802981,35.481088]}},{"type":"Feature","properties":{"name":"ガスト 山中湖店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.855504,"key":"011476","address":"山梨県南都留郡山中湖村山中藪木212-28 ","latitude":35.418051,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":8.471545589132994,"order":1096},"geometry":{"type":"Point","coordinates":[138.855504,35.418051]}},{"type":"Feature","properties":{"name":"ガスト 都留店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.873031,"key":"018663","address":"山梨県都留市桂町793-1 ","latitude":35.536274,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":13.241274192061104,"order":1097},"geometry":{"type":"Point","coordinates":[138.873031,35.536274]}},{"type":"Feature","properties":{"name":"ガスト 大月店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.928583,"key":"018626","address":"山梨県大月市大月町花咲182 ","latitude":35.60574,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":9.21462754622978,"order":1098},"geometry":{"type":"Point","coordinates":[138.928583,35.60574]}},{"type":"Feature","properties":{"name":"ガスト 二宮インター店","__marker_index":0,"__condition_flags":860,"カテゴリ":"0101","longitude":139.244853,"key":"018778","address":"神奈川県中郡二宮町中里2-34-5 ","latitude":35.308824,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":6,"distanceToPoint":43.7104576520737,"order":1099},"geometry":{"type":"Point","coordinates":[139.244853,35.308824]}},{"type":"Feature","properties":{"name":"ガスト 釜利谷店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.608775,"key":"012672","address":"神奈川県横浜市金沢区釜利谷東4丁目53-2 ","latitude":35.347082,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":6,"distanceToPoint":33.28761818612156,"order":1100},"geometry":{"type":"Point","coordinates":[139.608775,35.347082]}},{"type":"Feature","properties":{"name":"ガスト 横浜能見台店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.627913,"key":"018844","address":"神奈川県横浜市金沢区能見台東1-1 ","latitude":35.359503,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":6,"distanceToPoint":2.218113314246978,"order":1101},"geometry":{"type":"Point","coordinates":[139.627913,35.359503]}},{"type":"Feature","properties":{"name":"ガスト 横浜杉田店","__marker_index":0,"__condition_flags":532828,"カテゴリ":"0101","longitude":139.622753,"key":"018780","address":"神奈川県横浜市磯子区杉田5丁目21-29 ","latitude":35.380922,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":7,"distanceToPoint":2.427206919414981,"order":1102},"geometry":{"type":"Point","coordinates":[139.622753,35.380922]}},{"type":"Feature","properties":{"name":"ガスト 京急杉田駅前店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.61682,"key":"018927","address":"神奈川県横浜市磯子区杉田1丁目14-13 ","latitude":35.383784,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":7,"distanceToPoint":0.6249683790166276,"order":1103},"geometry":{"type":"Point","coordinates":[139.61682,35.383784]}},{"type":"Feature","properties":{"name":"ガスト 川崎大師店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":139.734837,"key":"018706","address":"神奈川県川崎市川崎区四谷上町28-15 ","latitude":35.525494,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":19.041130436630873,"order":1104},"geometry":{"type":"Point","coordinates":[139.734837,35.525494]}},{"type":"Feature","properties":{"name":"ガスト 本羽田店","__marker_index":0,"__condition_flags":12188,"カテゴリ":"0101","longitude":139.740634,"key":"018750","address":"東京都大田区本羽田3丁目6-1 ","latitude":35.548954,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":2.660849592838203,"order":1105},"geometry":{"type":"Point","coordinates":[139.740634,35.548954]}},{"type":"Feature","properties":{"name":"ガスト 大鳥居店","__marker_index":0,"__condition_flags":524380,"カテゴリ":"0101","longitude":139.740588,"key":"017947","address":"東京都大田区東糀谷3丁目3-20 ","latitude":35.552582,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":0.4034372153010878,"order":1106},"geometry":{"type":"Point","coordinates":[139.740588,35.552582]}},{"type":"Feature","properties":{"name":"ガスト 大森中店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.731028,"key":"012985","address":"東京都大田区大森中1丁目17-19 ","latitude":35.569372,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":2.057518627221713,"order":1107},"geometry":{"type":"Point","coordinates":[139.731028,35.569372]}},{"type":"Feature","properties":{"name":"ガスト 大森山王店","__marker_index":0,"__condition_flags":35710,"カテゴリ":"0101","longitude":139.723598,"key":"017707","address":"東京都大田区山王3丁目6-3 MEGAドン・キホーテ大森山王","latitude":35.58311,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":1.6688602915288653,"order":1108},"geometry":{"type":"Point","coordinates":[139.723598,35.58311]}},{"type":"Feature","properties":{"name":"ガスト 大森店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.728077,"key":"017931","address":"東京都大田区大森北1丁目29-1 ","latitude":35.585905,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":0.5105348344466762,"order":1109},"geometry":{"type":"Point","coordinates":[139.728077,35.585905]}},{"type":"Feature","properties":{"name":"ガスト 雑色駅前店","__marker_index":0,"__condition_flags":524380,"カテゴリ":"0101","longitude":139.713521,"key":"018791","address":"東京都大田区仲六郷2丁目18-12 ","latitude":35.550832,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":4.116178385301452,"order":1110},"geometry":{"type":"Point","coordinates":[139.713521,35.550832]}},{"type":"Feature","properties":{"name":"ガスト 西六郷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.707073,"key":"011172","address":"東京都大田区西六郷3丁目4-8 ","latitude":35.547478,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":0.6923798749012495,"order":1111},"geometry":{"type":"Point","coordinates":[139.707073,35.547478]}},{"type":"Feature","properties":{"name":"ガスト 品川グランドコモンズ店","__marker_index":0,"__condition_flags":2140,"カテゴリ":"0101","longitude":139.740542,"key":"017955","address":"東京都港区港南2丁目16-2 太陽生命品川ビル3階","latitude":35.627251,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":9.372464952345814,"order":1112},"geometry":{"type":"Point","coordinates":[139.740542,35.627251]}},{"type":"Feature","properties":{"name":"ガスト 三田慶応大学前店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.744811,"key":"017886","address":"東京都港区芝5丁目14-10 プレミアステージ三田慶大前2階","latitude":35.647906,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":2.328910361159065,"order":1113},"geometry":{"type":"Point","coordinates":[139.744811,35.647906]}},{"type":"Feature","properties":{"name":"ガスト 麻布十番店","__marker_index":0,"__condition_flags":10428,"カテゴリ":"0101","longitude":139.735639,"key":"018954","address":"東京都港区麻布十番2丁目2-10 麻布十番スクエアB1F","latitude":35.655463,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":1.180211902806989,"order":1114},"geometry":{"type":"Point","coordinates":[139.735639,35.655463]}},{"type":"Feature","properties":{"name":"ガスト 六本木店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.733537,"key":"018957","address":"東京都港区六本木5丁目2-1 ほうらいやビル 地下1階","latitude":35.662386,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":0.7928823493398678,"order":1115},"geometry":{"type":"Point","coordinates":[139.733537,35.662386]}},{"type":"Feature","properties":{"name":"ガスト 赤坂見附店","__marker_index":0,"__condition_flags":534716,"カテゴリ":"0101","longitude":139.736473,"key":"017706","address":"東京都港区赤坂3丁目9-5 マーブル赤坂ビル 2F","latitude":35.676902,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":1.6357524291561503,"order":1116},"geometry":{"type":"Point","coordinates":[139.736473,35.676902]}},{"type":"Feature","properties":{"name":"ガスト 四谷三丁目店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.720527,"key":"018934","address":"東京都新宿区左門町2-6 ワコービル2F","latitude":35.687165,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":1.837560060029448,"order":1117},"geometry":{"type":"Point","coordinates":[139.720527,35.687165]}},{"type":"Feature","properties":{"name":"ガスト 新宿一丁目店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.711479,"key":"018781","address":"東京都新宿区新宿1丁目33-10 グランカーサ新宿御苑2階","latitude":35.691171,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.930669380212341,"order":1118},"geometry":{"type":"Point","coordinates":[139.711479,35.691171]}},{"type":"Feature","properties":{"name":"ガスト 新宿靖国通店","__marker_index":0,"__condition_flags":2236,"カテゴリ":"0101","longitude":139.704172,"key":"018933","address":"東京都新宿区歌舞伎町1丁目1-17 ","latitude":35.693195,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":34,"distanceToPoint":0.6972080635385164,"order":1119},"geometry":{"type":"Point","coordinates":[139.704172,35.693195]}},{"type":"Feature","properties":{"name":"ガスト 新宿三丁目店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.703383,"key":"018997","address":"東京都新宿区新宿3丁目17-4 レミナビル4F","latitude":35.691874,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.1632583801797904,"order":1120},"geometry":{"type":"Point","coordinates":[139.703383,35.691874]}},{"type":"Feature","properties":{"name":"ガスト 新宿小滝橋通店","__marker_index":0,"__condition_flags":10396,"カテゴリ":"0101","longitude":139.697943,"key":"018902","address":"東京都新宿区西新宿7丁目16-11 FORECAST西新宿2F","latitude":35.696213,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":34,"distanceToPoint":0.6885679710600595,"order":1121},"geometry":{"type":"Point","coordinates":[139.697943,35.696213]}},{"type":"Feature","properties":{"name":"ガスト 新宿職安通店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":139.703289,"key":"018956","address":"東京都新宿区大久保1丁目12-4 ASS第2ビル1F","latitude":35.698539,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":35,"distanceToPoint":0.5476767778155986,"order":1122},"geometry":{"type":"Point","coordinates":[139.703289,35.698539]}},{"type":"Feature","properties":{"name":"ガスト 新大久保店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.702481,"key":"017927","address":"東京都新宿区大久保1丁目16-13 ","latitude":35.701148,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":0.2991423197585549,"order":1123},"geometry":{"type":"Point","coordinates":[139.702481,35.701148]}},{"type":"Feature","properties":{"name":"ガスト 高田馬場駅前店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.705138,"key":"018928","address":"東京都新宿区高田馬場1丁目26-7 名店ビル2F","latitude":35.712978,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":40,"distanceToPoint":1.337135380631311,"order":1124},"geometry":{"type":"Point","coordinates":[139.705138,35.712978]}},{"type":"Feature","properties":{"name":"ガスト 高田馬場西口店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":139.702124,"key":"018962","address":"東京都新宿区高田馬場4丁目11-10 VORT高田馬場kaleido","latitude":35.713347,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":40,"distanceToPoint":0.2751943537465665,"order":1125},"geometry":{"type":"Point","coordinates":[139.702124,35.713347]}},{"type":"Feature","properties":{"name":"ガスト 目白駅前店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.705051,"key":"018963","address":"東京都豊島区目白3丁目5-14 リッチモンドホテル東京目白2F","latitude":35.721971,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":0.9946886418945847,"order":1126},"geometry":{"type":"Point","coordinates":[139.705051,35.721971]}},{"type":"Feature","properties":{"name":"ガスト 南池袋店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.713384,"key":"017907","address":"東京都豊島区南池袋2丁目24-5 ","latitude":35.727331,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":0.9597289522702964,"order":1127},"geometry":{"type":"Point","coordinates":[139.713384,35.727331]}},{"type":"Feature","properties":{"name":"ガスト 池袋駅東口店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.713491,"key":"018994","address":"東京都豊島区東池袋1丁目1-2 高村ビル7F","latitude":35.729816,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":0.2764885283972639,"order":1128},"geometry":{"type":"Point","coordinates":[139.713491,35.729816]}},{"type":"Feature","properties":{"name":"ガスト 池袋サンシャイン通店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.715543,"key":"018923","address":"東京都豊島区東池袋1丁目20-6 プラザイン池袋ビル1F","latitude":35.730941,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":0.22350992011080387,"order":1129},"geometry":{"type":"Point","coordinates":[139.715543,35.730941]}},{"type":"Feature","properties":{"name":"ガスト 東池袋店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.715989,"key":"017876","address":"東京都豊島区東池袋1丁目23-9 近代BLD10 2F","latitude":35.729206,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":0.19707919032414029,"order":1130},"geometry":{"type":"Point","coordinates":[139.715989,35.729206]}},{"type":"Feature","properties":{"name":"ガスト 池袋西口店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.70853,"key":"017885","address":"東京都豊島区池袋2丁目7-3 オアシス1階","latitude":35.732392,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":0.760801134618589,"order":1131},"geometry":{"type":"Point","coordinates":[139.70853,35.732392]}},{"type":"Feature","properties":{"name":"ガスト 巣鴨駅前店","__marker_index":0,"__condition_flags":10396,"カテゴリ":"0101","longitude":139.738742,"key":"018914","address":"東京都豊島区巣鴨2丁目1-6 森川第2ビル2F","latitude":35.733924,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":2.7323149398297297,"order":1132},"geometry":{"type":"Point","coordinates":[139.738742,35.733924]}},{"type":"Feature","properties":{"name":"ガスト 茗荷谷駅前店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.736442,"key":"018905","address":"東京都文京区大塚1丁目4-10 銀嶺ビル2F","latitude":35.717538,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":40,"distanceToPoint":1.8338337380083423,"order":1133},"geometry":{"type":"Point","coordinates":[139.736442,35.717538]}},{"type":"Feature","properties":{"name":"ガスト 神楽坂店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.735953,"key":"017959","address":"東京都新宿区神楽坂6丁目47 ","latitude":35.703409,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":1.5716955338496765,"order":1134},"geometry":{"type":"Point","coordinates":[139.735953,35.703409]}},{"type":"Feature","properties":{"name":"ガスト 市ヶ谷駅前店","__marker_index":0,"__condition_flags":532604,"カテゴリ":"0101","longitude":139.73745,"key":"018793","address":"東京都新宿区市谷田町2丁目5 ","latitude":35.694294,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":1.022518225190947,"order":1135},"geometry":{"type":"Point","coordinates":[139.73745,35.694294]}},{"type":"Feature","properties":{"name":"ガスト 水道橋店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.755909,"key":"017911","address":"東京都千代田区西神田2丁目2-13 第六白鳳ビル1階","latitude":35.698805,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":35,"distanceToPoint":1.7407487974479665,"order":1136},"geometry":{"type":"Point","coordinates":[139.755909,35.698805]}},{"type":"Feature","properties":{"name":"ガスト 秋葉原駅前店","__marker_index":0,"__condition_flags":534652,"カテゴリ":"0101","longitude":139.772291,"key":"017715","address":"東京都千代田区外神田1丁目18-18 秋葉原駅前プラザ4階","latitude":35.698743,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":34,"distanceToPoint":1.4793283771371475,"order":1137},"geometry":{"type":"Point","coordinates":[139.772291,35.698743]}},{"type":"Feature","properties":{"name":"ガスト 秋葉原昭和通店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.774512,"key":"018951","address":"東京都千代田区神田佐久間町1丁目15番 川初ビル2F","latitude":35.697723,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.23040877598881504,"order":1138},"geometry":{"type":"Point","coordinates":[139.774512,35.697723]}},{"type":"Feature","properties":{"name":"ガスト 仲御徒町店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.775619,"key":"017884","address":"東京都台東区上野5丁目15-1 ホテルニューグリーン1F","latitude":35.704898,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.8040623595146821,"order":1139},"geometry":{"type":"Point","coordinates":[139.775619,35.704898]}},{"type":"Feature","properties":{"name":"ガスト 上野広小路店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.77353,"key":"018988","address":"東京都台東区上野4丁目4-4 広小路2000ビルB1","latitude":35.708216,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":0.41436496809341344,"order":1140},"geometry":{"type":"Point","coordinates":[139.77353,35.708216]}},{"type":"Feature","properties":{"name":"ガスト 日本橋浜町店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.788339,"key":"012991","address":"東京都中央区日本橋浜町3丁目3番1号 トルナーレ日本橋浜町2階","latitude":35.684806,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":32,"distanceToPoint":2.9264992775379874,"order":1141},"geometry":{"type":"Point","coordinates":[139.788339,35.684806]}},{"type":"Feature","properties":{"name":"ガスト 茅場町駅前店","__marker_index":0,"__condition_flags":526432,"カテゴリ":"0101","longitude":139.780108,"key":"017729","address":"東京都中央区日本橋茅場町2丁目13-5 スマイルホテル東京日本橋 地下","latitude":35.678946,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":0.9885688795071613,"order":1142},"geometry":{"type":"Point","coordinates":[139.780108,35.678946]}},{"type":"Feature","properties":{"name":"ガスト 日本橋店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.77209,"key":"018913","address":"東京都中央区日本橋2丁目3-4 日本橋プラザビル1F","latitude":35.681363,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":0.7724644084686063,"order":1143},"geometry":{"type":"Point","coordinates":[139.77209,35.681363]}},{"type":"Feature","properties":{"name":"ガスト 銀座インズ店","__marker_index":0,"__condition_flags":124,"カテゴリ":"0101","longitude":139.764601,"key":"018966","address":"東京都中央区銀座西3丁目1番地 銀座インズ1 二階","latitude":35.674143,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":1.0498136690142728,"order":1144},"geometry":{"type":"Point","coordinates":[139.764601,35.674143]}},{"type":"Feature","properties":{"name":"ガスト 新橋店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.755073,"key":"018730","address":"東京都港区新橋3丁目5-2 ","latitude":35.666555,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":1.2052831801782626,"order":1145},"geometry":{"type":"Point","coordinates":[139.755073,35.666555]}},{"type":"Feature","properties":{"name":"ガスト 渋谷公園通店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.699574,"key":"017889","address":"東京都渋谷区神南1丁目15-3 神南プラザビル2F","latitude":35.663485,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":5.025348120221642,"order":1146},"geometry":{"type":"Point","coordinates":[139.699574,35.663485]}},{"type":"Feature","properties":{"name":"ガスト 渋谷宇田川町店","__marker_index":0,"__condition_flags":2172,"カテゴリ":"0101","longitude":139.696442,"key":"017883","address":"東京都渋谷区宇田川町34-5 サイトービル3 2階","latitude":35.661088,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":0.38871934160373767,"order":1147},"geometry":{"type":"Point","coordinates":[139.696442,35.661088]}},{"type":"Feature","properties":{"name":"ガスト 渋谷駅前店","__marker_index":0,"__condition_flags":3196,"カテゴリ":"0101","longitude":139.699872,"key":"018972","address":"東京都渋谷区道玄坂2丁目3-1 渋谷駅前ビル 7F","latitude":35.659279,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":0.36944454729188553,"order":1148},"geometry":{"type":"Point","coordinates":[139.699872,35.659279]}},{"type":"Feature","properties":{"name":"ガスト 渋谷道玄坂店","__marker_index":0,"__condition_flags":532604,"カテゴリ":"0101","longitude":139.69599,"key":"017910","address":"東京都渋谷区道玄坂2丁目11-4 ","latitude":35.657668,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":0.39382494754570124,"order":1149},"geometry":{"type":"Point","coordinates":[139.69599,35.657668]}},{"type":"Feature","properties":{"name":"ガスト 代々木店","__marker_index":0,"__condition_flags":8380,"カテゴリ":"0101","longitude":139.701113,"key":"017893","address":"東京都渋谷区代々木1丁目37-2 勝栄ビル2F","latitude":35.683531,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":2.912835000873672,"order":1150},"geometry":{"type":"Point","coordinates":[139.701113,35.683531]}},{"type":"Feature","properties":{"name":"ガスト 目黒店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.71344,"key":"017939","address":"東京都目黒区目黒1丁目3-17 若葉興産ビル2階","latitude":35.634739,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":5.538556654551076,"order":1151},"geometry":{"type":"Point","coordinates":[139.71344,35.634739]}},{"type":"Feature","properties":{"name":"ガスト 江東千石店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.815763,"key":"012712","address":"東京都江東区千石2丁目2-31 ","latitude":35.676886,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":10.364889813520087,"order":1152},"geometry":{"type":"Point","coordinates":[139.815763,35.676886]}},{"type":"Feature","properties":{"name":"ガスト 南砂店","__marker_index":0,"__condition_flags":25501,"カテゴリ":"0101","longitude":139.828489,"key":"012988","address":"東京都江東区南砂3丁目9-5 ","latitude":35.669609,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":1.405770692554426,"order":1153},"geometry":{"type":"Point","coordinates":[139.828489,35.669609]}},{"type":"Feature","properties":{"name":"ガスト 西葛西駅前店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.85867,"key":"017901","address":"東京都江戸川区西葛西6丁目10-12 ","latitude":35.663797,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":2.80201936928751,"order":1154},"geometry":{"type":"Point","coordinates":[139.85867,35.663797]}},{"type":"Feature","properties":{"name":"ガスト 西葛西店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":139.861533,"key":"017846","address":"東京都江戸川区西葛西4丁目2-28 ","latitude":35.668258,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":0.5594198819035634,"order":1155},"geometry":{"type":"Point","coordinates":[139.861533,35.668258]}},{"type":"Feature","properties":{"name":"ガスト 葛西店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.873413,"key":"017906","address":"東京都江戸川区東葛西6丁目2-7 ","latitude":35.662874,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":1.2289098684680761,"order":1156},"geometry":{"type":"Point","coordinates":[139.873413,35.662874]}},{"type":"Feature","properties":{"name":"ガスト 浦安店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.895586,"key":"011544","address":"千葉県浦安市北栄1丁目1-9 ","latitude":35.664662,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":2.0129669331984577,"order":1157},"geometry":{"type":"Point","coordinates":[139.895586,35.664662]}},{"type":"Feature","properties":{"name":"ガスト 行徳店","__marker_index":0,"__condition_flags":524444,"カテゴリ":"0101","longitude":139.91424,"key":"017925","address":"千葉県市川市行徳駅前2丁目3 ","latitude":35.682954,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":2.641271172902125,"order":1158},"geometry":{"type":"Point","coordinates":[139.91424,35.682954]}},{"type":"Feature","properties":{"name":"ガスト 金町駅北口店","__marker_index":0,"__condition_flags":27772,"カテゴリ":"0101","longitude":139.870986,"key":"017899","address":"東京都葛飾区東金町1丁目43-1 常総金町ビル2階","latitude":35.770148,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":10.452217641738642,"order":1159},"geometry":{"type":"Point","coordinates":[139.870986,35.770148]}},{"type":"Feature","properties":{"name":"ガスト 亀有駅北口店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.847485,"key":"018860","address":"東京都葛飾区亀有5丁目31-7 クレードル亀有2階","latitude":35.767905,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":2.134913128554427,"order":1160},"geometry":{"type":"Point","coordinates":[139.847485,35.767905]}},{"type":"Feature","properties":{"name":"ガスト 北綾瀬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.835329,"key":"011500","address":"東京都足立区谷中2丁目23-13 ","latitude":35.776911,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":25,"distanceToPoint":1.485115022519198,"order":1161},"geometry":{"type":"Point","coordinates":[139.835329,35.776911]}},{"type":"Feature","properties":{"name":"ガスト 足立大谷田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.842601,"key":"011165","address":"東京都足立区大谷田2丁目17-2 ","latitude":35.783241,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":0.9621646268614217,"order":1162},"geometry":{"type":"Point","coordinates":[139.842601,35.783241]}},{"type":"Feature","properties":{"name":"ガスト フレスポ八潮店","__marker_index":0,"__condition_flags":668,"カテゴリ":"0101","longitude":139.84329,"key":"909208","address":"埼玉県八潮市大字大瀬822-1 フレスポ八潮2F","latitude":35.808224,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":2.7786816366730447,"order":1163},"geometry":{"type":"Point","coordinates":[139.84329,35.808224]}},{"type":"Feature","properties":{"name":"ガスト 草加松江店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.820463,"key":"011405","address":"埼玉県草加市松江6丁目14-27 ","latitude":35.833091,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":45,"distanceToPoint":3.4469816297978113,"order":1164},"geometry":{"type":"Point","coordinates":[139.820463,35.833091]}},{"type":"Feature","properties":{"name":"ガスト 草加駅西口店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.802836,"key":"018991","address":"埼玉県草加市氷川町2121番地3号 フレアーコート2F","latitude":35.827946,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":43,"distanceToPoint":1.6889480597324176,"order":1165},"geometry":{"type":"Point","coordinates":[139.802836,35.827946]}},{"type":"Feature","properties":{"name":"ガスト 草加西町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.792518,"key":"011943","address":"埼玉県草加市西町63-6 ","latitude":35.826666,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":0.9410480214633138,"order":1166},"geometry":{"type":"Point","coordinates":[139.792518,35.826666]}},{"type":"Feature","properties":{"name":"ガスト 獨協大学前店","__marker_index":0,"__condition_flags":32926,"カテゴリ":"0101","longitude":139.800156,"key":"018807","address":"埼玉県草加市松原1丁目1-6 ","latitude":35.842743,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":47,"distanceToPoint":1.9156987295475008,"order":1167},"geometry":{"type":"Point","coordinates":[139.800156,35.842743]}},{"type":"Feature","properties":{"name":"ガスト 草加松原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.80419,"key":"011451","address":"埼玉県草加市栄町2丁目7-31 ","latitude":35.842864,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":47,"distanceToPoint":0.3638642780780764,"order":1168},"geometry":{"type":"Point","coordinates":[139.80419,35.842864]}},{"type":"Feature","properties":{"name":"ガスト 南越谷店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":139.796754,"key":"011417","address":"埼玉県越谷市蒲生1丁目7-22 ","latitude":35.858752,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":52,"distanceToPoint":1.889517603749534,"order":1169},"geometry":{"type":"Point","coordinates":[139.796754,35.858752]}},{"type":"Feature","properties":{"name":"ガスト 越谷赤山町店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.783189,"key":"011538","address":"埼玉県越谷市赤山町5丁目7-52 ","latitude":35.882091,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":2.8686175844810493,"order":1170},"geometry":{"type":"Point","coordinates":[139.783189,35.882091]}},{"type":"Feature","properties":{"name":"ガスト 越谷駅東口店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.786605,"key":"018931","address":"埼玉県越谷市弥生町17番地1号 越谷ツインシティAシティ","latitude":35.889276,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":0.8561577068630215,"order":1171},"geometry":{"type":"Point","coordinates":[139.786605,35.889276]}},{"type":"Feature","properties":{"name":"ガスト 東川口店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.739894,"key":"012658","address":"埼玉県さいたま市緑区東大門3丁目1-1 ","latitude":35.884952,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":4.235447257400403,"order":1172},"geometry":{"type":"Point","coordinates":[139.739894,35.884952]}},{"type":"Feature","properties":{"name":"ガスト 川口石神店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.733919,"key":"018851","address":"埼玉県川口市大字石神海道西649-5 ","latitude":35.860644,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":54,"distanceToPoint":2.7560246296584547,"order":1173},"geometry":{"type":"Point","coordinates":[139.733919,35.860644]}},{"type":"Feature","properties":{"name":"ガスト 鳩ケ谷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.739714,"key":"011519","address":"埼玉県川口市三ツ和1丁目13-1 ","latitude":35.827584,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":3.71303356746353,"order":1174},"geometry":{"type":"Point","coordinates":[139.739714,35.827584]}},{"type":"Feature","properties":{"name":"ガスト 川口朝日店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.744867,"key":"011412","address":"埼玉県川口市朝日6丁目15-17 ","latitude":35.805752,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":2.471675239742465,"order":1175},"geometry":{"type":"Point","coordinates":[139.744867,35.805752]}},{"type":"Feature","properties":{"name":"ガスト 川口新郷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.767836,"key":"018853","address":"埼玉県川口市榛松238-1 ","latitude":35.819526,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":2.575947200398357,"order":1176},"geometry":{"type":"Point","coordinates":[139.767836,35.819526]}},{"type":"Feature","properties":{"name":"ガスト 足立西伊興店","__marker_index":0,"__condition_flags":26012,"カテゴリ":"0101","longitude":139.782007,"key":"012717","address":"東京都足立区西伊興4丁目6-26 ","latitude":35.802908,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":36,"distanceToPoint":2.2466445725239397,"order":1177},"geometry":{"type":"Point","coordinates":[139.782007,35.802908]}},{"type":"Feature","properties":{"name":"ガスト 竹の塚店","__marker_index":0,"__condition_flags":524444,"カテゴリ":"0101","longitude":139.794527,"key":"017933","address":"東京都足立区竹の塚5丁目6-2 ","latitude":35.793135,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":1.5671443465357222,"order":1178},"geometry":{"type":"Point","coordinates":[139.794527,35.793135]}},{"type":"Feature","properties":{"name":"ガスト 足立平野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.803229,"key":"011123","address":"東京都足立区平野2丁目16-7 ","latitude":35.785813,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":30,"distanceToPoint":1.1309065345126257,"order":1179},"geometry":{"type":"Point","coordinates":[139.803229,35.785813]}},{"type":"Feature","properties":{"name":"ガスト 西新井店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.785159,"key":"011572","address":"東京都足立区栗原3丁目28-11 ","latitude":35.782175,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":1.67944211581736,"order":1180},"geometry":{"type":"Point","coordinates":[139.785159,35.782175]}},{"type":"Feature","properties":{"name":"ガスト 足立江北店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.769836,"key":"011510","address":"東京都足立区江北6丁目1-18 ","latitude":35.779329,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":1.4180229421898116,"order":1181},"geometry":{"type":"Point","coordinates":[139.769836,35.779329]}},{"type":"Feature","properties":{"name":"ガスト 荒川町屋店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.786987,"key":"018584","address":"東京都荒川区町屋6丁目32番地21号 ","latitude":35.752236,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":3.3867999968509648,"order":1182},"geometry":{"type":"Point","coordinates":[139.786987,35.752236]}},{"type":"Feature","properties":{"name":"ガスト 町屋店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.780147,"key":"017969","address":"東京都荒川区荒川6丁目6-1 ","latitude":35.742709,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":1.226079584173907,"order":1183},"geometry":{"type":"Point","coordinates":[139.780147,35.742709]}},{"type":"Feature","properties":{"name":"ガスト 北千住店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.802962,"key":"017917","address":"東京都足立区千住2丁目58 ジェイシティ北千住2階","latitude":35.750441,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":2.2312777873727168,"order":1184},"geometry":{"type":"Point","coordinates":[139.802962,35.750441]}},{"type":"Feature","properties":{"name":"ガスト 北千住駅東口店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.806959,"key":"018922","address":"東京都足立区千住旭町4-13 コートダジュール2F","latitude":35.749256,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":0.3840160464357217,"order":1185},"geometry":{"type":"Point","coordinates":[139.806959,35.749256]}},{"type":"Feature","properties":{"name":"ガスト 西綾瀬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.813714,"key":"011428","address":"東京都足立区西綾瀬2丁目7-1 ","latitude":35.763249,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":1.6710872585403818,"order":1186},"geometry":{"type":"Point","coordinates":[139.813714,35.763249]}},{"type":"Feature","properties":{"name":"ガスト 綾瀬駅前店","__marker_index":0,"__condition_flags":532604,"カテゴリ":"0101","longitude":139.824594,"key":"017961","address":"東京都葛飾区小菅4丁目10-3 ","latitude":35.761751,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":0.9957212762085678,"order":1187},"geometry":{"type":"Point","coordinates":[139.824594,35.761751]}},{"type":"Feature","properties":{"name":"ガスト 三郷高州店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.882794,"key":"011946","address":"埼玉県三郷市高州1丁目183-1 ","latitude":35.789498,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":6.0898699327639605,"order":1188},"geometry":{"type":"Point","coordinates":[139.882794,35.789498]}},{"type":"Feature","properties":{"name":"ガスト 松戸古ケ崎店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.89782,"key":"011178","address":"千葉県松戸市古ケ崎750-1 ","latitude":35.793719,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":1.434253959484737,"order":1189},"geometry":{"type":"Point","coordinates":[139.89782,35.793719]}},{"type":"Feature","properties":{"name":"ガスト 松戸店","__marker_index":0,"__condition_flags":92,"カテゴリ":"0101","longitude":139.900467,"key":"017921","address":"千葉県松戸市本町21-16 ","latitude":35.785736,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":0.9192181936906261,"order":1190},"geometry":{"type":"Point","coordinates":[139.900467,35.785736]}},{"type":"Feature","properties":{"name":"ガスト 松戸駅東口店","__marker_index":0,"__condition_flags":43134,"カテゴリ":"0101","longitude":139.900792,"key":"018996","address":"千葉県松戸市松戸1230-1 ピアザ松戸7F","latitude":35.783533,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":0.24671075222851266,"order":1191},"geometry":{"type":"Point","coordinates":[139.900792,35.783533]}},{"type":"Feature","properties":{"name":"ガスト 新八柱駅前店","__marker_index":0,"__condition_flags":8348,"カテゴリ":"0101","longitude":139.939294,"key":"018784","address":"千葉県松戸市日暮5丁目194 ","latitude":35.790456,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":3.557215386423423,"order":1192},"geometry":{"type":"Point","coordinates":[139.939294,35.790456]}},{"type":"Feature","properties":{"name":"ガスト 松戸五香六実店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.970524,"key":"011383","address":"千葉県松戸市五香2丁目16-1 ","latitude":35.794533,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":2.8530323662965777,"order":1193},"geometry":{"type":"Point","coordinates":[139.970524,35.794533]}},{"type":"Feature","properties":{"name":"ガスト 北小金店","__marker_index":0,"__condition_flags":9628,"カテゴリ":"0101","longitude":139.935597,"key":"018670","address":"千葉県松戸市小金きよしケ丘4丁目11-1 ","latitude":35.825527,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":4.668740181296191,"order":1194},"geometry":{"type":"Point","coordinates":[139.935597,35.825527]}},{"type":"Feature","properties":{"name":"ガスト 南柏店","__marker_index":0,"__condition_flags":188,"カテゴリ":"0101","longitude":139.953985,"key":"909207","address":"千葉県柏市南柏中央3-2 ","latitude":35.84394,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":2.634330198869394,"order":1195},"geometry":{"type":"Point","coordinates":[139.953985,35.84394]}},{"type":"Feature","properties":{"name":"ガスト 柏豊四季店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.951548,"key":"011970","address":"千葉県柏市豊四季字八丈303-10 ","latitude":35.862593,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":2.085718483677462,"order":1196},"geometry":{"type":"Point","coordinates":[139.951548,35.862593]}},{"type":"Feature","properties":{"name":"ガスト 柏店","__marker_index":0,"__condition_flags":156,"カテゴリ":"0101","longitude":139.97295,"key":"017908","address":"千葉県柏市柏1丁目6-10 さくら屋ビル1階","latitude":35.85995,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":31,"distanceToPoint":1.9509401797283685,"order":1197},"geometry":{"type":"Point","coordinates":[139.97295,35.85995]}},{"type":"Feature","properties":{"name":"ガスト 沼南町店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":140.004215,"key":"011586","address":"千葉県柏市塚崎塚越1324-2 ","latitude":35.832536,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":4.151319325759886,"order":1198},"geometry":{"type":"Point","coordinates":[140.004215,35.832536]}},{"type":"Feature","properties":{"name":"ガスト 我孫子店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":140.033641,"key":"012810","address":"千葉県我孫子市高野山字根郷295-1 ","latitude":35.86675,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":4.637633395306352,"order":1199},"geometry":{"type":"Point","coordinates":[140.033641,35.86675]}},{"type":"Feature","properties":{"name":"ガスト 取手店","__marker_index":0,"__condition_flags":10172,"カテゴリ":"0101","longitude":140.062193,"key":"018940","address":"茨城県取手市新町2丁目3-12 ","latitude":35.899139,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":43,"distanceToPoint":4.425782751165059,"order":1200},"geometry":{"type":"Point","coordinates":[140.062193,35.899139]}},{"type":"Feature","properties":{"name":"ガスト 取手戸頭店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.015459,"key":"011543","address":"茨城県取手市戸頭636-4 ","latitude":35.928396,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":55,"distanceToPoint":5.319481159392608,"order":1201},"geometry":{"type":"Point","coordinates":[140.015459,35.928396]}},{"type":"Feature","properties":{"name":"ガスト 流山駒木台店","__marker_index":0,"__condition_flags":25948,"カテゴリ":"0101","longitude":139.931005,"key":"011884","address":"千葉県流山市駒木台108-5 ","latitude":35.886962,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":8.892803474850414,"order":1202},"geometry":{"type":"Point","coordinates":[139.931005,35.886962]}},{"type":"Feature","properties":{"name":"ガスト 流山おおたかの森駅前店","__marker_index":0,"__condition_flags":43132,"カテゴリ":"0101","longitude":139.924778,"key":"017727","address":"千葉県流山市西初石6丁目182-3 こかげテラス","latitude":35.871655,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":1.792141805396924,"order":1203},"geometry":{"type":"Point","coordinates":[139.924778,35.871655]}},{"type":"Feature","properties":{"name":"ガスト 江戸川台店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.901004,"key":"012818","address":"千葉県流山市富士見台2丁目2-1 ","latitude":35.891847,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":3.103031582860829,"order":1204},"geometry":{"type":"Point","coordinates":[139.901004,35.891847]}},{"type":"Feature","properties":{"name":"ガスト 野田梅郷店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.896907,"key":"011360","address":"千葉県野田市山崎貝塚町11-5 ","latitude":35.922266,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":50,"distanceToPoint":3.4025106512899104,"order":1205},"geometry":{"type":"Point","coordinates":[139.896907,35.922266]}},{"type":"Feature","properties":{"name":"ガスト 野田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.87219,"key":"012655","address":"千葉県野田市鶴奉1-1 ","latitude":35.957068,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":57,"distanceToPoint":4.463966241410099,"order":1206},"geometry":{"type":"Point","coordinates":[139.87219,35.957068]}},{"type":"Feature","properties":{"name":"ガスト 野田七光台店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.841061,"key":"011630","address":"千葉県野田市七光台424-28 ","latitude":35.981251,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":61,"distanceToPoint":3.8831476924320425,"order":1207},"geometry":{"type":"Point","coordinates":[139.841061,35.981251]}},{"type":"Feature","properties":{"name":"ガスト 春日部小渕店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":139.754358,"key":"018921","address":"埼玉県春日部市小渕85-2 ","latitude":35.989414,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":61,"distanceToPoint":7.853768553452107,"order":1208},"geometry":{"type":"Point","coordinates":[139.754358,35.989414]}},{"type":"Feature","properties":{"name":"ガスト 杉戸店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.73517,"key":"018680","address":"埼玉県北葛飾郡杉戸町清地1丁目4-19 ","latitude":36.028014,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":4.626147303939401,"order":1209},"geometry":{"type":"Point","coordinates":[139.73517,36.028014]}},{"type":"Feature","properties":{"name":"ガスト 幸手店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.722358,"key":"018581","address":"埼玉県幸手市中2丁目10-20 ","latitude":36.074341,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":70,"distanceToPoint":5.278531605866034,"order":1210},"geometry":{"type":"Point","coordinates":[139.722358,36.074341]}},{"type":"Feature","properties":{"name":"ガスト 久喜店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.689504,"key":"011775","address":"埼玉県久喜市大字吉羽2-29-4 ","latitude":36.070615,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":69,"distanceToPoint":2.981709759205605,"order":1211},"geometry":{"type":"Point","coordinates":[139.689504,36.070615]}},{"type":"Feature","properties":{"name":"ガスト 鷲宮店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.676135,"key":"012931","address":"埼玉県久喜市西大輪4丁目1-15 ","latitude":36.087436,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":70,"distanceToPoint":2.22304494213992,"order":1212},"geometry":{"type":"Point","coordinates":[139.676135,36.087436]}},{"type":"Feature","properties":{"name":"ガスト 栗橋店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.700909,"key":"018701","address":"埼玉県久喜市栗橋東4丁目21-12 ","latitude":36.129988,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":74,"distanceToPoint":5.228853021157278,"order":1213},"geometry":{"type":"Point","coordinates":[139.700909,36.129988]}},{"type":"Feature","properties":{"name":"ガスト 古河店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.718475,"key":"011499","address":"茨城県古河市雷電町12-40 ","latitude":36.202116,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":83,"distanceToPoint":8.173825487093417,"order":1214},"geometry":{"type":"Point","coordinates":[139.718475,36.202116]}},{"type":"Feature","properties":{"name":"ガスト 茨城境町店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.798297,"key":"018669","address":"茨城県猿島郡境町354-1 ","latitude":36.109676,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":71,"distanceToPoint":12.530498254158305,"order":1215},"geometry":{"type":"Point","coordinates":[139.798297,36.109676]}},{"type":"Feature","properties":{"name":"ガスト 岩井店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.882287,"key":"011341","address":"茨城県坂東市岩井2925-9 ","latitude":36.05219,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":67,"distanceToPoint":9.890907179180651,"order":1216},"geometry":{"type":"Point","coordinates":[139.882287,36.05219]}},{"type":"Feature","properties":{"name":"ガスト 水海道店","__marker_index":0,"__condition_flags":9596,"カテゴリ":"0101","longitude":139.994974,"key":"011638","address":"茨城県常総市水海道淵頭町2940-1 ","latitude":36.01775,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":63,"distanceToPoint":10.832206760841016,"order":1217},"geometry":{"type":"Point","coordinates":[139.994974,36.01775]}},{"type":"Feature","properties":{"name":"ガスト 下妻店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.950561,"key":"011907","address":"茨城県下妻市長塚102-1 ","latitude":36.182716,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":77,"distanceToPoint":18.772391545778277,"order":1218},"geometry":{"type":"Point","coordinates":[139.950561,36.182716]}},{"type":"Feature","properties":{"name":"ガスト 結城店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.878798,"key":"011285","address":"茨城県結城市大字結城639-1 ","latitude":36.296803,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":88,"distanceToPoint":14.225144954765678,"order":1219},"geometry":{"type":"Point","coordinates":[139.878798,36.296803]}},{"type":"Feature","properties":{"name":"ガスト 小山犬塚店","__marker_index":0,"__condition_flags":8636,"カテゴリ":"0101","longitude":139.831327,"key":"011300","address":"栃木県小山市犬塚2丁目6-1 ","latitude":36.310003,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":91,"distanceToPoint":4.500041328316035,"order":1220},"geometry":{"type":"Point","coordinates":[139.831327,36.310003]}},{"type":"Feature","properties":{"name":"ガスト 小山本郷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.803685,"key":"011256","address":"栃木県小山市本郷町2丁目9-8 ","latitude":36.321343,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":95,"distanceToPoint":2.7791692250810724,"order":1221},"geometry":{"type":"Point","coordinates":[139.803685,36.321343]}},{"type":"Feature","properties":{"name":"ガスト 栃木大平店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.712146,"key":"018760","address":"栃木県栃木市大平町西水代1846-1 ","latitude":36.319433,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":93,"distanceToPoint":8.203895754163726,"order":1222},"geometry":{"type":"Point","coordinates":[139.712146,36.319433]}},{"type":"Feature","properties":{"name":"ガスト 栃木店","__marker_index":0,"__condition_flags":9660,"カテゴリ":"0101","longitude":139.724694,"key":"011553","address":"栃木県栃木市箱森町37-29 ","latitude":36.393776,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":107,"distanceToPoint":8.342596888476047,"order":1223},"geometry":{"type":"Point","coordinates":[139.724694,36.393776]}},{"type":"Feature","properties":{"name":"ガスト 栃木田沼町店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":139.574482,"key":"011998","address":"栃木県佐野市田沼町377-2 ","latitude":36.367231,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":102,"distanceToPoint":13.767511598947415,"order":1224},"geometry":{"type":"Point","coordinates":[139.574482,36.367231]}},{"type":"Feature","properties":{"name":"ガスト 佐野店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.591345,"key":"011719","address":"栃木県佐野市浅沼町10-1 ","latitude":36.304026,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":89,"distanceToPoint":7.18857173168229,"order":1225},"geometry":{"type":"Point","coordinates":[139.591345,36.304026]}},{"type":"Feature","properties":{"name":"ガスト 館林店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.519683,"key":"011212","address":"群馬県館林市富士原町1098-1 ","latitude":36.236363,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":79,"distanceToPoint":9.89349045406841,"order":1226},"geometry":{"type":"Point","coordinates":[139.519683,36.236363]}},{"type":"Feature","properties":{"name":"ガスト 羽生店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.544429,"key":"012972","address":"埼玉県羽生市南6丁目21-1 ","latitude":36.16419,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":75,"distanceToPoint":8.32679777574395,"order":1227},"geometry":{"type":"Point","coordinates":[139.544429,36.16419]}},{"type":"Feature","properties":{"name":"ガスト 騎西店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.573335,"key":"011614","address":"埼玉県加須市騎西187-6 ","latitude":36.100766,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":68,"distanceToPoint":7.51504684130698,"order":1228},"geometry":{"type":"Point","coordinates":[139.573335,36.100766]}},{"type":"Feature","properties":{"name":"ガスト 北本店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.531866,"key":"017863","address":"埼玉県北本市東間4丁目38-1 ","latitude":36.037712,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":64,"distanceToPoint":7.940429108492248,"order":1229},"geometry":{"type":"Point","coordinates":[139.531866,36.037712]}},{"type":"Feature","properties":{"name":"ガスト 上尾上町店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.585601,"key":"018843","address":"埼玉県上尾市上町2丁目1-23 ","latitude":35.978244,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":60,"distanceToPoint":8.190724146787002,"order":1230},"geometry":{"type":"Point","coordinates":[139.585601,35.978244]}},{"type":"Feature","properties":{"name":"ガスト 上尾柏座店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.579886,"key":"011354","address":"埼玉県上尾市柏座4丁目6-17 ","latitude":35.967823,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":58,"distanceToPoint":1.267764888879268,"order":1231},"geometry":{"type":"Point","coordinates":[139.579886,35.967823]}},{"type":"Feature","properties":{"name":"ガスト 大宮本郷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.629196,"key":"011257","address":"埼玉県さいたま市北区本郷町1386 ","latitude":35.941092,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":54,"distanceToPoint":5.341770050194002,"order":1232},"geometry":{"type":"Point","coordinates":[139.629196,35.941092]}},{"type":"Feature","properties":{"name":"ガスト 大宮大成店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.614626,"key":"018645","address":"埼玉県さいたま市大宮区大成町3丁目516-1 ","latitude":35.918493,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":2.834720849684363,"order":1233},"geometry":{"type":"Point","coordinates":[139.614626,35.918493]}},{"type":"Feature","properties":{"name":"ガスト 大宮ラクーン店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.625689,"key":"018977","address":"埼玉県さいたま市大宮区宮町1丁目60 ","latitude":35.907646,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":44,"distanceToPoint":1.5644132226206777,"order":1234},"geometry":{"type":"Point","coordinates":[139.625689,35.907646]}},{"type":"Feature","properties":{"name":"ガスト 大宮西口店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.621802,"key":"018949","address":"埼玉県さいたま市大宮区桜木町1丁目1-8 OZ SAKURAビル2F","latitude":35.905422,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":41,"distanceToPoint":0.42861948734598354,"order":1235},"geometry":{"type":"Point","coordinates":[139.621802,35.905422]}},{"type":"Feature","properties":{"name":"ガスト 大宮北袋店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.642822,"key":"012766","address":"埼玉県さいたま市大宮区北袋町2丁目190 ","latitude":35.893685,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":2.299566223763557,"order":1236},"geometry":{"type":"Point","coordinates":[139.642822,35.893685]}},{"type":"Feature","properties":{"name":"ガスト さいたま山崎店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.66349,"key":"018965","address":"埼玉県さいたま市緑区山崎1丁目19番17号 ","latitude":35.889763,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":37,"distanceToPoint":1.9122103543328761,"order":1237},"geometry":{"type":"Point","coordinates":[139.66349,35.889763]}},{"type":"Feature","properties":{"name":"ガスト 大宮南中野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.664724,"key":"011469","address":"埼玉県さいたま市見沼区大字南中野字高木838-1 ","latitude":35.90999,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":42,"distanceToPoint":2.2518876552219336,"order":1238},"geometry":{"type":"Point","coordinates":[139.664724,35.90999]}},{"type":"Feature","properties":{"name":"ガスト 大宮深作店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.665409,"key":"018852","address":"埼玉県さいたま市見沼区深作1丁目7-6 ","latitude":35.952263,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":4.700954228526599,"order":1239},"geometry":{"type":"Point","coordinates":[139.665409,35.952263]}},{"type":"Feature","properties":{"name":"ガスト 東岩槻店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.710732,"key":"011387","address":"埼玉県さいたま市岩槻区東岩槻2丁目7-1 ","latitude":35.965805,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":49,"distanceToPoint":4.348362888464473,"order":1240},"geometry":{"type":"Point","coordinates":[139.710732,35.965805]}},{"type":"Feature","properties":{"name":"ガスト 越谷大袋店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.780646,"key":"011485","address":"埼玉県越谷市大字上間久里築堤49-1 ","latitude":35.929951,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":45,"distanceToPoint":7.450031214060328,"order":1241},"geometry":{"type":"Point","coordinates":[139.780646,35.929951]}},{"type":"Feature","properties":{"name":"ガスト 吉川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.853873,"key":"011301","address":"埼玉県吉川市栄町864 ","latitude":35.886329,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":36,"distanceToPoint":8.186745962730999,"order":1242},"geometry":{"type":"Point","coordinates":[139.853873,35.886329]}},{"type":"Feature","properties":{"name":"ガスト 南流山駅前店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.904739,"key":"011588","address":"千葉県流山市南流山1丁目8-7 ","latitude":35.839236,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":6.9593210762104025,"order":1243},"geometry":{"type":"Point","coordinates":[139.904739,35.839236]}},{"type":"Feature","properties":{"name":"ガスト 東十条店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.727297,"key":"012967","address":"東京都北区東十条5丁目7-2 ","latitude":35.768524,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":17.829461982875422,"order":1244},"geometry":{"type":"Point","coordinates":[139.727297,35.768524]}},{"type":"Feature","properties":{"name":"ガスト イトーヨーカドー赤羽店","__marker_index":0,"__condition_flags":2368,"カテゴリ":"0101","longitude":139.719325,"key":"017731","address":"東京都北区赤羽西1丁目7-1 イトーヨーカドー赤羽店6F","latitude":35.777077,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":1.1923774174663404,"order":1245},"geometry":{"type":"Point","coordinates":[139.719325,35.777077]}},{"type":"Feature","properties":{"name":"ガスト 板橋本町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.711225,"key":"018678","address":"東京都板橋区清水町4-1 ","latitude":35.763103,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":1.7171092506365193,"order":1246},"geometry":{"type":"Point","coordinates":[139.711225,35.763103]}},{"type":"Feature","properties":{"name":"ガスト 東武練馬駅前店","__marker_index":0,"__condition_flags":9308,"カテゴリ":"0101","longitude":139.66171,"key":"017881","address":"東京都板橋区徳丸2丁目3-1 ","latitude":35.768962,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":4.514737033682693,"order":1247},"geometry":{"type":"Point","coordinates":[139.66171,35.768962]}},{"type":"Feature","properties":{"name":"ガスト 浦和文蔵店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.668642,"key":"011400","address":"埼玉県さいたま市南区文蔵2丁目13-21 ","latitude":35.842917,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":8.247158132334574,"order":1248},"geometry":{"type":"Point","coordinates":[139.668642,35.842917]}},{"type":"Feature","properties":{"name":"ガスト 浦和駅西口店","__marker_index":0,"__condition_flags":10332,"カテゴリ":"0101","longitude":139.655553,"key":"018909","address":"埼玉県さいたま市浦和区高砂1丁目13-12 ミリスクエアー2F","latitude":35.859053,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":2.147319381448525,"order":1249},"geometry":{"type":"Point","coordinates":[139.655553,35.859053]}},{"type":"Feature","properties":{"name":"ガスト 浦和沼影店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.64016,"key":"011633","address":"埼玉県さいたま市南区沼影1丁目1-18 ","latitude":35.842336,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":2.319495706384101,"order":1250},"geometry":{"type":"Point","coordinates":[139.64016,35.842336]}},{"type":"Feature","properties":{"name":"ガスト 浦和中島店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.620478,"key":"012697","address":"埼玉県さいたま市桜区中島4丁目2-15 ","latitude":35.862799,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":2.8851337663479724,"order":1251},"geometry":{"type":"Point","coordinates":[139.620478,35.862799]}},{"type":"Feature","properties":{"name":"ガスト 与野上峰店","__marker_index":0,"__condition_flags":9148,"カテゴリ":"0101","longitude":139.618892,"key":"011286","address":"埼玉県さいたま市中央区上峰2丁目1-1 ","latitude":35.875056,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":1.370390227420907,"order":1252},"geometry":{"type":"Point","coordinates":[139.618892,35.875056]}},{"type":"Feature","properties":{"name":"ガスト 大宮三橋店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.595136,"key":"018621","address":"埼玉県さいたま市西区三橋5丁目923 ","latitude":35.907547,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":29,"distanceToPoint":4.199072713378863,"order":1253},"geometry":{"type":"Point","coordinates":[139.595136,35.907547]}},{"type":"Feature","properties":{"name":"ガスト 志木店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.584751,"key":"011143","address":"埼玉県志木市中宗岡1丁目5-62 ","latitude":35.837716,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":7.8210417220978465,"order":1254},"geometry":{"type":"Point","coordinates":[139.584751,35.837716]}},{"type":"Feature","properties":{"name":"ガスト 富士見関沢店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.543764,"key":"018856","address":"埼玉県富士見市関沢1丁目4-15 ","latitude":35.844626,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":3.7736016985444603,"order":1255},"geometry":{"type":"Point","coordinates":[139.543764,35.844626]}},{"type":"Feature","properties":{"name":"ガスト ふじみ野店","__marker_index":0,"__condition_flags":8284,"カテゴリ":"0101","longitude":139.522186,"key":"018857","address":"埼玉県富士見市ふじみ野西1丁目20-2 ","latitude":35.860653,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":2.6378051823227837,"order":1256},"geometry":{"type":"Point","coordinates":[139.522186,35.860653]}},{"type":"Feature","properties":{"name":"ガスト ふじみ野東店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":139.523824,"key":"017873","address":"埼玉県ふじみ野市駒林元町3-1-18 ","latitude":35.866353,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":0.6507729418831443,"order":1257},"geometry":{"type":"Point","coordinates":[139.523824,35.866353]}},{"type":"Feature","properties":{"name":"ガスト 上福岡店","__marker_index":0,"__condition_flags":32894,"カテゴリ":"0101","longitude":139.511826,"key":"017972","address":"埼玉県ふじみ野市上福岡1丁目8-2 ","latitude":35.874571,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":1.4155558741508967,"order":1258},"geometry":{"type":"Point","coordinates":[139.511826,35.874571]}},{"type":"Feature","properties":{"name":"ガスト 川越駅前店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":139.482563,"key":"011337","address":"埼玉県川越市脇田本町2-6 ","latitude":35.905699,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":4.350817531020744,"order":1259},"geometry":{"type":"Point","coordinates":[139.482563,35.905699]}},{"type":"Feature","properties":{"name":"ガスト 川越店","__marker_index":0,"__condition_flags":8316,"カテゴリ":"0101","longitude":139.482763,"key":"017952","address":"埼玉県川越市脇田町8-3 ","latitude":35.910275,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":0.5091474154155431,"order":1260},"geometry":{"type":"Point","coordinates":[139.482763,35.910275]}},{"type":"Feature","properties":{"name":"ガスト 本川越店","__marker_index":0,"__condition_flags":10364,"カテゴリ":"0101","longitude":139.482136,"key":"018950","address":"埼玉県川越市中原町1丁目2-6 カシーラ彩食館2F","latitude":35.915879,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":0.6256903711413763,"order":1261},"geometry":{"type":"Point","coordinates":[139.482136,35.915879]}},{"type":"Feature","properties":{"name":"ガスト 川越インター店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.465247,"key":"018662","address":"埼玉県川越市豊田町3丁目11-10 ","latitude":35.899932,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":2.3362441498286897,"order":1262},"geometry":{"type":"Point","coordinates":[139.465247,35.899932]}},{"type":"Feature","properties":{"name":"ガスト 川越霞ケ関店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.442416,"key":"011534","address":"埼玉県川越市大字的場2243-1 ","latitude":35.926179,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":3.5700763418513746,"order":1263},"geometry":{"type":"Point","coordinates":[139.442416,35.926179]}},{"type":"Feature","properties":{"name":"ガスト 川越東洋大学前店","__marker_index":0,"__condition_flags":10108,"カテゴリ":"0101","longitude":139.435729,"key":"018747","address":"埼玉県川越市大字天沼新田317-3 ","latitude":35.938064,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":1.4522374165197645,"order":1264},"geometry":{"type":"Point","coordinates":[139.435729,35.938064]}},{"type":"Feature","properties":{"name":"ガスト 鶴ヶ島三ツ木店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.391495,"key":"011406","address":"埼玉県鶴ヶ島市大字三ツ木186-1 ","latitude":35.935113,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":3.9959264833537707,"order":1265},"geometry":{"type":"Point","coordinates":[139.391495,35.935113]}},{"type":"Feature","properties":{"name":"ガスト 武蔵高萩店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.37252,"key":"011429","address":"埼玉県日高市大字高萩2315-1 ","latitude":35.908178,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":3.4481565405730743,"order":1266},"geometry":{"type":"Point","coordinates":[139.37252,35.908178]}},{"type":"Feature","properties":{"name":"ガスト 日高店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.343953,"key":"012971","address":"埼玉県日高市大字鹿山ハヤシ284-1 ","latitude":35.897702,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":2.824415571883807,"order":1267},"geometry":{"type":"Point","coordinates":[139.343953,35.897702]}},{"type":"Feature","properties":{"name":"ガスト 飯能店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.319134,"key":"018967","address":"埼玉県飯能市仲町5-17 ","latitude":35.853619,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":5.387797203392492,"order":1268},"geometry":{"type":"Point","coordinates":[139.319134,35.853619]}},{"type":"Feature","properties":{"name":"ガスト 入間市駅前店","__marker_index":0,"__condition_flags":16796,"カテゴリ":"0101","longitude":139.388794,"key":"012778","address":"埼玉県入間市豊岡1丁目2-28 ","latitude":35.839952,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":6.459974466665857,"order":1269},"geometry":{"type":"Point","coordinates":[139.388794,35.839952]}},{"type":"Feature","properties":{"name":"ガスト 入間川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.401242,"key":"011184","address":"埼玉県狭山市入間川4丁目8-5 ","latitude":35.855656,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":2.075582375822699,"order":1270},"geometry":{"type":"Point","coordinates":[139.401242,35.855656]}},{"type":"Feature","properties":{"name":"ガスト 武蔵藤沢店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.414809,"key":"012689","address":"埼玉県入間市東藤沢2丁目10-29 ","latitude":35.821475,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":3.992669349621091,"order":1271},"geometry":{"type":"Point","coordinates":[139.414809,35.821475]}},{"type":"Feature","properties":{"name":"ガスト 坂戸店","__marker_index":0,"__condition_flags":8588,"カテゴリ":"0101","longitude":139.398588,"key":"012824","address":"埼玉県坂戸市薬師町32-5 ","latitude":35.968647,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":16.429903836569505,"order":1272},"geometry":{"type":"Point","coordinates":[139.398588,35.968647]}},{"type":"Feature","properties":{"name":"ガスト 東松山高坂店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.385707,"key":"011581","address":"埼玉県東松山市大字西本宿345-2 ","latitude":36.001651,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":18,"distanceToPoint":3.848540377570221,"order":1273},"geometry":{"type":"Point","coordinates":[139.385707,36.001651]}},{"type":"Feature","properties":{"name":"ガスト 東松山店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.382952,"key":"018582","address":"埼玉県東松山市大字石橋1533 ","latitude":36.03698,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":3.936217170103608,"order":1274},"geometry":{"type":"Point","coordinates":[139.382952,36.03698]}},{"type":"Feature","properties":{"name":"ガスト 武蔵嵐山店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.314598,"key":"011762","address":"埼玉県比企郡嵐山町大字平澤字京枝412 ","latitude":36.042931,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":6.181441198190113,"order":1275},"geometry":{"type":"Point","coordinates":[139.314598,36.042931]}},{"type":"Feature","properties":{"name":"ガスト 小川町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.260456,"key":"018561","address":"埼玉県比企郡小川町みどりが丘2-8-1 ","latitude":36.067895,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":5.6030643369491,"order":1276},"geometry":{"type":"Point","coordinates":[139.260456,36.067895]}},{"type":"Feature","properties":{"name":"ガスト 寄居店","__marker_index":0,"__condition_flags":33182,"カテゴリ":"0101","longitude":139.20543,"key":"011808","address":"埼玉県大里郡寄居町大字桜沢漆原1185 ","latitude":36.123326,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":7.9015414143556715,"order":1277},"geometry":{"type":"Point","coordinates":[139.20543,36.123326]}},{"type":"Feature","properties":{"name":"ガスト 長瀞店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.108836,"key":"011483","address":"埼玉県秩父郡皆野町大字皆野3236-14 ","latitude":36.077425,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":10.068020682750674,"order":1278},"geometry":{"type":"Point","coordinates":[139.108836,36.077425]}},{"type":"Feature","properties":{"name":"ガスト 児玉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.132719,"key":"012822","address":"埼玉県本庄市児玉町吉田林391-1 ","latitude":36.198722,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":13.657084444951856,"order":1279},"geometry":{"type":"Point","coordinates":[139.132719,36.198722]}},{"type":"Feature","properties":{"name":"ガスト 本庄上里町店","__marker_index":0,"__condition_flags":566110,"カテゴリ":"0101","longitude":139.164423,"key":"018796","address":"埼玉県児玉郡上里町大字七本木2558-1 ","latitude":36.238576,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":5.265722540951567,"order":1280},"geometry":{"type":"Point","coordinates":[139.164423,36.238576]}},{"type":"Feature","properties":{"name":"ガスト 群馬新町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.10128,"key":"011347","address":"群馬県高崎市新町2432ー1ー1 ","latitude":36.275253,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":30,"distanceToPoint":6.977635363338416,"order":1281},"geometry":{"type":"Point","coordinates":[139.10128,36.275253]}},{"type":"Feature","properties":{"name":"ガスト 玉村町店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.118503,"key":"018003","address":"群馬県佐波郡玉村町大字上之手1688-2 ","latitude":36.296659,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":31,"distanceToPoint":2.8370102876898033,"order":1282},"geometry":{"type":"Point","coordinates":[139.118503,36.296659]}},{"type":"Feature","properties":{"name":"ガスト 駒形インター店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.146462,"key":"012929","address":"群馬県前橋市駒形町1456-1 ","latitude":36.343636,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":40,"distanceToPoint":5.793156864543072,"order":1283},"geometry":{"type":"Point","coordinates":[139.146462,36.343636]}},{"type":"Feature","properties":{"name":"ガスト 伊勢崎店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.183688,"key":"018611","address":"群馬県伊勢崎市連取町2332-5 ","latitude":36.312006,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":34,"distanceToPoint":4.846758487087364,"order":1284},"geometry":{"type":"Point","coordinates":[139.183688,36.312006]}},{"type":"Feature","properties":{"name":"ガスト 伊勢崎東店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.23542,"key":"012939","address":"群馬県伊勢崎市三室町5327-2 ","latitude":36.328705,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":38,"distanceToPoint":4.992888828382426,"order":1285},"geometry":{"type":"Point","coordinates":[139.23542,36.328705]}},{"type":"Feature","properties":{"name":"ガスト 新田町店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":139.297158,"key":"012747","address":"群馬県太田市新田市野井町字房田1015 ","latitude":36.306904,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":32,"distanceToPoint":6.039287712806399,"order":1286},"geometry":{"type":"Point","coordinates":[139.297158,36.306904]}},{"type":"Feature","properties":{"name":"ガスト 群馬境町店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.255247,"key":"011736","address":"群馬県伊勢崎市境397番地 ","latitude":36.273642,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":29,"distanceToPoint":5.271571463661953,"order":1287},"geometry":{"type":"Point","coordinates":[139.255247,36.273642]}},{"type":"Feature","properties":{"name":"ガスト 深谷店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.284899,"key":"018846","address":"埼玉県深谷市西島町1丁目4-14 ","latitude":36.192354,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":25,"distanceToPoint":9.421973576968087,"order":1288},"geometry":{"type":"Point","coordinates":[139.284899,36.192354]}},{"type":"Feature","properties":{"name":"ガスト 籠原店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.336942,"key":"011370","address":"埼玉県熊谷市新堀321-1 ","latitude":36.175545,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":5.030865259911865,"order":1289},"geometry":{"type":"Point","coordinates":[139.336942,36.175545]}},{"type":"Feature","properties":{"name":"ガスト 熊谷肥塚店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.384986,"key":"018839","address":"埼玉県熊谷市肥塚4-128 ","latitude":36.163797,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":23,"distanceToPoint":4.506161781322751,"order":1290},"geometry":{"type":"Point","coordinates":[139.384986,36.163797]}},{"type":"Feature","properties":{"name":"ガスト 熊谷ニットーモール店","__marker_index":0,"__condition_flags":16764,"カテゴリ":"0101","longitude":139.392778,"key":"017720","address":"埼玉県熊谷市銀座2丁目245番地246番地 熊谷ニットーモール1階","latitude":36.139227,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":2.820216616695554,"order":1291},"geometry":{"type":"Point","coordinates":[139.392778,36.139227]}},{"type":"Feature","properties":{"name":"ガスト 吹上店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.442366,"key":"018721","address":"埼玉県鴻巣市北新宿道下通62 ","latitude":36.111558,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":5.413120314800785,"order":1292},"geometry":{"type":"Point","coordinates":[139.442366,36.111558]}},{"type":"Feature","properties":{"name":"ガスト 行田店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.465676,"key":"011152","address":"埼玉県行田市旭町11-24 ","latitude":36.140663,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":19,"distanceToPoint":3.8544679706107585,"order":1293},"geometry":{"type":"Point","coordinates":[139.465676,36.140663]}},{"type":"Feature","properties":{"name":"ガスト 大泉店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.416273,"key":"011170","address":"群馬県邑楽郡大泉町中央3-10-20 ","latitude":36.256932,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":13.667429850372402,"order":1294},"geometry":{"type":"Point","coordinates":[139.416273,36.256932]}},{"type":"Feature","properties":{"name":"ガスト 太田駅前店","__marker_index":0,"__condition_flags":413,"カテゴリ":"0101","longitude":139.377825,"key":"011137","address":"群馬県太田市東本町27-6 ","latitude":36.295865,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":5.533574932532998,"order":1295},"geometry":{"type":"Point","coordinates":[139.377825,36.295865]}},{"type":"Feature","properties":{"name":"ガスト 太田植木野店","__marker_index":0,"__condition_flags":8572,"カテゴリ":"0101","longitude":139.41207,"key":"011651","address":"群馬県太田市植木野町619-4 ","latitude":36.322577,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":26,"distanceToPoint":4.270609689065069,"order":1296},"geometry":{"type":"Point","coordinates":[139.41207,36.322577]}},{"type":"Feature","properties":{"name":"ガスト 群馬笠懸店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.302228,"key":"011772","address":"群馬県みどり市笠懸町阿左美177-2 ","latitude":36.38146,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":31,"distanceToPoint":11.816738906045288,"order":1297},"geometry":{"type":"Point","coordinates":[139.302228,36.38146]}},{"type":"Feature","properties":{"name":"ガスト 桐生店","__marker_index":0,"__condition_flags":17308,"カテゴリ":"0101","longitude":139.318566,"key":"017809","address":"群馬県桐生市相生町1丁目124-1 ","latitude":36.405039,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":33,"distanceToPoint":3.002125304575637,"order":1298},"geometry":{"type":"Point","coordinates":[139.318566,36.405039]}},{"type":"Feature","properties":{"name":"ガスト 前橋東店","__marker_index":0,"__condition_flags":8541,"カテゴリ":"0101","longitude":139.086678,"key":"011930","address":"群馬県前橋市西片貝町5丁目11-2 ","latitude":36.390135,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":31,"distanceToPoint":20.82072894923773,"order":1299},"geometry":{"type":"Point","coordinates":[139.086678,36.390135]}},{"type":"Feature","properties":{"name":"ガスト 前橋南店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.081515,"key":"011183","address":"群馬県前橋市天川原町1-19-2 ","latitude":36.375761,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":30,"distanceToPoint":1.6638032542209886,"order":1300},"geometry":{"type":"Point","coordinates":[139.081515,36.375761]}},{"type":"Feature","properties":{"name":"ガスト 前橋西店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.044846,"key":"011951","address":"群馬県前橋市大友町3丁目14-3 ","latitude":36.390162,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":30,"distanceToPoint":3.652356949753734,"order":1301},"geometry":{"type":"Point","coordinates":[139.044846,36.390162]}},{"type":"Feature","properties":{"name":"ガスト 高崎緑町店","__marker_index":0,"__condition_flags":9084,"カテゴリ":"0101","longitude":139.011005,"key":"011198","address":"群馬県高崎市緑町4丁目11-6 ","latitude":36.353836,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":28,"distanceToPoint":5.0493388451628425,"order":1302},"geometry":{"type":"Point","coordinates":[139.011005,36.353836]}},{"type":"Feature","properties":{"name":"ガスト 高崎店","__marker_index":0,"__condition_flags":8605,"カテゴリ":"0101","longitude":138.996536,"key":"011927","address":"群馬県高崎市飯塚町32-1 ","latitude":36.345528,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":27,"distanceToPoint":1.5914030711431175,"order":1303},"geometry":{"type":"Point","coordinates":[138.996536,36.345528]}},{"type":"Feature","properties":{"name":"ガスト 高崎駅西口店","__marker_index":0,"__condition_flags":25020,"カテゴリ":"0101","longitude":139.007679,"key":"017801","address":"群馬県高崎市あら町156 ","latitude":36.322473,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":25,"distanceToPoint":2.7510645765036386,"order":1304},"geometry":{"type":"Point","coordinates":[139.007679,36.322473]}},{"type":"Feature","properties":{"name":"ガスト 高崎駅前店","__marker_index":0,"__condition_flags":9117,"カテゴリ":"0101","longitude":139.014755,"key":"018854","address":"群馬県高崎市栄町17-26 ","latitude":36.320751,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":24,"distanceToPoint":0.6622280904384305,"order":1305},"geometry":{"type":"Point","coordinates":[139.014755,36.320751]}},{"type":"Feature","properties":{"name":"ガスト 倉賀野店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.034292,"key":"011643","address":"群馬県高崎市倉賀野町308番地 ","latitude":36.299844,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":2.9101591258328825,"order":1306},"geometry":{"type":"Point","coordinates":[139.034292,36.299844]}},{"type":"Feature","properties":{"name":"ガスト 群馬藤岡店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.077328,"key":"018811","address":"群馬県藤岡市藤岡北ノ原913-4 ","latitude":36.254098,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":6.384168053734761,"order":1307},"geometry":{"type":"Point","coordinates":[139.077328,36.254098]}},{"type":"Feature","properties":{"name":"ガスト 群馬富岡店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.905669,"key":"011691","address":"群馬県富岡市富岡2651-1 ","latitude":36.262412,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":20,"distanceToPoint":15.41923182460749,"order":1308},"geometry":{"type":"Point","coordinates":[138.905669,36.262412]}},{"type":"Feature","properties":{"name":"ガスト 安中店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":138.882825,"key":"011394","address":"群馬県安中市高別当359 ","latitude":36.324832,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":21,"distanceToPoint":7.236453211292905,"order":1309},"geometry":{"type":"Point","coordinates":[138.882825,36.324832]}},{"type":"Feature","properties":{"name":"ガスト 渋川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.002998,"key":"018622","address":"群馬県渋川市石原204-12 ","latitude":36.490828,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":21.36241972467232,"order":1310},"geometry":{"type":"Point","coordinates":[139.002998,36.490828]}},{"type":"Feature","properties":{"name":"ガスト 沼田インター店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.071597,"key":"018644","address":"群馬県沼田市上原町1679-6 ","latitude":36.654025,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":22,"distanceToPoint":19.15281613031422,"order":1311},"geometry":{"type":"Point","coordinates":[139.071597,36.654025]}},{"type":"Feature","properties":{"name":"ガスト 毛呂山店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.307448,"key":"018749","address":"埼玉県入間郡毛呂山町大字毛呂本郷5-1 ","latitude":35.941597,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":81.98965068583847,"order":1312},"geometry":{"type":"Point","coordinates":[139.307448,35.941597]}},{"type":"Feature","properties":{"name":"ガスト 西白岡店","__marker_index":0,"__condition_flags":9116,"カテゴリ":"0101","longitude":139.653302,"key":"011377","address":"埼玉県白岡市西3丁目1-1 ","latitude":36.015746,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":32.19464041373929,"order":1313},"geometry":{"type":"Point","coordinates":[139.653302,36.015746]}},{"type":"Feature","properties":{"name":"ガスト 浦和駒形店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":139.690992,"key":"012679","address":"埼玉県さいたま市緑区大字中尾駒形1628 ","latitude":35.872178,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":16.320636162801012,"order":1314},"geometry":{"type":"Point","coordinates":[139.690992,35.872178]}},{"type":"Feature","properties":{"name":"ガスト 下館店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.975242,"key":"011367","address":"茨城県筑西市甲228-1 ","latitude":36.310965,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":55.07171015936978,"order":1315},"geometry":{"type":"Point","coordinates":[139.975242,36.310965]}},{"type":"Feature","properties":{"name":"ガスト 岩瀬店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.103741,"key":"011728","address":"茨城県桜川市西桜川2丁目24番地 ","latitude":36.364047,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":17,"distanceToPoint":12.935125897022578,"order":1316},"geometry":{"type":"Point","coordinates":[140.103741,36.364047]}},{"type":"Feature","properties":{"name":"ガスト 銚子店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.830177,"key":"011861","address":"千葉県銚子市東芝町2-1 ","latitude":35.731741,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":95.96146814040885,"order":1317},"geometry":{"type":"Point","coordinates":[140.830177,35.731741]}},{"type":"Feature","properties":{"name":"ガスト 伊豆川奈店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":139.116705,"key":"018617","address":"静岡県伊東市吉田753-23 ","latitude":34.941043,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":4,"distanceToPoint":178.56839082288906,"order":1318},"geometry":{"type":"Point","coordinates":[139.116705,34.941043]}},{"type":"Feature","properties":{"name":"ガスト 伊豆高原店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.106792,"key":"018655","address":"静岡県伊東市八幡野1172-5 ","latitude":34.880806,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":3,"distanceToPoint":6.758775200612558,"order":1319},"geometry":{"type":"Point","coordinates":[139.106792,34.880806]}},{"type":"Feature","properties":{"name":"ガスト 伊豆今井浜店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":139.020151,"key":"011498","address":"静岡県賀茂郡河津町見高1259-110 ","latitude":34.756328,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":2,"distanceToPoint":15.941715998209524,"order":1320},"geometry":{"type":"Point","coordinates":[139.020151,34.756328]}},{"type":"Feature","properties":{"name":"ガスト 高山三福寺店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":137.261339,"key":"012797","address":"岐阜県高山市三福寺町394-1 ","latitude":36.152699,"cluster":15,"centroid":[137.31749764454975,35.41311831753557],"featureIndex":12,"distanceToPoint":222.4494268814771,"order":1321},"geometry":{"type":"Point","coordinates":[137.261339,36.152699]}},{"type":"Feature","properties":{"name":"ガスト 新潟上王瀬店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":139.088566,"key":"012916","address":"新潟県新潟市東区上王瀬町2番32号 ","latitude":37.936171,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":256.1659208075506,"order":1322},"geometry":{"type":"Point","coordinates":[139.088566,37.936171]}},{"type":"Feature","properties":{"name":"ガスト 湯沢店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.489379,"key":"012935","address":"秋田県湯沢市材木町1丁目3-28 ","latitude":39.161026,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":182.72361015885033,"order":1323},"geometry":{"type":"Point","coordinates":[140.489379,39.161026]}},{"type":"Feature","properties":{"name":"ガスト 横手店","__marker_index":0,"__condition_flags":26524,"カテゴリ":"0101","longitude":140.555118,"key":"012755","address":"秋田県横手市婦気大堤字中田93-1 ","latitude":39.296676,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":16.11142876480145,"order":1324},"geometry":{"type":"Point","coordinates":[140.555118,39.296676]}},{"type":"Feature","properties":{"name":"ガスト 大曲店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":140.496016,"key":"011879","address":"秋田県大仙市戸蒔東69-1 ","latitude":39.458299,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":18.675839906688598,"order":1325},"geometry":{"type":"Point","coordinates":[140.496016,39.458299]}},{"type":"Feature","properties":{"name":"ガスト 角館店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":140.571331,"key":"012932","address":"秋田県仙北市角館町下菅沢227番地 ","latitude":39.585706,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":15.570385890449089,"order":1326},"geometry":{"type":"Point","coordinates":[140.571331,39.585706]}},{"type":"Feature","properties":{"name":"ガスト むつ中央店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":141.185394,"key":"018948","address":"青森県むつ市中央2丁目5-7 ","latitude":41.288263,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":196.31799936854654,"order":1327},"geometry":{"type":"Point","coordinates":[141.185394,41.288263]}},{"type":"Feature","properties":{"name":"ガスト 函館鍛治店","__marker_index":0,"__condition_flags":17276,"カテゴリ":"0101","longitude":140.772831,"key":"018859","address":"北海道函館市鍛治2丁目1番3号 ","latitude":41.803816,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":66.82190515004326,"order":1328},"geometry":{"type":"Point","coordinates":[140.772831,41.803816]}},{"type":"Feature","properties":{"name":"ガスト 登別店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":141.071461,"key":"012940","address":"北海道登別市富岸町1丁目1-1 ","latitude":42.385309,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":69.19489084942124,"order":1329},"geometry":{"type":"Point","coordinates":[141.071461,42.385309]}},{"type":"Feature","properties":{"name":"ガスト 千歳店","__marker_index":0,"__condition_flags":532924,"カテゴリ":"0101","longitude":141.650717,"key":"017975","address":"北海道千歳市千代田町7丁目1789-3 ","latitude":42.828544,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":68.38454147714212,"order":1330},"geometry":{"type":"Point","coordinates":[141.650717,42.828544]}},{"type":"Feature","properties":{"name":"ガスト 恵庭店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.568269,"key":"012841","address":"北海道恵庭市恵央町11-13 ","latitude":42.892094,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":9.751660701804068,"order":1331},"geometry":{"type":"Point","coordinates":[141.568269,42.892094]}},{"type":"Feature","properties":{"name":"ガスト 札幌美しが丘店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.460916,"key":"012934","address":"北海道札幌市清田区美しが丘4条7丁目1番18号 ","latitude":42.976545,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":12.828191330594077,"order":1332},"geometry":{"type":"Point","coordinates":[141.460916,42.976545]}},{"type":"Feature","properties":{"name":"ガスト 札幌福住店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.406,"key":"012895","address":"北海道札幌市豊平区福住3条1丁目1-5 ","latitude":43.018841,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":6.485772350521593,"order":1333},"geometry":{"type":"Point","coordinates":[141.406,43.018841]}},{"type":"Feature","properties":{"name":"ガスト 札幌本郷通店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.401184,"key":"012781","address":"北海道札幌市白石区本郷通1丁目北1-6 ","latitude":43.049849,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":3.470084880886255,"order":1334},"geometry":{"type":"Point","coordinates":[141.401184,43.049849]}},{"type":"Feature","properties":{"name":"ガスト 札幌豊平店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.379873,"key":"012891","address":"北海道札幌市豊平区豊平3条11丁目2-29 ","latitude":43.046401,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":1.7736495755687205,"order":1335},"geometry":{"type":"Point","coordinates":[141.379873,43.046401]}},{"type":"Feature","properties":{"name":"ガスト 札幌石山通店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.342797,"key":"012836","address":"北海道札幌市中央区南8条西10丁目1035-23 ","latitude":43.049636,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":3.034170135524815,"order":1336},"geometry":{"type":"Point","coordinates":[141.342797,43.049636]}},{"type":"Feature","properties":{"name":"ガスト 札幌桑園店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":141.333076,"key":"017983","address":"北海道札幌市中央区北8条西14丁目28番地 ","latitude":43.069418,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":14,"distanceToPoint":2.3371460508861115,"order":1337},"geometry":{"type":"Point","coordinates":[141.333076,43.069418]}},{"type":"Feature","properties":{"name":"ガスト 札幌西野店","__marker_index":0,"__condition_flags":25468,"カテゴリ":"0101","longitude":141.28208,"key":"017974","address":"北海道札幌市西区西野3条3丁目2-1 ","latitude":43.074417,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":14,"distanceToPoint":4.179416811284301,"order":1338},"geometry":{"type":"Point","coordinates":[141.28208,43.074417]}},{"type":"Feature","properties":{"name":"ガスト 札幌新琴似店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.305466,"key":"012936","address":"北海道札幌市北区新琴似1条13丁目16番20号 ","latitude":43.11415,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":4.808902413030317,"order":1339},"geometry":{"type":"Point","coordinates":[141.305466,43.11415]}},{"type":"Feature","properties":{"name":"ガスト 札幌栄町店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.354299,"key":"012804","address":"北海道札幌市東区北49条東8丁目3番12号 ","latitude":43.1212,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":16,"distanceToPoint":4.040407224958228,"order":1340},"geometry":{"type":"Point","coordinates":[141.354299,43.1212]}},{"type":"Feature","properties":{"name":"ガスト 札幌元町店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.376314,"key":"012877","address":"北海道札幌市東区北24条東18丁目1-25 ","latitude":43.094703,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":14,"distanceToPoint":3.445996625432272,"order":1341},"geometry":{"type":"Point","coordinates":[141.376314,43.094703]}},{"type":"Feature","properties":{"name":"ガスト 石狩店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":141.335354,"key":"017982","address":"北海道石狩市緑苑台中央1丁目2番 ","latitude":43.158541,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":15,"distanceToPoint":7.838241624729214,"order":1342},"geometry":{"type":"Point","coordinates":[141.335354,43.158541]}},{"type":"Feature","properties":{"name":"ガスト 札幌厚別西友店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.468502,"key":"012905","address":"北海道札幌市厚別区厚別西4条6丁目775-19 ","latitude":43.055307,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":15.767277899406102,"order":1343},"geometry":{"type":"Point","coordinates":[141.468502,43.055307]}},{"type":"Feature","properties":{"name":"ガスト 江別幸町店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":141.534005,"key":"012800","address":"北海道江別市幸町23-11 ","latitude":43.100046,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":7.2836986776956705,"order":1344},"geometry":{"type":"Point","coordinates":[141.534005,43.100046]}},{"type":"Feature","properties":{"name":"ガスト 札幌藻岩店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":141.344626,"key":"012884","address":"北海道札幌市南区南37条西10丁目1-26 ","latitude":43.007607,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":18.50468645831806,"order":1345},"geometry":{"type":"Point","coordinates":[141.344626,43.007607]}},{"type":"Feature","properties":{"name":"ガスト 三笠店","__marker_index":0,"__condition_flags":348,"カテゴリ":"0101","longitude":141.80546,"key":"017981","address":"北海道三笠市岡山1059-1 ","latitude":43.243444,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":45.67736828235708,"order":1346},"geometry":{"type":"Point","coordinates":[141.80546,43.243444]}},{"type":"Feature","properties":{"name":"ガスト 滝川店","__marker_index":0,"__condition_flags":24924,"カテゴリ":"0101","longitude":141.926234,"key":"012913","address":"北海道滝川市東町1丁目49-1 ","latitude":43.553491,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":35.82997386112508,"order":1347},"geometry":{"type":"Point","coordinates":[141.926234,43.553491]}},{"type":"Feature","properties":{"name":"ガスト 旭川旭町店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":142.352279,"key":"012923","address":"北海道旭川市旭町1条7丁目841-55 ","latitude":43.786949,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":13,"distanceToPoint":42.98957264403534,"order":1348},"geometry":{"type":"Point","coordinates":[142.352279,43.786949]}},{"type":"Feature","properties":{"name":"ガスト 旭川豊岡店","__marker_index":0,"__condition_flags":25436,"カテゴリ":"0101","longitude":142.412909,"key":"012926","address":"北海道旭川市豊岡14条6丁目6-15 ","latitude":43.772663,"cluster":11,"centroid":[139.79067632396274,36.36894544712183],"featureIndex":12,"distanceToPoint":5.1202285435380155,"order":1349},"geometry":{"type":"Point","coordinates":[142.412909,43.772663]}},{"type":"Feature","properties":{"name":"ガスト 米子店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":133.353102,"key":"011721","address":"鳥取県米子市上福原5-5-71 ","latitude":35.448155,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":9,"distanceToPoint":1206.400217930825,"order":1350},"geometry":{"type":"Point","coordinates":[133.353102,35.448155]}},{"type":"Feature","properties":{"name":"ガスト 米子久米町店","__marker_index":0,"__condition_flags":10140,"カテゴリ":"0101","longitude":133.329149,"key":"018818","address":"鳥取県米子市久米町53-1 ","latitude":35.425563,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":5,"distanceToPoint":3.3196264722982076,"order":1351},"geometry":{"type":"Point","coordinates":[133.329149,35.425563]}},{"type":"Feature","properties":{"name":"ガスト 米子西店","__marker_index":0,"__condition_flags":24988,"カテゴリ":"0101","longitude":133.306147,"key":"012751","address":"鳥取県米子市旗ヶ崎7丁目11-17 ","latitude":35.44014,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":7,"distanceToPoint":2.6401485442610975,"order":1352},"geometry":{"type":"Point","coordinates":[133.306147,35.44014]}},{"type":"Feature","properties":{"name":"ガスト 東出雲店","__marker_index":0,"__condition_flags":412,"カテゴリ":"0101","longitude":133.14709,"key":"012898","address":"島根県松江市東出雲町揖屋藤木665-14 ","latitude":35.426339,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":5,"distanceToPoint":14.492172538097437,"order":1353},"geometry":{"type":"Point","coordinates":[133.14709,35.426339]}},{"type":"Feature","properties":{"name":"ガスト 松江南店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":133.051678,"key":"012881","address":"島根県松江市袖師町2-38 ","latitude":35.458281,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":6,"distanceToPoint":9.344738041736122,"order":1354},"geometry":{"type":"Point","coordinates":[133.051678,35.458281]}},{"type":"Feature","properties":{"name":"ガスト 松江北店","__marker_index":0,"__condition_flags":8540,"カテゴリ":"0101","longitude":133.070578,"key":"011920","address":"島根県松江市学園2丁目29-8 ","latitude":35.484122,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":6,"distanceToPoint":3.3445145679303367,"order":1355},"geometry":{"type":"Point","coordinates":[133.070578,35.484122]}},{"type":"Feature","properties":{"name":"ガスト 島根平田店","__marker_index":0,"__condition_flags":9052,"カテゴリ":"0101","longitude":132.822867,"key":"012951","address":"島根県出雲市平田町7145番地 ","latitude":35.439708,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":5,"distanceToPoint":22.97196008757627,"order":1356},"geometry":{"type":"Point","coordinates":[132.822867,35.439708]}},{"type":"Feature","properties":{"name":"ガスト 島根斐川店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.808549,"key":"011901","address":"島根県出雲市斐川町上直江1316 ","latitude":35.386608,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":4,"distanceToPoint":6.045350144544657,"order":1357},"geometry":{"type":"Point","coordinates":[132.808549,35.386608]}},{"type":"Feature","properties":{"name":"ガスト 出雲店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":132.746467,"key":"011872","address":"島根県出雲市渡橋町514-2 ","latitude":35.366109,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":3,"distanceToPoint":6.072669269301577,"order":1358},"geometry":{"type":"Point","coordinates":[132.746467,35.366109]}},{"type":"Feature","properties":{"name":"ガスト 島根大田店","__marker_index":0,"__condition_flags":26460,"カテゴリ":"0101","longitude":132.482594,"key":"012744","address":"島根県大田市長久町土江97 ","latitude":35.198133,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":2,"distanceToPoint":30.373728420158677,"order":1359},"geometry":{"type":"Point","coordinates":[132.482594,35.198133]}},{"type":"Feature","properties":{"name":"ガスト 益田店","__marker_index":0,"__condition_flags":25500,"カテゴリ":"0101","longitude":131.816728,"key":"012761","address":"島根県益田市高津7丁目21-24 ","latitude":34.689792,"cluster":14,"centroid":[133.29927351111107,34.477080255555556],"featureIndex":1,"distanceToPoint":82.93712891651687,"order":1360},"geometry":{"type":"Point","coordinates":[131.816728,34.689792]}},{"type":"Feature","properties":{"name":"ガスト 萩店","__marker_index":0,"__condition_flags":8604,"カテゴリ":"0101","longitude":131.40692,"key":"011978","address":"山口県萩市大字土原343-2 ","latitude":34.413523,"cluster":13,"centroid":[130.66854216867466,33.44615696385542],"featureIndex":0,"distanceToPoint":48.50022750777288,"order":1361},"geometry":{"type":"Point","coordinates":[131.40692,34.413523]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment