<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://github.com/simplegeo/polymaps/raw/v2.2.0/polymaps.min.js"></script>
<script type="text/javascript" src="http://github.com/mbostock/polymaps/raw/586fbb0346548a5559b6edea8aab76ac51334da5/lib/crimespotting/crimespotting.js"></script>
<style type="text/css">
@import url("http://github.com/simplegeo/polymaps/raw/v2.2.0/examples/example.css");
html, body {
height: 100%;
background: #E6E6E6;
}
svg {
display: block;
}
</style>
</head>
<body>
<script type="text/javascript">
var po = org.polymaps;
var svg = document.body.appendChild(po.svg("svg")),
defs = svg.appendChild(po.svg("defs")),
rg = defs.appendChild(po.svg("radialGradient")),
s0 = rg.appendChild(po.svg("stop")),
s1 = rg.appendChild(po.svg("stop"));
rg1 = defs.appendChild(po.svg("radialGradient")),
s01 = rg1.appendChild(po.svg("stop")),
s11 = rg1.appendChild(po.svg("stop"));
rg2 = defs.appendChild(po.svg("radialGradient")),
s02 = rg2.appendChild(po.svg("stop")),
s12 = rg2.appendChild(po.svg("stop"));
rg3 = defs.appendChild(po.svg("radialGradient")),
s03 = rg3.appendChild(po.svg("stop")),
s13 = rg3.appendChild(po.svg("stop"));
rg4 = defs.appendChild(po.svg("radialGradient")),
s04 = rg4.appendChild(po.svg("stop")),
s14 = rg4.appendChild(po.svg("stop"));
rg5 = defs.appendChild(po.svg("radialGradient")),
s05 = rg5.appendChild(po.svg("stop")),
s15 = rg5.appendChild(po.svg("stop"));
rg6 = defs.appendChild(po.svg("radialGradient")),
s06 = rg6.appendChild(po.svg("stop")),
s16 = rg6.appendChild(po.svg("stop"));
rg7 = defs.appendChild(po.svg("radialGradient")),
s07 = rg7.appendChild(po.svg("stop")),
s17 = rg7.appendChild(po.svg("stop"));
rg8 = defs.appendChild(po.svg("radialGradient")),
s08 = rg8.appendChild(po.svg("stop")),
s18 = rg8.appendChild(po.svg("stop"));
/* rg.setAttribute("id", "gradient1");
s0.setAttribute("offset", "0%");
s0.setAttribute("stop-color", "#ff0000");
s1.setAttribute("offset", "100%");
s1.setAttribute("stop-color", "#ff0000");
s1.setAttribute("stop-opacity", 0); */
var map = po.map()
.container(svg)
.center({lat: 33.477933965703, lon: -112.07352364174})
.zoom(12)
.add(po.interact());
map.add(po.image()
.url(po.url("http://{S}tile.cloudmade.com"
+ "/1a1b06b230af4efdbb989ea99e9841af" // http://cloudmade.com/register
+ "/998/256/{Z}/{X}/{Y}.png")
.hosts(["a.", "b.", "c.", ""])));
map.add(po.geoJson().url("phoenix.json")
.on("load", load));
map.add(po.compass()
.pan("none"));
function load(e) {
// var r = 20 * Math.pow(2, e.tile.zoom - 12);
var r = 4;
for (var i = 0; i < e.features.length; i++) {
var c = e.features[i].element;
var star = parseFloat(e.features[i].data.properties.stars);
if(star==3.5){
c.setAttribute("r", r);
rg.setAttribute("id", "gradient");
s0.setAttribute("offset", "0%");
s0.setAttribute("stop-color", "#FF9999");
s1.setAttribute("offset", "100%");
s1.setAttribute("stop-color", "#FF9999");
s1.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient)");
// c.setAttribute("fill","#ffffff");
} else if (star==3){
c.setAttribute("r", r);
rg1.setAttribute("id", "gradient1");
s01.setAttribute("offset", "0%");
s01.setAttribute("stop-color", "#FFADAD");
s11.setAttribute("offset", "100%");
s11.setAttribute("stop-color", "#FFADAD");
s11.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient1)");
}else if(star==2.5){
c.setAttribute("r", r);
rg2.setAttribute("id", "gradient2");
s02.setAttribute("offset", "0%");
s02.setAttribute("stop-color", "#FFC2C2");
s12.setAttribute("offset", "100%");
s12.setAttribute("stop-color", "#FFC2C2");
s12.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient2)");
}else if(star==2){
c.setAttribute("r", r);
rg3.setAttribute("id", "gradient3");
s03.setAttribute("offset", "0%");
s03.setAttribute("stop-color", "#FFD6D6");
s13.setAttribute("offset", "100%");
s13.setAttribute("stop-color", "#FFD6D6");
s13.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient3)");
}else if(star==1.5){
c.setAttribute("r", r);
rg4.setAttribute("id", "gradient4");
s04.setAttribute("offset", "0%");
s04.setAttribute("stop-color", "#FFEBEB");
s14.setAttribute("offset", "100%");
s14.setAttribute("stop-color", "#FFEBEB");
s14.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient4)");
}else if(star==1){
c.setAttribute("r", r);
rg5.setAttribute("id", "gradient5");
s05.setAttribute("offset", "0%");
s05.setAttribute("stop-color", "#FFFFFF");
s15.setAttribute("offset", "100%");
s15.setAttribute("stop-color", "#FFFFFF");
s15.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient5)");
}else if(star==4){
c.setAttribute("r", r);
rg6.setAttribute("id", "gradient6");
s06.setAttribute("offset", "0%");
s06.setAttribute("stop-color", "#FF8585");
s16.setAttribute("offset", "100%");
s16.setAttribute("stop-color", "#FF8585");
s16.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient6)");
}else if(star==4.5){
c.setAttribute("r", r);
rg7.setAttribute("id", "gradient7");
s07.setAttribute("offset", "0%");
s07.setAttribute("stop-color", "#D22020");
s17.setAttribute("offset", "100%");
s17.setAttribute("stop-color", "#D22020");
s17.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient7)");
}else if(star==5){
c.setAttribute("r", r);
rg8.setAttribute("id", "gradient8");
s08.setAttribute("offset", "0%");
s08.setAttribute("stop-color", "#CC0000");
s18.setAttribute("offset", "100%");
s18.setAttribute("stop-color", "#CC0000");
s18.setAttribute("stop-opacity", 0);
c.setAttribute("fill", "url(#gradient8)");
}
}
}
</script>
<span id="copy">
© 2010
<a href="http://www.cloudmade.com/">CloudMade</a>,
<a href="http://www.openstreetmap.org/">OpenStreetMap</a> contributors,
<a href="http://creativecommons.org/licenses/by-sa/2.0/">CCBYSA</a>.
</span>
</body>
</html>
// Code goes here
/* Styles go here */
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734183,33.4795416]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074315,33.468988]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0717019,33.4483992]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07352364174,33.477933965703]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0691194,33.4526031]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656645,33.4495394]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074248,33.47626]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06909,33.46544]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0712574,33.4484654]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0693177,33.4527955]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740016,33.4756064]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073929,33.429424]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0657286,33.4657117]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073568999767,33.4640982988196]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070061,33.443864]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0703479,33.4450348]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0686108,33.4577071]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722653,33.4492272]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.086757,33.4549264]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0736473,33.4392182]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0706,33.44742]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0693177,33.4527955]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740069,33.4492227]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0691194,33.4526031]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074153,33.46425]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066333,33.450875]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07480205159,33.4484248169655]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069320678711,33.4456825256348]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740511,33.4499524]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081565,33.465499]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0693177,33.4527955]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073577,33.44455]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07107588649,33.446885057319]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074127,33.448333]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0654701,33.4655868]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0738063,33.4793076]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074398,33.477111]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072914,33.477594]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072706876078,33.4483756751795]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074206,33.479508]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0736133,33.4793963]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0736968,33.476644]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073953896761,33.4795816987753]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074725,33.463172]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07211772211,33.444801984944]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0657857,33.4423368]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066662,33.444799]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06625,33.445956]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740241,33.4574932]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0469586,33.4794961]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0469586,33.4794961]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.032374,33.466442]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063511,33.465411]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653186,33.4702022]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.055957,33.45107]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.05026,33.466043]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0476524,33.4737197]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0610433,33.4588282]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0462108,33.4596905]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.04693,33.470126]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0506694,33.4659637]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064755,33.459347]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065371,33.470783]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650649,33.4712477]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063247,33.466215]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650914,33.473125]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0520629,33.4579361]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.033977,33.465674]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0410568,33.4655483]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0472907,33.4575804]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047341,33.466038]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029768,33.466736]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.973718,33.4661343]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013243,33.466085]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9718284,33.4657562]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029827,33.458744]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979613,33.465355]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.015464,33.466124]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.001533,33.45111]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99018,33.452835]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.973603,33.4514039]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.987753,33.466688]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9810186,33.4511467]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9786425,33.4520972]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9878697,33.4552907]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.987786,33.455418]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301811,33.4796464]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.987786,33.455418]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0127202,33.4767236]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986969,33.4729919]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9867129,33.4783911]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9869517,33.4729919]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.021191,33.451004]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986469,33.476082]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986944,33.476956]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073346,33.492722]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0732069,33.4825541]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070854,33.5092929]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069072,33.479778]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0743113,33.5006213]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064401,33.463512]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07333,33.484705]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739754,33.4977417]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07196401799,33.5095896365936]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073895,33.486194]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0689504,33.4945855]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737404,33.5111761]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0685027,33.5114334]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0736691,33.5092865]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074152,33.510216]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0691813,33.48585]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0715708,33.5094063]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074398,33.4940659]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0741307,33.510392]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075009830603,33.4833078592673]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740123,33.5127699]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075675,33.491509]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0608177,33.5093372]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0491027,33.4803943]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.060185,33.509578]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064643,33.530652]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651937,33.513796]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479298,33.5237171]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0610062,33.5098142]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.049638,33.523756]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064704,33.529845]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064673,33.528137]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065343,33.51042]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064613,33.4954589]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0648679,33.5290164]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0648001,33.5167259]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0608177,33.5093372]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650136,33.5176457]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065353393555,33.5124076744064]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.080548,33.510317]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.059748,33.4942179]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0652288,33.5095496]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0605131,33.4947362]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653397,33.5080044]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048136,33.508282]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650347,33.5076398]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0283782,33.4803248]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047846,33.504777]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0471421,33.5113051]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0208269,33.4807981]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0302027,33.4949031]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.016481,33.479605]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0462319,33.5092104]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048124,33.525861]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.04698,33.523984]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0475385,33.5078595]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.046798,33.50876]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474809,33.5369963]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473119,33.4949943]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479841,33.513505]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.04624,33.5087649]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0394,33.510225]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047066,33.507549]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.045816,33.508756]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.043847,33.508732]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.042514,33.509702]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0475118,33.52265]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0467405,33.5092185]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479816,33.5318417]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.044949,33.509927]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0470936,33.5026383]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040116,33.507557]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048124,33.525861]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0472047,33.5305474]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040116,33.507557]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047511,33.5228486]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0409502,33.5093736]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047101,33.530335]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040116,33.507557]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0205287,33.4962555]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0151722,33.5307049]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0273984,33.5093706]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0163656,33.4950206]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0261747,33.5093593]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029562,33.5160662]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301948,33.487386]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0253849,33.5096014]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301061,33.5094212]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02476,33.511132]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040429,33.5056919]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040116,33.507557]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029651966191,33.5100084467657]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01556,33.510311]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0376214,33.5092616]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0273984,33.5093706]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02943,33.508711]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02791595459,33.5108261108398]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0218376,33.4804658]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0388617,33.5062577]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029562,33.5160662]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030538,33.488164]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0319425,33.5080057]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0258966,33.5095797]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01408,33.5100455]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028973,33.494876]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0310218,33.4949655]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036358,33.5092757]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0370322,33.5092864]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0252066,33.5096147]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0388474,33.5059283]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026658,33.523043]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013252,33.480776]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0290689,33.5094453]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02898,33.495245]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0152924,33.5100098]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.024174,33.510026]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0371249,33.5092848]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0273984,33.5093706]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0221966,33.4804921]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0318284,33.4802944]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0255251,33.5097281]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030849,33.487276]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0302708,33.4874697]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031296,33.487817]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.022973,33.495343]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0132474,33.4952249]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0207982,33.4953008]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03438796103,33.5092174261808]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0241743,33.510034]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.959883,33.488839]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994039,33.479852]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9963126,33.5100523]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0096143,33.4804795]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996602341533,33.509973809123]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0113575,33.4949196]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9969164,33.4804114]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997771,33.479889]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997771,33.479889]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9967688,33.4804266]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982927,33.479698]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.988131,33.495496]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01265,33.493831]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.985984802246,33.479793548584]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.984111,33.480662]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.993301,33.480782]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.000651,33.4955624]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.969094,33.504688]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986521,33.494436]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012269,33.495665]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9854773,33.4799104]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981506,33.4797129]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893448,33.494594]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99575216742,33.502312625663]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996292,33.502191]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0119403,33.4953259]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.984771,33.479131]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9885861,33.5092093]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978627,33.480391]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.976613,33.494204]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9875851,33.5091326]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0118398,33.4951447]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011292,33.480845]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9865579,33.5106961]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9862703,33.5108208]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0115928,33.4805041]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9926934,33.4806911]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98959,33.4949597]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999963,33.495084]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0010198,33.4951558]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0006832,33.4805451]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994039,33.479852]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9883722,33.4954826]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.003749,33.48073]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98828,33.479938]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9619215,33.4800263]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9984903,33.4805459]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9947,33.494646]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0128995,33.4807241]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0469306,33.546583]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065592,33.563433]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048885,33.550167]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048079,33.538927]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0571061,33.5382586]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047023,33.546608]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064128,33.537947]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.057182312012,33.5524520874023]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.055160999298,33.5378713137466]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.043169,33.545329]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474793,33.5382428]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0731019,33.5675286]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0636779,33.5389447]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.051734,33.583061]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.051894,33.582578]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.062583,33.601202]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064668,33.59547]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0565478,33.5661398]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065316,33.5752965]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653058,33.5599538]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0565593,33.5501972]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065977,33.568247]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047023,33.546608]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0554926,33.5532624]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650912,33.5643063]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.053525918855,33.5528379672612]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474454,33.5478352]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047023,33.546608]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0677697,33.640437]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0475,33.641478]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0362398,33.6085361]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031334,33.640102]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.037862,33.5969577]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063427,33.607105]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0638336,33.6378764]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071469,33.639472]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653886,33.6376961]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0677697,33.640437]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0477215,33.6403046]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656186,33.6391488]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0670265,33.6416167]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067051231861,33.6077550798655]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068088329063,33.6410022872606]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0646931,33.6402147]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0717684,33.6395011]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0670223,33.6400345]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06668779254,33.6094380925246]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0667347,33.6542269]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070232,33.6407]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656185,33.639176]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649186,33.6074328]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066095,33.606332]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.037524,33.596967]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474847,33.6405889]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031334,33.640102]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036383,33.603506]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036439,33.602657]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0470301,33.6397241]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036653,33.6034616]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0611449,33.6402546]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0366539,33.6023313]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0370744,33.5980645]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0661523,33.6077075]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684427,33.6383625]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064368,33.639197]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.062315,33.655825]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0638772,33.6548578]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0637783,33.6548149]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030244,33.662594]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301297,33.6789932]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0638772,33.6548578]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064207,33.655901]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0622257,33.6548544]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064207,33.655901]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979243,33.582569]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9767865,33.5842663]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977774,33.5837556]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013517,33.580412]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0136664,33.5835789]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9788671,33.5839581]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0134098,33.5844263]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0077948,33.5824179]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012363672256,33.5821710732031]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012779,33.596585]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0098473,33.5825876]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0114578,33.5820709]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0176895,33.6406665]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0249314,33.6400327]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9869486,33.5997853]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979556,33.625558]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013151,33.6283281]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029015,33.639971]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013147,33.628335]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.00303,33.62121]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.010011,33.639969]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0202933,33.6405727]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9819747,33.5990613]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97931,33.597866]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977892,33.6040525]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9781795,33.6032634]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9814645,33.5989356]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994275,33.6408798]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9871884,33.5993289]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.993511,33.64115]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995536804199,33.6259384155273]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.010011,33.639969]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0190953,33.6406552]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.005278,33.641019]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01308,33.640243]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978416442871,33.623649597168]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9869486,33.5997853]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9969776,33.6117369]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978772,33.600769]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994222,33.6121713]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.15744,33.651421]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780516,33.6400245]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979545,33.640232]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0306999,33.6253913]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9954825,33.6118809]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0063922,33.6412984]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013151,33.6283281]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0198619,33.6403137]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0122175,33.6260418]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9813513,33.597361]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996439,33.6118683]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.025911,33.640094]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994825,33.641168]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9797159,33.5999386]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0306016,33.637571]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.985242,33.600271]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9814078,33.59836]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9790366,33.6108004]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012379,33.597386]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.014251,33.597327]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029777,33.626796]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013151,33.6283281]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012565612793,33.6123924255371]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030397,33.641141]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0149317,33.6102008]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0190892,33.6406383]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99569,33.626712]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029579,33.654233]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780516,33.6400245]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780689,33.6040477]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778024,33.6106247]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977799,33.6049318]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98091,33.425077]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9802141,33.4244496]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.098337,33.553457]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029835,33.450595]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977677,33.446572]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031214,33.421839]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0561119,33.4315119]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.057219,33.448422]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0569366,33.4367928]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0580499,33.4368059]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479422,33.4500573]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977677,33.446572]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0129038,33.4485317]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97493461419,33.446195133741]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030738,33.445002]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.998367,33.435146]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0131678,33.4484514]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742775,33.4947925]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.998367,33.435146]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0290547,33.4474354]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0081633,33.4155715]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996136,33.422414]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0693902,33.3924502]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0471014,33.4088426]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0732306,33.3937246]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013804,33.407505]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0235948,33.4068343]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0827178,33.4541453]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0735262,33.3986293]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0730676,33.406881]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.044309,33.407065]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0725828,33.3986364]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0643885,33.3989418]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0736122,33.4091717]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072119,33.397442]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0086668,33.4034017]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0730197,33.3982035]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97861167821,33.407691443117]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9793258,33.4076905]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.980757,33.406723]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0019235,33.4086461]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996111,33.412592]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97758,33.406735]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787282,33.4057578]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9783494,33.4089039]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9959441,33.417869]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0732618,33.3833978]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653054,33.3777969]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073296,33.3842246]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070599,33.378801]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473824,33.3921725]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0735848,33.3878505]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073079,33.386417]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0732936,33.3806458]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073661804199,33.3816223144531]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0129108,33.3906771]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0733807,33.3912528]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064795,33.378712]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9804863,33.3927605]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978725,33.3924049]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9819,33.348162]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983734,33.348576]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975816,33.3217349]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981475,33.331156]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9792734,33.3211166]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.976156,33.347684]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9813995,33.3307646]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9754,33.320411]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9759674,33.3180465]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9795988,33.3310474]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9802259,33.3309485]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.980062,33.331946]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983142,33.333182]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991549,33.320748]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004239,33.316214]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981797218323,33.3192686114948]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9777855,33.3194033]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9800631,33.3190861]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975679,33.319168]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746676,33.3191838]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983342170715,33.3194479164846]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9820214,33.3480616]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9803928,33.3482841]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979655,33.331595]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9766015,33.3488957]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9820214,33.3480616]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9789241,33.3321946]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977841,33.320391]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9827084,33.3313401]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982787,33.320241]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945634,33.3375219]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780071,33.3197625]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780314,33.3194372]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778751,33.3193788]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9740268,33.3711363]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0534109,33.3052569]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0538431,33.3067499]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.054775,33.304331]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0561283,33.3058077]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.054715,33.304176]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798699,33.3055166]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791357,33.3057984]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.992126464844,33.304801940918]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.990675,33.305835]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982854,33.304682]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999568,33.305666]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945819,33.304667]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9927062,33.3058378]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9776786,33.3042644]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977602,33.3054462]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99117,33.305945]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997281,33.304636]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9918344,33.3050704]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97839,33.303967]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977144,33.30582]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978392,33.304138]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9747,33.30617]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.974663605924,33.6766209803431]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.972437438965,33.6769641638938]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997843322754,33.6931139271254]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.974484,33.679015]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.976633,33.683068]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.002306518555,33.6948278200677]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.132693,33.5389709]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0153723,33.6553583]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.015507221222,33.6554950558548]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029273,33.654662]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9660359,33.6834408]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.939289529114,33.6782214624068]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1262605,33.7997742]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1282089,33.7983161]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1429536,33.8195509]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004102,33.316873]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791228,33.6125018]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.132618,33.655256]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983653,33.319733]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1524306,33.639628]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.16828,33.6531]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.200326,33.710985]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075009130997,33.4836556717717]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742949,33.4494411]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0743441,33.4504575]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0741278,33.4460879]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077595,33.466086]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081655,33.466104]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.078314,33.447682]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0777765,33.4483154]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0743318,33.4493946]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075677,33.450047]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0759024,33.441144]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649071,33.4770399]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0772,33.449188]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0755455728,33.4834856536553]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737893,33.4357027]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076727,33.448474]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0772,33.449188]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742455,33.459701]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100435,33.638733]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1245055,33.573804]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0368923,33.5969746]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082832336426,33.4329605102539]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0909175,33.4783391]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0930104,33.446848]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0983934,33.4364256]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0894972,33.4468609]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082895,33.458839]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0906616,33.4514813]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0980531,33.4481411]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0972094,33.4512558]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.091917,33.451715]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.091191,33.4798163]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0914029,33.4797626]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.095509,33.465999]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1198191,33.4510505]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1126089,33.4797881]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0999049,33.4302217]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1001563,33.4382709]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117181,33.450381]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1522044,33.4794675]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1173464,33.4653893]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1160088,33.4510841]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1227955,33.4512129]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1348719,33.4643519]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.114483,33.4514319]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1328719,33.4513886]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.149483,33.416725]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.113942,33.464424]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.151424,33.464728]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0832204,33.4805423]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0834721,33.4877201]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0906922,33.4802751]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0827581,33.5005043]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0832336,33.4882838]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0824532,33.5008018]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077144,33.479996]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0848642,33.5096325]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0813612,33.480105]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0832,33.4944]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083543,33.509984]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0832115,33.4881759]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075703,33.509651]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0822129,33.4951554]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0830342,33.4874748]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0822634,33.502602]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0756556,33.4802511]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0888223,33.5093023]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0817763,33.4875793]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083915710449,33.4963684082031]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077889,33.4802381]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0925451,33.5092599]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100389,33.488489]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1045404,33.5097489]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1105426,33.5239474]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1000457,33.5038922]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1005137,33.5096926]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0977034,33.5196796]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1084743,33.524075]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0962274,33.5097112]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0972935,33.5236788]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0995348,33.5252672]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1109547,33.4804951]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0910715,33.4943622]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099512,33.494795]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099296,33.4953239]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1082869,33.4951572]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0999798,33.4857345]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1010062,33.495018]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0999297,33.4956034]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096501,33.523988]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111358,33.525257]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0995559,33.5249914]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.109379,33.509839]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0962274,33.5097112]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0962964,33.5224329]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0949464,33.5093484]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.128213,33.4949436]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1342181,33.5104196]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116069,33.524424]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1262987,33.4950335]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118531,33.5097089]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0000523,33.4506964]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117581,33.4957319]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13332,33.480085]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.130669,33.480828]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1333575,33.4805399]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1343419,33.4856272]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1345446,33.5081908]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134813,33.537836]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1341836,33.5108736]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1340382,33.5241972]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1409443,33.4951155]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1349754,33.5092118]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1514811,33.5240077]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150302,33.523617]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1496458,33.5237411]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1362237,33.5094372]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0980631,33.5538282]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.110289,33.553485]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1089428,33.5531186]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1001749,33.5811868]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1159816,33.576971]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1025316,33.5674315]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0998396,33.5682973]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1164816,33.5778831]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081336975098,33.5714416503906]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1025782,33.5674094]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.098337,33.553457]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1090962,33.5531191]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.109215,33.553619]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100098,33.55203]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116243,33.566989]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100373,33.573218]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1162617,33.5764031]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1008401,33.5676107]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116193,33.575317]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0991561,33.5657923]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116641,33.574046]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09925,33.555296]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.11349,33.569822]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.115581,33.567221]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099212,33.553471]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0991214,33.5521877]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1034416,33.5672292]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.109726,33.55362]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0991833,33.5396894]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.084771,33.5711465]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083589,33.5712883]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0811988,33.6405901]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.093723,33.640558]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.112968,33.611402]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.08032,33.63994]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0994543,33.6532743]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0974932,33.6400515]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0995217,33.6123561]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.107981741428,33.6401300132275]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0966147,33.6403155]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1113493,33.6400224]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1006458,33.6107116]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1110185,33.6111073]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099224,33.639727]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.097743,33.640581]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.108785,33.640453]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099794,33.6427912]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0946603,33.6405634]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.112867,33.640625]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1007399,33.6404313]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099716,33.6419531]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0872865,33.6400079]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1323768,33.6539661]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1005506,33.6547265]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116182,33.6834879]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1203279,33.6674187]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09836,33.656005]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100217,33.683674]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0999054,33.6754519]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12371,33.666682]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.123307,33.666702]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12371,33.666682]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122297,33.667653]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082382,33.655098]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09836,33.656005]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081705,33.655105]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1082641,33.6832965]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075301,33.683207]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.125528,33.667839]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1063599,33.6834952]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09836,33.656005]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.114228,33.681686]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.124526977539,33.6664543151855]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.114985,33.683393]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.132618,33.655256]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117988,33.671419]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.124063,33.667729]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12371,33.666682]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1083509,33.684219]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1009423,33.6835952]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117845,33.6659875]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1341515,33.6555982]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.10033416748,33.6866683959961]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0976703,33.6547143]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1177658,33.6707361]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1170476,33.6657791]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.107284,33.6840252]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0992147,33.5829277]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12037370959,33.598648105674]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150858,33.5981]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150726,33.5981674]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150996,33.5827219]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1338743,33.5833752]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1352051,33.5965151]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1346307,33.5963901]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1335065,33.609824]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1201741,33.5964011]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13188,33.581387]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0993308,33.5955127]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1513854,33.58293]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1341976,33.5963198]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1197642,33.5987628]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1197753,33.597378]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1249576,33.5818251]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1251555,33.5815112]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099254,33.5824039]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1241636,33.5818256]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134388,33.58216]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1347164,33.582048]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134235367427,33.6095285044587]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1201739,33.5963866]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1339118,33.5836898]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1525661,33.4803542]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.15312,33.48001]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1529177,33.4804804]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.151335,33.49245]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1851741,33.4952625]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.166939,33.494559]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1688163,33.49548]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1858356,33.495198]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1690854,33.4958142]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1683457,33.4952704]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1697337,33.4948927]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.15411973599,33.495704630868]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.173696,33.494229]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1533049,33.4949556]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2174972,33.4946468]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2009798,33.4947838]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2005786,33.4948584]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2167573,33.4946448]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2173778,33.4946902]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221054,33.480679]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2367926,33.5084748]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.225099,33.494915]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2220681,33.4946539]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.219346,33.477407]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.227821,33.479524]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2020844,33.4812851]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.203776,33.47994]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1862167,33.4818347]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.236894,33.49389]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.167615,33.466759]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1696016,33.4659771]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.168103456497,33.4670876585058]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.167615,33.466759]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1711226,33.4663506]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.167962,33.465469]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1672669,33.4656138]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2213794,33.4787353]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221138,33.466993]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.237262,33.472143]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.22115,33.46898]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2211945,33.4775855]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.22135,33.479324]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221284,33.470788]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.188328,33.466415]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.255643322754,33.4902326241097]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2536443,33.4797253]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2920296,33.493973]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.287703,33.494108]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2920313,33.493973]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0735285,33.3777493]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.086059,33.362881]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0973137,33.391964]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1694576,33.4605285]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1568419,33.4511267]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.174813,33.437482]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1858875,33.462094]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1695859,33.4653002]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.219927,33.464171]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1337379,33.5401767]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1342532,33.5549658]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1333288,33.5671173]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.114685,33.538227]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1169962,33.5515865]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1357952,33.5531112]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117925,33.576333]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118976,33.579999]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1333594,33.5529745]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1307323,33.5261574]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1343372,33.5415109]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1130622,33.5531915]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.125614583492,33.5741241532692]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122349,33.579445]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1178872,33.5679047]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1257408,33.5735301]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1204917,33.5804279]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1223949,33.5813975]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12561,33.574335]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1342566,33.5538702]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1342576,33.5512071]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122052609921,33.5815498714519]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1246212,33.5800411]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150244,33.6391363]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1328669,33.6102307]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13216,33.63236]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117387241435,33.641613836128]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118875,33.641912]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1308786,33.6399107]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1189379,33.6399375]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1310283,33.610825]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133927,33.639989]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1500691,33.6106434]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1336897,33.6232447]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1340403,33.6107444]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1506377,33.6389203]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.135541,33.61116]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134346,33.62758]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1212093,33.6389639]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1348765,33.6120737]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1507068,33.6102682]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13608,33.6392782]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150139,33.63929]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13983297348,33.7143270569574]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118963,33.6394497]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1298368,33.6252489]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066857,33.798477]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975617586337,33.6752637422377]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301297,33.6789932]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.084629,33.683345]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065458,33.449233]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734835,33.4772365]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047888,33.479028]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0741143,33.5005719]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0480242,33.5237203]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047889,33.52485]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991453,33.4951403]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9852597,33.5095252]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0741658,33.5694088]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073681,33.367178]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0824491,33.4884357]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0146409,33.5100544]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100731,33.626933]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.079081,33.49112]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9878697,33.4552907]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9878697,33.4552907]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649071,33.4770399]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9763848,33.3488977]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9885861,33.5092093]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.079908,33.45496]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734977,33.4916953]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9967663,33.4951157]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030564,33.489522]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978279,33.331773]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9955879,33.5112348]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072327136993,33.4566960573784]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0720329,33.5102803]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09158,33.480771]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0640088,33.5389948]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064525647816,33.5376161925574]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.061566,33.509517]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0714986,33.4587486]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649235,33.4743013]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065107,33.474605]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111108853248,33.7112906335341]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473892,33.4957851]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0465536,33.5092367]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065567970276,33.458692129096]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004291,33.640076]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0588374,33.5093453]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071886,33.449858]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9768512,33.6101518]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.976905,33.612935]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.928108833152,33.655912540487]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.038676,33.455036]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.000409,33.495576]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116198,33.560853]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97839,33.303967]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065323,33.511665]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9952353,33.5097283]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06434,33.511332]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656259,33.4493777]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994403600693,33.4346825157367]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995512,33.502429]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063844,33.517438]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07149,33.447091]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2005786,33.4948584]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.001969,33.494927]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0467571,33.5478106]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0462108,33.4596905]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9965162,33.5098007]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047508,33.5243311]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063942,33.53876]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0370088,33.5054706]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011949,33.509787]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893905,33.4531351]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.006316886792,33.4389591310641]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734903,33.5637599]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739,33.4499]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1366725,33.6390629]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0129108,33.3906771]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0308488,33.6227592]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0128616,33.4769252]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0700483,33.440996]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739,33.4499]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1313015,33.6397266]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0699779,33.4571599]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979984,33.5960442]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.080631,33.480016]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9878697,33.4552907]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0833763,33.4974892]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06466,33.531328]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1169966,33.5516353]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0273984,33.5093706]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9274124,33.6384699]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.969786,33.375942]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.980951,33.304026]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1516293,33.6390426]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995106,33.494489]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073196,33.491645]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0313454,33.4657823]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9987462,33.6119413]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0102387,33.6421785]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479816,33.5318417]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.937873322754,33.676900084358]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986679,33.5115803]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474569,33.5478355]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0825073,33.4802168]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982245,33.640048]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.989069135085,33.4956423363684]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1162942,33.552987]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0563984,33.530141]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978279,33.331773]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9770187,33.5834449]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0312477,33.6328505]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9872611,33.5997402]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071886,33.449858]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0639456,33.5219028]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0714244,33.448402]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.92641,33.655566]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036954164505,33.3784640242654]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9694565,33.678092]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0122744,33.5098]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070093,33.4477082]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1496637,33.5675268]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.993252,33.305759]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1348294,33.4725383]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081705,33.655105]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0835024,33.498858]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9815304,33.5991348]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.045816,33.508756]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047907,33.505884]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798699,33.3055166]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.992238,33.305739]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072761,33.391881]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995167,33.640408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9806909,33.3927485]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082285,33.392073]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.930086,33.655906]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027582,33.508118]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068087,33.6404587]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.119703,33.480745]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116849,33.6621511]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9883722,33.4954826]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073301,33.479978]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983452,33.480601]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06466,33.531328]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0045736,33.4038261]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1001383,33.5540954]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1116606,33.6401217]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111252129845,33.7111223734905]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0706,33.44742]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2375413,33.4955629]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1000362,33.5014106]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2032262,33.4937767]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.126279,33.494408]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0482013,33.4332134]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101335,33.437027]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9788671,33.5839581]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893269,33.4656925]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2416908,33.4653163]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742496,33.4593954]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982147,33.304705]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0980877,33.6378146]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0136,33.6259]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9812072,33.5990432]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0696,33.4492]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004489,33.480174]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0825071,33.4405202]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301937,33.481724]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9883722,33.4954826]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740911,33.4503008]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2737721,33.5083166]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997771,33.479889]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9843679,33.5994904]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01258,33.480186]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0645843,33.6402004]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9788671,33.5839581]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073153,33.451334]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.007051,33.480827]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0125947,33.305063]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0921021,33.5094627]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9954762,33.4227165]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.281947135925,33.4939156776305]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0106146,33.3781837]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9994842,33.3049423]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070932388306,33.6402046465297]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.085953,33.684175]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.041489,33.508736]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977315,33.6387259]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1188567,33.4798521]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012297,33.479588]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0660462,33.6407846]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1309872,33.5239862]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0691194,33.4526031]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9891629,33.4950886]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.153974,33.611161]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1141985,33.5123616]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.127874,33.7999505]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.984444645508,33.501317036545]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1687924,33.4950665]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012594,33.304846]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.05858,33.8000531]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9825338,33.48009]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0475038,33.5368278]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1288507,33.6401699]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2252499,33.4225758]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991311,33.305824]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778065,33.6128816]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0321827,33.3779462]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0654251,33.5609161]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0476957,33.4652484]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9770624,33.6415429]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133413106203,33.6109646187071]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2223461,33.4805123]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.132496,33.626344]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082173,33.4299139]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065588,33.567216]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111991,33.61106]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9777891,33.6128817]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100296020508,33.5127449035645]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.010011,33.639969]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945753,33.3044612]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1174765,33.5777369]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0598304,33.4368481]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.015207,33.509554]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787347,33.4052312]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979837,33.638405]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116639,33.509162]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1335055,33.5094587]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.00303,33.62121]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1279076,33.8000093]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1133481,33.8576567]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0812686,33.4065491]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221126,33.476312]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076718,33.479992]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0143,33.594123]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0044235,33.4667116]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2190807,33.4774136]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07089,33.377272]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0129072,33.4814408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031715645508,33.5082687981416]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03605,33.597213]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0354128,33.3781253]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.10011,33.552723]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734644,33.4726589]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9766885,33.3197199]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031371,33.378269]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1122766,33.711091]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0750411,33.4503624]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028555,33.378405]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100386,33.354466]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1347922,33.475364]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.049455,33.377568]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0718179,33.5092611]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9958949,33.3042146]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004291,33.640076]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650431,33.5388349]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0293475,33.6408408]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0329027,33.3779323]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117985,33.671044]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2919195,33.4947065]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978579,33.677854]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09836,33.656005]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9975,33.6914]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150858,33.5981]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0041452,33.4951613]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1178613,33.5097078]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0727308,33.4557474]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9725147,33.4657564]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0994892,33.5520018]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994031,33.480288]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063427,33.607105]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1231013,33.5813089]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0696,33.4492]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650509,33.568758]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.003887,33.495442]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134846,33.6405889]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1218935,33.6702216]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994824,33.406857]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1498697,33.5674232]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.010011,33.639969]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0303513,33.6279746]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1150391,33.5242889]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02249,33.406669]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9947293,33.626743]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0536037,33.4065905]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0079773,33.4086068]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0328468,33.64018]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9904267,33.4658346]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0922595,33.5095738]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798186,33.6010878]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9955238,33.5096886]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0507,33.689371015475]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1349799,33.6107274]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0825986,33.5168326]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0941925,33.5240184]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0095457,33.4356207]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012504,33.390792]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099784240127,33.641717210412]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0315516,33.3794083]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064634,33.565695]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.239795,33.424939]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.135837,33.538175]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074198,33.450611]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97384268823,33.465873262678]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0541401,33.4657549]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.112046,33.858557]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9774995,33.6259946]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0824683,33.5173991]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739,33.4499]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071756,33.448587]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12409,33.574153]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047098,33.5090676]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068697407411,33.4524340712574]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.079947,33.4950915]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.116214529419,33.525634916509]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0476668,33.4837225]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068404,33.637793]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1087177,33.5531164]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0829359,33.4654801]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013359,33.5854942]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0983488,33.6113056]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0662499,33.6077095]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.014454,33.4952159]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048271,33.475371]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0717592,33.4493093]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740504,33.489085]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01199889183,33.6555664999899]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073616,33.477031]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0791022,33.4549678]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9812072,33.5990432]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07346,33.566128]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9834389,33.6011167]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076718,33.479992]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0125521,33.6119171]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.120516,33.5803589]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0070357,33.4354544]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1161771,33.6839876]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071339,33.637072]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.061875,33.495238]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0085884,33.435529]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0974548,33.4633635]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975898,33.495018]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978210449219,33.3485832214355]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066286,33.627028]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977849,33.494238]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9953788,33.5119901]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0329027,33.3779323]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0178286,33.4382789]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.079081,33.49112]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013146877289,33.6562094945374]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063434,33.447521]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1029093,33.5253546]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074714,33.449799]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0724302,33.4657394]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0662616,33.4588994]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0655987,33.5708369]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122304737568,33.6397283524275]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.090481,33.4586677]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.059954,33.448717]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074859,33.448935]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.3510497,33.4498373]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.115899,33.587766]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978279,33.331773]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09925,33.555296]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0129072,33.4814408]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737503,33.5650982]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299045,33.6530291]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083579911637,33.6543532140261]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0997309,33.4899978]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0297828,33.4874299]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074211,33.449711]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656259,33.4493777]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798909,33.7977694]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048021,33.487843]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9660359,33.6834408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048136,33.508282]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0050862,33.4954475]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9777841,33.5837094]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9940154,33.4953688]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073765,33.51315]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069183349609,33.4527168273926]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0121147,33.6272318]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798208,33.4948197]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0178286,33.4382789]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.054749812,33.304167097]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029783,33.467805]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740474,33.4493145]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734116,33.4673017]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9800201,33.5993116]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0628096,33.6075585]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9878697,33.4552907]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07,33.4501432284974]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1204191,33.569402]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0719926,33.4556584]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0146407,33.5100398]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0637645,33.4948977]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035636,33.507982]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653413,33.4658597]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473308,33.6411185]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011827,33.436293]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.007296,33.437136]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0014474,33.495157]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077889,33.4802381]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9602653,33.4803042]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07149,33.447091]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063756,33.495024]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0772,33.449188]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0309244,33.6308568]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.151282,33.640832]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07643,33.484487]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.045639,33.494997]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.019165147988,33.639951900923]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98048,33.5967879]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791944,33.6756727]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0177308,33.4808928]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1248113,33.5773539]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064752,33.472674]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9870563,33.4799838]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981189677656,33.6029318153084]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092945,33.711456]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651766,33.5754756]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978772,33.600769]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.112801671028,33.7124261364639]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995167,33.640408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011827,33.436293]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650971,33.474237]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9954348,33.4951237]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1129733,33.7150071]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074022,33.392492]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0984005,33.6836613]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1250101,33.5818251]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981558,33.304703]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9770187,33.5834449]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.014327,33.412207]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101774,33.378959]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111736,33.712971]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074485778809,33.5070953369141]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787698,33.5839404]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1102942,33.4807562]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012504,33.390792]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0676437,33.6405044]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.093723,33.640558]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739,33.4499]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684149,33.638291]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076505,33.480158]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778751,33.3193788]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1314386,33.625275]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.054775,33.304331]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9832636,33.6411845]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.966112,33.683479]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.038676,33.455036]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.254559,33.4780159]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0388616,33.5065554]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0995834,33.5388125]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.10172,33.378302]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1117351,33.7129797]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9941067,33.4797564]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073612,33.364569]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.045735,33.507884]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.103239,33.509991]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1241562,33.5818256]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2920313,33.493973]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075344,33.449777]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.033036,33.378269]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0744818,33.4917397]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0645843,33.6402004]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.123557,33.5795554]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1203279,33.6674187]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.11578,33.586891]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9813995,33.3307646]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.058481574059,33.4661411494017]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979676,33.3786964]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0292056,33.3777009]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9974992,33.4804297]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9768837,33.5834251]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9975,33.6914]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0152854,33.5100242]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1129733,33.7150071]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0284918,33.5104258]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649741,33.5221451]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9985862,33.3050646]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221156,33.468226]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1188971,33.6397684]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.098958,33.683666]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099227,33.654355]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073407,33.3777494]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134508,33.580671]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031005,33.506562]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1350865,33.5674031]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.078017,33.465462]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1320278,33.3931285]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0999357,33.4067245]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100492,33.386503]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0701054,33.4514311]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07346,33.566128]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0365448,33.3778998]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067011,33.508952]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0823359,33.516464]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06844329834,33.456078429468]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1217,33.82895]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739,33.4499]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.128578,33.799527]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122001647949,33.8313532702974]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.039357,33.494368]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0281851,33.37771]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064765,33.470887]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2260121,33.4233639]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072167,33.455863]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.119194,33.609811]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0272041,33.5102068]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.008269,33.5820409]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075677,33.450047]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9868214,33.4820165]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1292664,33.6401052]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072853,33.449228]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9785074,33.6025873]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.965274810791,33.6753542414738]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.966607,33.67681]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.056065,33.472853]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1129733,33.7150071]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1142778,33.7110102]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473373,33.4654674]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0365534,33.6058104]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9953819,33.4483495]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1181337,33.5688268]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0375052,33.509693]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0471395,33.4802204]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739452,33.4496092]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1107845,33.5533145]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0477155,33.449528]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2660986,33.5083194]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101312,33.6988429]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096467018127,33.7128455920235]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099237,33.5937119]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1029346,33.5239086]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983452,33.480601]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684448,33.6373522]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978579,33.677854]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.969566345215,33.640347560124]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0358954,33.3778368]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.034357,33.4950021]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9783046,33.6034411]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9638394,33.6737677]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0573494,33.5382586]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0823146,33.5019615]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073306,33.490995]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073239,33.453814]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0036214,33.3165959]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.103672,33.68439]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1514989,33.5834217]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.966884476196,33.6856662379686]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0449657,33.494661]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.225412,33.4797]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791944,33.6756727]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2231487,33.4795886]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047055,33.639747]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9885861,33.5092093]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991549,33.320748]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1383751,33.5095996]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048079,33.538927]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1676855,33.4660158]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.108625,33.511905]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1342315,33.3894264]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.963375202186,33.6753261877659]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9959254,33.466978]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02967,33.4866]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722832,33.4558709]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9699851,33.4802258]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651592,33.5754755]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0537246,33.3058575]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072167,33.455863]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134316,33.625972]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.056714,33.446778]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651768,33.5754388]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0686337,33.4516878]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1130414,33.524003]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9955144,33.6407831]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1371245,33.5675238]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0629953,33.4951559]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0898162,33.457118]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077177,33.458871]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082017,33.451101]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133654,33.582758]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073239,33.453814]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9867805,33.495718]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740912,33.5126276]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013936,33.597332]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0106146,33.3781837]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1388202,33.8649643]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0020575,33.4949347]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9728446,33.4656711]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1136988,33.7150963]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1110536,33.5544643]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070371,33.4564189]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1109268,33.7129789]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9784028,33.597833]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9813513,33.597361]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0534296,33.3052457]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9869486,33.5997853]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083991,33.508834]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0623802,33.6376847]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029821,33.376977]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.079134583473,33.4914048761129]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798208,33.4948197]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100731,33.626933]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101899,33.712245]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0791022,33.4549678]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0131039,33.5834928]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977756,33.49413]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0805886,33.4803159]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0403946,33.5094461]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0989577,33.6836515]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027313,33.510538]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1526954,33.6546046]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.000808,33.400284]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1185603,33.6397206]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1065774,33.683803]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.219095,33.4658042]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1230677,33.6686473]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9633667,33.6753442]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0306592,33.4487371]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9825532,33.480203]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.971852,33.373465]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.220176,33.479146]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9788107,33.4043912]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9923032,33.4801515]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1000653,33.6545842]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684502,33.637366]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2208449,33.4725826]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994275,33.6408798]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737398,33.5612361]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0966829,33.6764701]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2260121,33.4233639]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.254559,33.4780159]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.132197,33.55967]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994039,33.479852]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0867893,33.5091348]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0302201,33.4949032]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0476186,33.486257]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0725189,33.4724336]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065637,33.476084]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0686109,33.4577071]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.122882,33.667746]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0264625,33.4655293]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0292056,33.3777009]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.136171,33.390681]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096024,33.510112]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787834,33.6260284]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.002139091492,33.4373684849164]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.021248,33.496155]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.010747,33.434933]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9956337,33.436027]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778751,33.3193788]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0822129,33.4951554]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0977169,33.4514292]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.119194,33.609811]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0823528,33.5162232]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1215834,33.580542]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979837,33.638405]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983383,33.641426]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0143931,33.5100571]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1696984,33.4950075]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0834514,33.4987692]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.985722,33.480692]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739142,33.5062078]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0114247,33.5098716]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065333427322,33.4885590269148]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03017,33.671426]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986452,33.475115]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0130547,33.6406929]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0449114,33.5101676]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.023345,33.523205]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1158534,33.7978265]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047195,33.537514]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092428,33.683323]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.00313,33.317532]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081364,33.639663]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.113355,33.450819]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0077189,33.5812164]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0303905,33.4953991]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0685027,33.4528292]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2348367,33.4943527]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9819,33.348162]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0735441,33.39627]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0729196,33.3781658]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073536,33.567452]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978292,33.304758]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1492386,33.6391367]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0594876,33.5092093]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0731154,33.4816891]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1219894,33.4935146]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0410308,33.4659221]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.041489,33.508736]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0125521,33.6119171]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1318707,33.6256754]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1292649,33.7988195]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.980572,33.640098]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0670453,33.509038]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1139493,33.7134575]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1299404,33.8005397]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0911673,33.5239687]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982113,33.331655]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.103672,33.68439]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0709184,33.567424]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0921564,33.6402613]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06508,33.4742041]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978816,33.465334]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030859,33.6698624]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0131333,33.5854147]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9958614,33.4810166]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101312,33.6988429]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067994484423,33.6400536994361]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979651,33.305766]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0647949,33.474683]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075503,33.449553]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.890157401715,33.5690679812527]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649749,33.5675987]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077468,33.459014]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.097523,33.538913]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0357137,33.3762931]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0301297,33.6789932]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0998714,33.6797092]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047393,33.469201]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9812072,33.5990432]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.101312,33.6988429]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9836263,33.3044287]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082114,33.5019393]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063091,33.508901]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07149,33.447091]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100242614746,33.6405830383301]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082037,33.683155]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0980691,33.5239388]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1513005,33.4813351]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1294042,33.8004042]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066419,33.6262339]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1182091,33.7982918]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031,33.67621]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1346678,33.4793036]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.012051,33.466133]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0314798,33.669927]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999499797821,33.4355778480343]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082342,33.654189]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1105198,33.6117852]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9820214,33.3480616]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100274,33.492651]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1294006,33.799435]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0835294,33.5099835]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0971578,33.3922941]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994052,33.612391]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2250218,33.4225045]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.237262,33.472143]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0918965,33.6406057]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063942,33.53876]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0289929,33.4950939]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2207043,33.4663106]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1226961,33.5749703]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13563,33.7983]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029694,33.669997]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1215774,33.4659515]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2008098,33.480393]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.237113,33.423497]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1205665,33.6399809]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2244802,33.4230603]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.107113,33.568501]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.152778,33.4660064]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0318686,33.5071655]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0118669,33.4660406]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0315646,33.6711501]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0933198,33.5196221]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2548912,33.4811847]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221697,33.424051]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0816281,33.4658259]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9978273,33.4352284]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.219915039948,33.4796163020616]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133559,33.3906552]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1156224,33.7970052]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.224647,33.4765]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.046606,33.4513555]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0475052,33.5392195]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13223695755,33.3925242970767]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03238,33.407247]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.202428,33.713692]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1206749,33.7982756]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1683743,33.459618]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.998627,33.3050269]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945753,33.3044612]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945753,33.3044612]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07325,33.450081]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0210482,33.6403226]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1148992,33.624036]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0265,33.4084]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0037911,33.4951587]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2045012,33.4948317]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0913077,33.4653073]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118609,33.487299]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9952351,33.5097278]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133843,33.50915]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9814864,33.3306785]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133613,33.58148]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0986547,33.5388079]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040116,33.507557]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0705196,33.4368339]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.025723,33.509608]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0057638,33.3808164]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047101,33.530335]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722782,33.4535069]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1363617,33.5530948]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740771,33.4504587]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.11195,33.631458]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028138,33.510225]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474713,33.5242756]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030703,33.451096]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0676314,33.640001]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.129705,33.6400761]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092068,33.495304]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0072682,33.43653]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0283059,33.5091313]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791944,33.6756727]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0359509,33.5962271]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072164,33.457457]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651766,33.5754756]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1517001,33.5266867]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1122766,33.711091]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.090804204345,33.4587047249079]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945634,33.3375219]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064128,33.537947]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.104728,33.712243]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0632727,33.4947482]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1107195,33.5239538]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134448,33.595874]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0095457,33.4356207]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.11792,33.673322]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.108787,33.523717]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1004874,33.5529149]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991311,33.305824]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997771,33.479889]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.008045,33.437028]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0312155,33.4803136]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1259291,33.5743434]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1136988,33.7150963]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0773177,33.4587314]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065353,33.50796]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092428,33.683323]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031298,33.619354]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.263704,33.482987]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473892,33.4957851]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740771,33.4504587]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028081,33.508704]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1420305,33.7127847]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0997049,33.553448]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722749,33.4587814]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096976,33.538144]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0559069,33.5668514]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9932021,33.4074071]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1180452,33.7971416]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.108883,33.50983]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0328876,33.4947915]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073625,33.364006]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069182,33.452718]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0656645,33.4495394]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.152926,33.4947845]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0050862,33.4954475]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650776,33.7990129]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9608332,33.487645]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737398,33.5612361]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742715,33.4475173]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2664058,33.50798]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063826,33.5095]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9300279,33.6556844]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1336024,33.4965366]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983256340027,33.3487055477927]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98572,33.595949]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.109570480878,33.7140398620115]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068359,33.457863]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978677138686,33.6259820312262]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0537905,33.3067372]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0698979,33.4432726]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742715,33.4475173]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118043,33.578121]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9823835,33.6400604]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.04725,33.5016589]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0565797,33.5511368]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092068,33.495304]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9765163,33.319704]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995167,33.640408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0467571,33.5478106]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0807878,33.4803022]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746167,33.6759492]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.055115,33.30617]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076896,33.4447199]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048079,33.538927]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1135147,33.7104957]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0118669,33.6364503]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027493778574,33.5102336367035]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977677,33.446572]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067828,33.458348]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9862455,33.5107032]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649235,33.4743013]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06484,33.437259]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0012935,33.4951414]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068915367126,33.6401514708996]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027016,33.377003]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1175104,33.4511034]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082414,33.5027018]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065708,33.4297449]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.046355307102,33.5092750936747]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97993,33.31898]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.890108509272,33.5691016365423]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029066725112,33.508533016607]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031235,33.623899]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0735793,33.4483266]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0361195,33.3778513]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075324,33.4495069]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9923032,33.4801515]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0484694,33.5239412]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9795246,33.6384005]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994984,33.641795]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133468,33.655094]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978579,33.677854]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0124834,33.6120096]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0659378,33.6077242]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9862622,33.4736978]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1512485,33.8701661]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996914148331,33.4341094982183]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9975654,33.3773942]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945753,33.3044612]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0719705,33.4555664]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1122766,33.711091]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100947,33.6405699]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.219404,33.481249]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1169946,33.5513424]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011752,33.58193]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074709351834,33.4482076863059]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030244,33.662594]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073396,33.506856]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0133307,33.5833625]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030189633369,33.67106847428]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134449,33.596776]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0982917,33.5386352]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1198803,33.5823955]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0106146,33.3781837]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.133752,33.377586]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9785499,33.3309021]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9898781,33.4949805]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0711733,33.4534895]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0685027,33.4528292]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0995827,33.5365239]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0996877,33.4862403]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.960833,33.4876239]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0131473,33.4738413]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.054162,33.5529662]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0535863,33.4948057]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1039681,33.6841932]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945753,33.3044612]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064757,33.4719849]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134532928467,33.6095270433633]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0733143,33.4516715]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995963,33.417937]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0863874,33.5080943]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0307744,33.5086148]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0095457,33.4356207]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.038883,33.597326]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.929925,33.655629]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07341192283,33.513697188158]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065001,33.640714]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9789165,33.3055579]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.00303,33.62121]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.076855,33.488547]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99823,33.327009]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1186121,33.5773157]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9780526,33.6676061]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994210481644,33.4346646089965]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06625,33.445956]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070973291016,33.4549290082399]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06625,33.445956]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994993686676,33.4797420689751]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1247145,33.4515612]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893448,33.494594]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0482435,33.5237004]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0272041,33.5102068]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027277,33.639984]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1206413,33.7306843]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996935606003,33.4340826379293]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1002302,33.6264211]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09925,33.555296]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047066,33.507549]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.958437,33.468251]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0010971,33.4953972]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.007051,33.480827]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0632597,33.6071604]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9819,33.348162]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0702065,33.5674897]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.202428,33.713692]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742715,33.4475173]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.184512,33.461403]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787698,33.5839404]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069182,33.452718]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0295117,33.3999914]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0754187,33.4495994]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9806304,33.5988434]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070677,33.392663]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048027,33.484011]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995167,33.640408]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986183,33.454058]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0998501,33.5520874]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.981342,33.599459]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649235,33.4743013]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739774,33.4495708]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064757,33.474169]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011747,33.626917]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9865351,33.4780567]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073753,33.3956469]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0766916,33.4517763]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.11785,33.524313]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1208278,33.7977861]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9782659,33.5983643]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063117,33.537943]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134316,33.625972]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9994,33.3051079]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1182988,33.5818729]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069182,33.452718]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0391851,33.5959571]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9788588,33.5982812]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.092093,33.495777]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.998591,33.611744]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.019776,33.495437]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063682556152,33.6406555175781]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0772,33.449188]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9863276,33.6002388]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1182099,33.578692]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065431,33.469968]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.113014,33.713095]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.052655,33.628229]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9763846,33.3488832]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065474,33.47014]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737503,33.5650982]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1372596,33.5091503]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653341,33.5758589]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0911673,33.5239687]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1502292,33.8738718]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798245,33.4949862]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117962,33.670413]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0914179,33.4580234]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067834,33.458066]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977504,33.332316]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0766916,33.4517763]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117547,33.7972478]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0121148,33.6391935]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0936168,33.6403359]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.136663,33.538887]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067981958389,33.4588800976063]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2579448,33.4797198]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9922854,33.462899]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9942752,33.5083691]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1130676,33.7151321]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9965163,33.5097861]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975898,33.495018]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0830903,33.4521292]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2210838,33.4768658]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0463575,33.5102764]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0744459,33.4494379]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065272,33.4760345]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.08407,33.509755]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.270585815302,33.6134618671209]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0730589,33.509297]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01197,33.49564]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0733662,33.4538669]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0997467,33.4956607]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.041489,33.508736]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075508,33.449597]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048027,33.484011]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9883724,33.4799388]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.22135,33.479324]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0298729,33.3773179]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.077886645508,33.4463233535622]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1361274,33.5672322]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029992,33.4879966]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994414329529,33.4340826379293]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117267,33.382596]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06422,33.40724]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082178,33.465611]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.08241,33.465504]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13332,33.480085]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066355,33.605972]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.138445,33.450951]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0308641,33.6391172]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035636,33.507982]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047375,33.447551]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9903192,33.4949933]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0377579,33.5078414]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064787,33.474229]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999372425759,33.4368612750294]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082516,33.487608]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0128996,33.4766277]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082382,33.465772]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0106085,33.4657151]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0462108,33.4596905]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.151302099228,33.5685840575826]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0714244,33.448402]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.112238407135,33.7145055449834]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07483433187,33.4471752494574]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01339179649,33.5800094726177]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.169718,33.461712]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739142,33.5062078]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9869515,33.5997996]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.085554,33.451613]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0057729,33.4657273]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0537905,33.3067372]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977600097656,33.6749992370605]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064905,33.4770071]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0370968,33.5980736]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739321,33.4561612]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1336382,33.388368]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082405090332,33.465503692627]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9765164,33.3172434]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072906494141,33.4469119561203]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979545,33.640232]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072569,33.466978]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083414396969,33.5089602510834]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0302179,33.4940035]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9791944,33.6756727]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.976882521008,33.5838994836201]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083836,33.683216]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1502292,33.8738718]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074448,33.448577]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047217,33.4233649]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1208601,33.61117]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063942,33.53876]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.969461,33.678131]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977072732337,33.3047714067745]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.120931,33.666624]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065401,33.494413]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0278495,33.5090929]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.016571044922,33.4800910949707]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0632597,33.6071604]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.173696,33.494229]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1353671,33.5534919]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150985717773,33.5834732055664]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073609232902,33.4557293334834]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722782,33.4535069]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047294616699,33.3932914733887]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.056064,33.472824]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999092102051,33.4348794896361]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0041452,33.4951613]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.999628543854,33.4371446573269]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.150302,33.523617]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118593,33.5958929]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072288,33.4807]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013586759567,33.4359180718853]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0612829,33.4950562]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.00763361377,33.5863891760583]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028018004814,33.6408954795279]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.004267,33.640223]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0626763,33.6379062]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.067231017197,33.4577555526749]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.09675,33.451642]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.151272,33.48189]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047375,33.447551]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0730318,33.4480003]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072962,33.386429]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.060828,33.494402]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048136,33.508282]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.965789794922,33.6792112493296]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.972701449588,33.6756805853036]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111654,33.640376]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.220578193665,33.4520189829174]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97966,33.3204192]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073703110218,33.4471799433231]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9951526,33.640598]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06484,33.437259]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011650204658,33.6276362548231]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063404,33.60731]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9728446,33.4656711]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.930023,33.655709]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.014045715332,33.4348335266113]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0248073,33.4096527]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.974609375,33.6786155700684]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0026246,33.4360388]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081645131111,33.4659912735871]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0722749,33.4587814]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072167,33.455863]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.998995542526,33.4365268901841]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.220191955566,33.5079727172852]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030538,33.488164]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0971288,33.4468055]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996807273527,33.4377749941929]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073306,33.47907]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.184772,33.466373]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066184997559,33.7996368408203]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082265575253,33.4656999629047]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06615447998,33.6380004882812]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.085554,33.451613]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.965103149414,33.6769256359295]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027641,33.500981]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.058811,33.509677]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.02249,33.406669]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0654251,33.5609161]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9767865,33.5842663]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035941005291,33.5087140812804]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.036128044128,33.5083285024376]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.13230535388,33.5384783148766]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.040011882782,33.5057744492943]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011286,33.6402791]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9942361,33.6411675]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.168800830841,33.3796376669781]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030413933098,33.6553990527061]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.07156724527,33.457054176513]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082277046094,33.4455124267804]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029671,33.450595]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099112,33.612162]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035583496094,33.5097465515137]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118364572525,33.5803476769436]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9898781,33.4949805]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011376619339,33.6265955062005]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118110656738,33.5806045532227]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997936098642,33.4354478848589]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978476643562,33.6022124849621]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1226961,33.5749703]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977874755859,33.3193778991699]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.081819,33.466106]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0142073,33.5100591]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096976,33.538144]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082516,33.487608]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0362686,33.5092763]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.152877807617,33.4957275390625]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0067166,33.4357166]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9876339,33.4791017]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0358955,33.3778514]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1203478,33.640419]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979372836649,33.3293584260744]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.10886,33.583212]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.135113,33.567188]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.167718,33.48001]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997697353363,33.4355957545874]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.000563002405,33.4336861383781]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.120513916016,33.5803604125977]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074929,33.507229]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742715,33.4475173]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977632529355,33.5873552453934]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0744459,33.4494379]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075508,33.449597]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0299191,33.3772709]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994543075561,33.4340199638893]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0996273,33.6116831]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.027191,33.510185]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069473266602,33.4497765831184]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.001445002113,33.4336774955193]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983333291437,33.3481901715968]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074195,33.513539]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.016481,33.479605]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1687924,33.4950665]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048027,33.484011]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.7497,33.3604]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9980804,33.4356179]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.993675,33.44341]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072689351505,33.4478740331941]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064702,33.4871849]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1068993,33.699034]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.026154,33.439648]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994339227676,33.4341900790355]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653473,33.5194664]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0212354,33.4962047]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013931274414,33.6315727233887]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9694565,33.678092]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.121898754144,33.5744987688882]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0284918,33.5104258]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065237,33.488807]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9837428,33.3197271]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9299197,33.6554989]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.941673,33.463851]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9978239,33.47987]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9866163,33.5106171]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0272041,33.5102068]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.037968,33.4070899]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0609579,33.5095292]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0805864,33.4803014]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740771,33.4504587]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1568419,33.4511267]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9947311,33.6417888]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0637038,33.5661308]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.070122,33.443909]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.046985,33.524634]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1218935,33.6702216]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047336039714,33.5370482625034]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.997033606375,33.4376284184746]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98252793106,33.4799642052958]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.994368166749,33.4369016620522]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9694565,33.678092]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0914133,33.5710426]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.100054,33.552894]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986912667437,33.449506333832]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1007962,33.6115391]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.047148132536,33.5245931469823]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118875,33.580273]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.056714,33.446778]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035242,33.464257]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.080831151078,33.4802080508852]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653473,33.5194664]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0740373,33.4483771]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9816241,33.5989732]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9995627,33.495495]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.059263,33.44794]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.021049499512,33.6403198242188]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.956581115723,33.658618927002]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03609,33.43671]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0773177,33.4587314]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.977349352833,33.5972864353843]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995926,33.467014]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.005249023438,33.4953994750977]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.005917,33.582385]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0723168,33.4576585]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1170726,33.4804427]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12426956328,33.667600379718]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083130404353,33.4987930208445]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0478514,33.471959]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737398,33.5612361]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9863975,33.5107015]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.029614095571,33.4675174514511]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.221367879793,33.4679027714696]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.987886506039,33.4553246222617]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9641728,33.4962205]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1017927,33.553444]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.115810438991,33.5768949240446]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746066,33.678615]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1357952,33.5530966]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.236864459274,33.4956339095511]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986050442238,33.4945863538607]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0462108,33.4596905]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035636,33.507982]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.114826068282,33.5849259261802]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0649759,33.5248869]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013072,33.610554]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0898341,33.4572256]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0663979,33.5679191]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.057729761728,33.574771517729]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9650603,33.6758658]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082139,33.6539394]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068953,33.459054]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068953,33.459054]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684427,33.6383625]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9429502,33.6258719]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.007376177857,33.4355279584941]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031467529149,33.48778142988]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118256735452,33.4951679344584]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0257951,33.5093009]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011592666971,33.6281081563954]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096707739216,33.4513745605228]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0686707,33.4462892]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1240351,33.6662247]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746413,33.3192654]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.062315,33.655825]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0965935,33.5383676]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073536,33.567452]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.066246161818,33.6263076134231]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9746413,33.3192654]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0485997,33.5237125]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0734239,33.4473356]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0663223,33.3777609]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9995291,33.305107]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9978273,33.4352284]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.008318,33.5817531]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.06466,33.531328]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065351,33.519577]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065664676935,33.4877467395555]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0993598,33.5396436]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.031235,33.623899]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134177200496,33.3893280131367]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0737079,33.4563262]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074492,33.4787729]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9863622,33.4531987]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.930027902126,33.6556839919753]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0671875,33.4586895]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0378823,33.5092556]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.241885753886,33.4651041968172]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.002290017245,33.437532749158]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072167,33.455863]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.01424,33.530322]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.013359107077,33.5854940355855]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.020834,33.480678]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.975646,33.317959]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.123249515909,33.6395468017914]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1116606,33.6401217]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.254559,33.4780159]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096976,33.538144]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893448,33.494594]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0598182,33.494746]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.015465,33.6556294]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065478,33.574496]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.980063435721,33.6747352101488]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9955077,33.4943965]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9875924,33.4560509]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030428014696,33.5094682411034]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.910516,33.468848]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0595603,33.5636878]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0438126,33.4659223]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.973530324985,33.2873575607439]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.117621265352,33.5244168007038]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983328413328,33.599291022013]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.046771,33.5088898]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.992614,33.4656654]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.069676107521,33.4459743799086]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0366323,33.507425]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1218935,33.6702216]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1169946,33.5513424]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.98351794887,33.3309218379729]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0471388,33.5089688]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979633853434,33.329364220763]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.124353,33.666693]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072266115761,33.45878244852]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978728033712,33.6000149463325]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9996779,33.436051]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0069893,33.4354634]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0465582,33.5092512]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1310022,33.6248792]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.05665254631,33.305093174234]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0863874,33.5080943]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.03609,33.43671]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082136,33.506709]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030898,33.464435]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2200277,33.4753816]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9893425,33.4657067]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.017768,33.465461]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.082414,33.5027018]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075335894252,33.4837563869115]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0037026,33.4951581]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0341955,33.5089644]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1136988,33.7150963]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.127784308636,33.4946108367144]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0493144,33.436794]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0791767,33.455069]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0861147,33.4948764]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97799,33.319914]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.075508,33.449597]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9794097,33.5984581]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9691642,33.5044082]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0376632,33.5064725]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.104022082032,33.6839914013495]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111678134925,33.4763758615098]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0725195,33.4493442]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048079,33.538927]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074725,33.463172]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.035554,33.597818]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.111285887659,33.7113512722451]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9660359,33.6834408]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.052655,33.628229]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0363947,33.6059251]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0272622,33.508094]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9986481,33.4952835]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118546,33.4946114]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1125267,33.4795705]},"properties":{"stars":"1"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.134564066063,33.5520415398884]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1106724,33.6403418]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.002033605654,33.4370630986112]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.099112,33.612162]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0063922,33.6412984]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9812072,33.5990432]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.045639,33.494997]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978808113493,33.3491863608703]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.084175,33.487964]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9820214,33.3480616]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9787698,33.5839404]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0822543,33.5163421]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2206019,33.4750738]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.2207351,33.480119]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0551086,33.5378307]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0473116,33.5369136]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0140001,33.5973316]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.99565,33.502758]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0655978,33.458928]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9941067,33.4797564]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063844,33.517438]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.065650448203,33.6068099581456]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0893682,33.4462721]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.979545,33.640232]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.030825987458,33.4460279310296]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.972385346889,33.6760537276019]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0739922,33.4974812]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028496924909,33.5102336366509]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0487597,33.4659576]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9845139,33.5091049]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0313771,33.670446]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986010968685,33.4951249463565]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.028285892757,33.5105442885357]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.224647,33.4765]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9779084,33.6278262]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9905526,33.4348992]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9880736,33.5099969]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9834389,33.6011167]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9955231,33.5096881]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064905,33.4770071]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073765,33.51315]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.073305,33.479685]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9829,33.598313]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0717684,33.6395011]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0474891,33.5382287]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083983185613,33.4963856006833]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.118043,33.578121]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9648884,33.6755797]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.072167,33.455863]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.995659545064,33.6398853231104]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.989088,33.421587]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0383926,33.5078944]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083577407961,33.4947399604998]},"properties":{"stars":"1.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0565795,33.5083316]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0391851,33.5959571]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.135551162064,33.3782173669002]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.1169946,33.5513424]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0308358,33.4872924]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.982285328307,33.3203324944657]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0914179,33.4580234]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.058056754014,33.5508545180918]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0742088,33.4480348]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.996967227712,33.4374021100746]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.97618637234,33.3928176617929]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0651774,33.5753082]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0985319,33.4511618]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.978471,33.583264]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.011749018375,33.5093465846601]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.048027,33.484011]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.063632861405,33.6561019405481]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.009376361966,33.4512434899807]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9978273,33.4352284]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9779084,33.6278262]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.068953,33.459054]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0653473,33.5194664]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0730792,33.567471]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.986166,33.510484]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.083836,33.683216]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.983462199569,33.5994905233383]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.991400532424,33.3204408111891]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096412658691,33.4516448974609]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0650491,33.6548401]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0691194,33.4526031]},"properties":{"stars":"2"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.071211,33.4459]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.12873840332,33.8000946044922]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0684502,33.637366]},"properties":{"stars":"3"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0195271,33.6408997]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.043734213544,33.5083544412296]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0982917,33.5386352]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.096976,33.538144]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0479816,33.5318417]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064761,33.4713]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9798844,33.3057767]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9778682,33.6396352]},"properties":{"stars":"2.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9945819,33.304667]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.078715,33.5096672]},"properties":{"stars":"3.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-111.9947311,33.6417888]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.074605,33.474235]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.0871161,33.4549602]},"properties":{"stars":"4"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.080959347885,33.4800301694915]},"properties":{"stars":"4.5"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-112.064508,33.5313101]},"properties":{"stars":"5"}},{"type":"Feature","geometry":{},"properties":{"stars":""}}]}