-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUIq3.html
More file actions
763 lines (633 loc) · 779 KB
/
UIq3.html
File metadata and controls
763 lines (633 loc) · 779 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_dd39183d3d056c7fa401f60ff82f8c3b {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<style>html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
<style>#map {
position:absolute;
top:0;
bottom:0;
right:0;
left:0;
}
</style>
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumpopup {
margin: auto;
}
.foliumpopup table{
margin: auto;
}
.foliumpopup tr{
text-align: left;
}
.foliumpopup th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<style>
.foliumpopup {
margin: auto;
}
.foliumpopup table{
margin: auto;
}
.foliumpopup tr{
text-align: left;
}
.foliumpopup th{
padding: 2px; padding-right: 8px;
}
</style>
</head>
<body>
<div class="folium-map" id="map_dd39183d3d056c7fa401f60ff82f8c3b" ></div>
</body>
<script>
var map_dd39183d3d056c7fa401f60ff82f8c3b = L.map(
"map_dd39183d3d056c7fa401f60ff82f8c3b",
{
center: [45.212053999999995, -68.6404225],
crs: L.CRS.EPSG3857,
...{
"zoom": 10,
"zoomControl": true,
"preferCanvas": false,
}
}
);
L.control.scale().addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
var tile_layer_672e3cb12ada6431190d7c34bc0adc8c = L.tileLayer(
"https://tile.openstreetmap.org/{z}/{x}/{y}.png",
{
"minZoom": 0,
"maxZoom": 19,
"maxNativeZoom": 19,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors",
"subdomains": "abc",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_672e3cb12ada6431190d7c34bc0adc8c.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
map_dd39183d3d056c7fa401f60ff82f8c3b.fitBounds(
[[44.028326, -69.355667], [46.395782, -67.925178]],
{}
);
function geo_json_60eeb887ef14b1e9387557673360b412_styler(feature) {
switch(feature.id) {
default:
return {"color": "Gray", "fill": 0.0, "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_60eeb887ef14b1e9387557673360b412_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_60eeb887ef14b1e9387557673360b412_pointToLayer(feature, latlng) {
var opts = {
"stroke": true,
"color": "#3388ff",
"weight": 3,
"opacity": 1.0,
"lineCap": "round",
"lineJoin": "round",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#3388ff",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"bubblingMouseEvents": true,
"radius": 2,
};
let style = geo_json_60eeb887ef14b1e9387557673360b412_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_60eeb887ef14b1e9387557673360b412_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_60eeb887ef14b1e9387557673360b412.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_60eeb887ef14b1e9387557673360b412_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_60eeb887ef14b1e9387557673360b412 = L.geoJson(null, {
onEachFeature: geo_json_60eeb887ef14b1e9387557673360b412_onEachFeature,
style: geo_json_60eeb887ef14b1e9387557673360b412_styler,
pointToLayer: geo_json_60eeb887ef14b1e9387557673360b412_pointToLayer,
...{
}
});
function geo_json_60eeb887ef14b1e9387557673360b412_add (data) {
geo_json_60eeb887ef14b1e9387557673360b412
.addData(data);
}
geo_json_60eeb887ef14b1e9387557673360b412_add({"bbox": [-69.355667, 44.028326, -67.925178, 46.395782], "features": [{"bbox": [-68.896384, 44.028326, -67.925178, 45.252577], "geometry": {"coordinates": [[[-68.16994, 44.186122], [-68.169916, 44.186006], [-68.168388, 44.172908], [-68.169346, 44.165115], [-68.1713, 44.160497], [-68.170668, 44.154668], [-68.172195, 44.147406], [-68.171331, 44.143927], [-68.171895, 44.139627], [-68.173862, 44.131185], [-68.174954, 44.128076], [-68.175093, 44.127683], [-68.175109, 44.127651], [-68.175858, 44.125083], [-68.180063, 44.118436], [-68.185813, 44.111962], [-68.194552, 44.105288], [-68.20336, 44.099587], [-68.211701, 44.096106], [-68.223909, 44.091946], [-68.230237, 44.090501], [-68.238119, 44.08951], [-68.245782, 44.089125], [-68.249457, 44.089316], [-68.263136, 44.090617], [-68.264356, 44.089056], [-68.266963, 44.085056], [-68.271519, 44.078948], [-68.276214, 44.072839], [-68.279212, 44.069945], [-68.282235, 44.068161], [-68.287583, 44.064635], [-68.293713, 44.060864], [-68.303483, 44.056178], [-68.311393, 44.053429], [-68.323856, 44.051266], [-68.325652, 44.050774], [-68.329111, 44.050734], [-68.335609, 44.050659], [-68.335829, 44.050584], [-68.341265, 44.048675], [-68.356582, 44.045836], [-68.368797, 44.04522], [-68.374461, 44.046728], [-68.381074, 44.046791], [-68.384216, 44.047069], [-68.387903, 44.047593], [-68.390755, 44.048049], [-68.393294, 44.048711], [-68.395733, 44.049102], [-68.398494, 44.049846], [-68.399268, 44.05005], [-68.400054, 44.050261], [-68.400788, 44.050538], [-68.416758, 44.051731], [-68.417986, 44.051823], [-68.436843, 44.053233], [-68.442239, 44.047002], [-68.444634, 44.04466], [-68.446559, 44.042583], [-68.449297, 44.040541], [-68.452371, 44.037967], [-68.463012, 44.032112], [-68.46407, 44.031776], [-68.46541, 44.031352], [-68.471466, 44.029914], [-68.478235, 44.02868], [-68.484635, 44.028326], [-68.485869, 44.032108], [-68.497918, 44.069054], [-68.499481, 44.073841], [-68.500082, 44.07392], [-68.505951, 44.075472], [-68.511659, 44.077126], [-68.515358, 44.0786], [-68.519665, 44.081247], [-68.524787, 44.084582], [-68.538556, 44.095532], [-68.539538, 44.096356], [-68.541183, 44.09783], [-68.541663, 44.098327], [-68.54205, 44.098864], [-68.544252, 44.102222], [-68.545789, 44.104182], [-68.547221, 44.106069], [-68.54834, 44.107591], [-68.548911, 44.108403], [-68.549292, 44.109193], [-68.549436, 44.109612], [-68.549627, 44.110351], [-68.54968, 44.111017], [-68.549878, 44.112252], [-68.550007, 44.113382], [-68.550022, 44.114039], [-68.550128, 44.115071], [-68.550113, 44.115597], [-68.54954, 44.118904], [-68.549304, 44.12006], [-68.548907, 44.122435], [-68.548809, 44.123632], [-68.548679, 44.124473], [-68.548541, 44.125081], [-68.548367, 44.125809], [-68.54799, 44.127736], [-68.547886, 44.128598], [-68.547962, 44.129089], [-68.548054, 44.129301], [-68.548191, 44.129468], [-68.548472, 44.129699], [-68.548755, 44.129885], [-68.549037, 44.130007], [-68.549387, 44.130135], [-68.54989, 44.130254], [-68.551254, 44.13052], [-68.553464, 44.130754], [-68.556283, 44.13099], [-68.559484, 44.131048], [-68.563065, 44.130958], [-68.566578, 44.130787], [-68.569328, 44.130531], [-68.572552, 44.130107], [-68.575279, 44.129631], [-68.578655, 44.128932], [-68.579348, 44.12875], [-68.58008, 44.128483], [-68.581062, 44.128063], [-68.582922, 44.127098], [-68.584499, 44.126099], [-68.585873, 44.125083], [-68.586988, 44.124128], [-68.589197, 44.122281], [-68.590698, 44.121107], [-68.592868, 44.119517], [-68.594658, 44.118366], [-68.596013, 44.117565], [-68.598184, 44.116591], [-68.602746, 44.11491], [-68.605095, 44.114117], [-68.606821, 44.113655], [-68.608878, 44.113216], [-68.611132, 44.112913], [-68.613563, 44.112737], [-68.616137, 44.112683], [-68.619793, 44.112771], [-68.620152, 44.112792], [-68.622293, 44.112919], [-68.624469, 44.113142], [-68.628328, 44.113785], [-68.630232, 44.114152], [-68.631382, 44.114335], [-68.633088, 44.114782], [-68.634017, 44.115051], [-68.645914, 44.11923], [-68.646691, 44.119453], [-68.648389, 44.119769], [-68.651208, 44.120137], [-68.652481, 44.120209], [-68.653806, 44.120253], [-68.655467, 44.120254], [-68.656465, 44.120212], [-68.659086, 44.11994], [-68.661181, 44.119623], [-68.664046, 44.119104], [-68.666674, 44.118689], [-68.676198, 44.117528], [-68.677356, 44.117432], [-68.678499, 44.117426], [-68.679931, 44.117475], [-68.68096, 44.117559], [-68.681615, 44.117692], [-68.68227, 44.117896], [-68.685836, 44.118878], [-68.689858, 44.119524], [-68.69318, 44.119929], [-68.698406, 44.120083], [-68.700243, 44.120011], [-68.701065, 44.119887], [-68.702551, 44.119621], [-68.704242, 44.119202], [-68.706071, 44.118666], [-68.709156, 44.117725], [-68.710397, 44.117318], [-68.712226, 44.116634], [-68.713452, 44.116223], [-68.714747, 44.115857], [-68.716034, 44.115577], [-68.716465, 44.115497], [-68.717213, 44.115375], [-68.71803, 44.115235], [-68.719539, 44.115207], [-68.720917, 44.11526], [-68.722635, 44.115457], [-68.72634, 44.115965], [-68.728369, 44.116323], [-68.729916, 44.116713], [-68.730952, 44.117031], [-68.73179, 44.117343], [-68.735631, 44.119175], [-68.736637, 44.119637], [-68.738627, 44.120623], [-68.739305, 44.121012], [-68.73993, 44.1214], [-68.741325, 44.122407], [-68.742942, 44.123784], [-68.744369, 44.125092], [-68.746207, 44.126785], [-68.746299, 44.126867], [-68.749473, 44.129682], [-68.751127, 44.131333], [-68.752223, 44.13251], [-68.753487, 44.133999], [-68.754948, 44.135969], [-68.755952, 44.137691], [-68.756888, 44.139665], [-68.7572, 44.140417], [-68.757603, 44.141503], [-68.758172, 44.143521], [-68.758963, 44.146133], [-68.75932, 44.147462], [-68.760239, 44.150674], [-68.761106, 44.153421], [-68.762087, 44.156138], [-68.762391, 44.157134], [-68.763273, 44.159535], [-68.763616, 44.160652], [-68.76392, 44.161539], [-68.764955, 44.16377], [-68.766257, 44.165942], [-68.767986, 44.168431], [-68.769494, 44.170477], [-68.770317, 44.171519], [-68.772686, 44.174904], [-68.773204, 44.175554], [-68.77479, 44.177429], [-68.775872, 44.178476], [-68.776312, 44.178861], [-68.777366, 44.179793], [-68.77809, 44.180263], [-68.779355, 44.180959], [-68.780545, 44.181519], [-68.786599, 44.183966], [-68.788818, 44.184929], [-68.790595, 44.185756], [-68.792837, 44.186863], [-68.796028, 44.188576], [-68.797522, 44.189534], [-68.799083, 44.190633], [-68.802157, 44.192988], [-68.802622, 44.193394], [-68.803041, 44.193899], [-68.803888, 44.194819], [-68.804361, 44.195292], [-68.805337, 44.196059], [-68.806405, 44.196786], [-68.807343, 44.197341], [-68.809838, 44.198723], [-68.80998, 44.198818], [-68.81112, 44.199855], [-68.811669, 44.200306], [-68.812493, 44.200847], [-68.813393, 44.201299], [-68.813675, 44.201389], [-68.813866, 44.201412], [-68.814354, 44.201301], [-68.815041, 44.201297], [-68.815835, 44.20133], [-68.817834, 44.20154], [-68.819214, 44.201889], [-68.820405, 44.202314], [-68.821152, 44.202725], [-68.822053, 44.203343], [-68.823007, 44.204042], [-68.824853, 44.205621], [-68.825548, 44.206292], [-68.826471, 44.207131], [-68.828471, 44.209007], [-68.829165, 44.209431], [-68.829806, 44.209752], [-68.83047, 44.209964], [-68.831409, 44.21011], [-68.832011, 44.210119], [-68.832881, 44.210076], [-68.833438, 44.210009], [-68.834896, 44.209692], [-68.835597, 44.209454], [-68.836353, 44.209176], [-68.837482, 44.20866], [-68.838787, 44.208099], [-68.84183, 44.20673], [-68.844973, 44.205506], [-68.846384, 44.204886], [-68.848878, 44.203872], [-68.852067, 44.202504], [-68.853036, 44.202167], [-68.853867, 44.201948], [-68.855072, 44.201679], [-68.856995, 44.201411], [-68.857696, 44.201336], [-68.859832, 44.20069], [-68.861808, 44.200161], [-68.864005, 44.199637], [-68.865095, 44.199445], [-68.867269, 44.199182], [-68.869573, 44.198874], [-68.870327, 44.198844], [-68.870999, 44.198817], [-68.8719, 44.19885], [-68.872434, 44.19894], [-68.872922, 44.199076], [-68.873899, 44.199464], [-68.874476, 44.199766], [-68.890198, 44.207064], [-68.894197, 44.20892], [-68.896384, 44.209935], [-68.895971, 44.210866], [-68.895611, 44.211754], [-68.895122, 44.212959], [-68.893425, 44.217279], [-68.892415, 44.220186], [-68.89188, 44.221864], [-68.890625, 44.226072], [-68.889668, 44.229763], [-68.888672, 44.234475], [-68.888104, 44.237742], [-68.88759, 44.241307], [-68.887413, 44.243031], [-68.887035, 44.247069], [-68.886799, 44.250078], [-68.886818, 44.250467], [-68.886713, 44.2508], [-68.886637, 44.251219], [-68.886563, 44.251754], [-68.886405, 44.252632], [-68.886285, 44.253244], [-68.886149, 44.253856], [-68.885975, 44.254446], [-68.885832, 44.254936], [-68.885741, 44.255224], [-68.885605, 44.255611], [-68.88525, 44.256732], [-68.884955, 44.257677], [-68.884508, 44.258865], [-68.884281, 44.25945], [-68.884175, 44.259684], [-68.883939, 44.260088], [-68.883704, 44.260619], [-68.883553, 44.260975], [-68.883385, 44.261276], [-68.883074, 44.261758], [-68.882786, 44.262248], [-68.882497, 44.262779], [-68.882224, 44.263202], [-68.882011, 44.263593], [-68.881798, 44.263967], [-68.881365, 44.264574], [-68.880841, 44.265474], [-68.880507, 44.265955], [-68.880165, 44.266459], [-68.879724, 44.267134], [-68.879474, 44.267534], [-68.879056, 44.268177], [-68.878463, 44.269086], [-68.878128, 44.269504], [-68.877832, 44.269877], [-68.877421, 44.270431], [-68.877064, 44.270844], [-68.876713, 44.271213], [-68.876439, 44.271537], [-68.87596, 44.272153], [-68.875603, 44.272661], [-68.87536, 44.273066], [-68.875124, 44.273399], [-68.874767, 44.273754], [-68.874476, 44.274051], [-68.872132, 44.277321], [-68.871659, 44.278149], [-68.870957, 44.279296], [-68.869172, 44.281851], [-68.867143, 44.284928], [-68.865816, 44.287222], [-68.862902, 44.292472], [-68.861826, 44.294892], [-68.861201, 44.296656], [-68.860919, 44.297633], [-68.860553, 44.299086], [-68.860257, 44.300792], [-68.860121, 44.302412], [-68.860184, 44.305347], [-68.860431, 44.308359], [-68.860681, 44.314756], [-68.86066, 44.317205], [-68.860586, 44.320293], [-68.860397, 44.322512], [-68.860116, 44.324479], [-68.859522, 44.326985], [-68.859003, 44.328718], [-68.858095, 44.330936], [-68.857484, 44.332024], [-68.856407, 44.333707], [-68.854811, 44.335433], [-68.854437, 44.335932], [-68.852741, 44.338626], [-68.85122, 44.341114], [-68.850006, 44.343196], [-68.848172, 44.346453], [-68.847385, 44.347974], [-68.845781, 44.35096], [-68.843864, 44.354667], [-68.84326, 44.355931], [-68.842679, 44.357308], [-68.842015, 44.359278], [-68.841343, 44.361407], [-68.841014, 44.362829], [-68.840755, 44.364557], [-68.84058, 44.366326], [-68.840467, 44.36994], [-68.840507, 44.373663], [-68.840568, 44.374352], [-68.840662, 44.375077], [-68.840906, 44.37622], [-68.841152, 44.377031], [-68.841474, 44.377815], [-68.841872, 44.378621], [-68.842424, 44.379842], [-68.843871, 44.382193], [-68.845648, 44.384663], [-68.847739, 44.387704], [-68.84872, 44.389371], [-68.849387, 44.390619], [-68.849854, 44.391591], [-68.850299, 44.392578], [-68.850873, 44.393979], [-68.851495, 44.395631], [-68.851717, 44.396406], [-68.85207, 44.397482], [-68.852607, 44.399257], [-68.853145, 44.401539], [-68.853214, 44.402093], [-68.853406, 44.403295], [-68.853523, 44.405857], [-68.853478, 44.406789], [-68.853516, 44.408017], [-68.853319, 44.410709], [-68.853052, 44.412428], [-68.8529, 44.412824], [-68.852808, 44.413238], [-68.852442, 44.414525], [-68.852128, 44.415331], [-68.851863, 44.416041], [-68.850852, 44.41807], [-68.850417, 44.418862], [-68.849259, 44.420792], [-68.848336, 44.422187], [-68.847803, 44.422939], [-68.845415, 44.425994], [-68.844011, 44.427735], [-68.842324, 44.429648], [-68.840744, 44.431339], [-68.838313, 44.433565], [-68.836131, 44.435639], [-68.832674, 44.43873], [-68.828955, 44.441834], [-68.824631, 44.444985], [-68.817194, 44.449653], [-68.814594, 44.451345], [-68.813084, 44.452264], [-68.809156, 44.454926], [-68.806441, 44.456942], [-68.806133, 44.457189], [-68.804615, 44.458411], [-68.803266, 44.459857], [-68.802337, 44.460643], [-68.801247, 44.461694], [-68.800964, 44.462031], [-68.800074, 44.463079], [-68.7992, 44.464284], [-68.798058, 44.466312], [-68.797115, 44.468358], [-68.796555, 44.469978], [-68.796206, 44.471438], [-68.795925, 44.47261], [-68.795642, 44.473964], [-68.795288, 44.476178], [-68.795127, 44.477366], [-68.795173, 44.478915], [-68.795119, 44.480967], [-68.794918, 44.484213], [-68.794734, 44.485999], [-68.794526, 44.487111], [-68.793882, 44.48941], [-68.793552, 44.490305], [-68.792861, 44.491938], [-68.792623, 44.492887], [-68.792469, 44.493661], [-68.792354, 44.494534], [-68.792377, 44.495984], [-68.792421, 44.49639], [-68.792453, 44.496681], [-68.792842, 44.499374], [-68.792946, 44.50009], [-68.792951, 44.500112], [-68.793241, 44.501481], [-68.794045, 44.504292], [-68.795515, 44.508697], [-68.795536, 44.50885], [-68.795562, 44.508863], [-68.79565, 44.509075], [-68.795983, 44.510039], [-68.796015, 44.510079], [-68.797033, 44.512845], [-68.797471, 44.513931], [-68.797683, 44.514525], [-68.797744, 44.514638], [-68.797827, 44.514764], [-68.797814, 44.514809], [-68.797834, 44.514867], [-68.798151, 44.515663], [-68.798186, 44.515701], [-68.798535, 44.516588], [-68.79857, 44.516602], [-68.798614, 44.516795], [-68.798803, 44.517196], [-68.798833, 44.517331], [-68.799163, 44.518079], [-68.799364, 44.51862], [-68.800228, 44.52057], [-68.800297, 44.520769], [-68.800322, 44.520782], [-68.800436, 44.521003], [-68.801607, 44.523337], [-68.80163, 44.52344], [-68.801699, 44.523548], [-68.801743, 44.523688], [-68.802109, 44.524467], [-68.802103, 44.524512], [-68.802197, 44.524634], [-68.802349, 44.524936], [-68.803025, 44.526495], [-68.803048, 44.52667], [-68.803074, 44.526684], [-68.803105, 44.526765], [-68.803278, 44.527319], [-68.803412, 44.528017], [-68.803423, 44.52821], [-68.803511, 44.528566], [-68.803549, 44.528913], [-68.803356, 44.538446], [-68.80326, 44.54116], [-68.803308, 44.542389], [-68.803303, 44.543357], [-68.803647, 44.545172], [-68.804889, 44.548361], [-68.805205, 44.548955], [-68.805412, 44.549347], [-68.80571, 44.549992], [-68.805943, 44.550627], [-68.806125, 44.551388], [-68.806222, 44.552266], [-68.806185, 44.552882], [-68.806106, 44.553431], [-68.806124, 44.553598], [-68.806089, 44.553634], [-68.80589, 44.55439], [-68.805676, 44.555037], [-68.805695, 44.555083], [-68.805333, 44.555892], [-68.804759, 44.556953], [-68.80417, 44.557821], [-68.803579, 44.558508], [-68.802826, 44.559376], [-68.802296, 44.560009], [-68.802265, 44.560046], [-68.802237, 44.560079], [-68.802156, 44.560175], [-68.802089, 44.560255], [-68.801916, 44.560464], [-68.801874, 44.560523], [-68.801468, 44.561008], [-68.800074, 44.562835], [-68.799717, 44.563305], [-68.799189, 44.564132], [-68.799195, 44.564177], [-68.798305, 44.565801], [-68.798075, 44.566719], [-68.798019, 44.567092], [-68.798177, 44.56784], [-68.798272, 44.568096], [-68.798337, 44.568268], [-68.798767, 44.568764], [-68.798774, 44.568795], [-68.798939, 44.568939], [-68.798964, 44.568939], [-68.799187, 44.56912], [-68.79962, 44.569404], [-68.800178, 44.56969], [-68.800263, 44.569734], [-68.801133, 44.570042], [-68.801577, 44.570123], [-68.801883, 44.570187], [-68.80253, 44.570323], [-68.805336, 44.570562], [-68.806174, 44.570685], [-68.806574, 44.570771], [-68.807795, 44.571201], [-68.808441, 44.571562], [-68.808488, 44.571591], [-68.80872, 44.57172], [-68.80946, 44.57214], [-68.810452, 44.572812], [-68.810851, 44.573114], [-68.811595, 44.573719], [-68.812618, 44.574751], [-68.813768, 44.576072], [-68.814181, 44.57659], [-68.815037, 44.577848], [-68.815321, 44.578402], [-68.815359, 44.578433], [-68.81541, 44.578636], [-68.815441, 44.57865], [-68.81558, 44.57901], [-68.815612, 44.579041], [-68.815775, 44.579721], [-68.817225, 44.583779], [-68.818801, 44.58768], [-68.819406, 44.588937], [-68.819708, 44.589594], [-68.820738, 44.591496], [-68.821608, 44.59291], [-68.821727, 44.593163], [-68.821778, 44.593203], [-68.8225, 44.594348], [-68.822994, 44.595037], [-68.823619, 44.596019], [-68.825711, 44.598642], [-68.825751, 44.598642], [-68.825871, 44.598773], [-68.825995, 44.599021], [-68.826596, 44.59976], [-68.826717, 44.59994], [-68.827317, 44.600643], [-68.828877, 44.602392], [-68.828903, 44.602446], [-68.829066, 44.602627], [-68.829189, 44.60273], [-68.830048, 44.603641], [-68.830744, 44.604286], [-68.831728, 44.605093], [-68.83334, 44.606265], [-68.833728, 44.606554], [-68.833868, 44.606685], [-68.833932, 44.606694], [-68.834493, 44.6071], [-68.835895, 44.608011], [-68.837319, 44.608855], [-68.838203, 44.609324], [-68.840551, 44.610318], [-68.841698, 44.610977], [-68.841821, 44.611062], [-68.842703, 44.611676], [-68.8432, 44.612077], [-68.844424, 44.613182], [-68.844685, 44.613465], [-68.844755, 44.613493], [-68.845654, 44.614718], [-68.845722, 44.61484], [-68.846381, 44.615997], [-68.846422, 44.616016], [-68.846868, 44.616997], [-68.846919, 44.617164], [-68.846951, 44.617191], [-68.847203, 44.617952], [-68.847334, 44.618587], [-68.8475, 44.619839], [-68.847533, 44.6215], [-68.84744, 44.622386], [-68.847309, 44.623525], [-68.847008, 44.625001], [-68.846991, 44.625073], [-68.846988, 44.625086], [-68.846945, 44.625307], [-68.846696, 44.625829], [-68.846592, 44.625991], [-68.846578, 44.626067], [-68.846445, 44.626317], [-68.846394, 44.626467], [-68.846349, 44.62649], [-68.845749, 44.627479], [-68.845483, 44.627826], [-68.845456, 44.627938], [-68.844943, 44.628604], [-68.844258, 44.62943], [-68.844107, 44.629611], [-68.843827, 44.629867], [-68.843243, 44.630564], [-68.842965, 44.630824], [-68.842453, 44.631391], [-68.842446, 44.631422], [-68.842291, 44.631548], [-68.840833, 44.633126], [-68.840748, 44.633261], [-68.840697, 44.633284], [-68.840476, 44.633531], [-68.840412, 44.633553], [-68.840282, 44.633774], [-68.840022, 44.634048], [-68.839419, 44.634754], [-68.839269, 44.634942], [-68.839282, 44.634965], [-68.83914, 44.635095], [-68.838494, 44.635963], [-68.837237, 44.637798], [-68.836084, 44.639619], [-68.834926, 44.64145], [-68.834331, 44.642511], [-68.834237, 44.642772], [-68.83398, 44.64333], [-68.833536, 44.644585], [-68.833442, 44.645003], [-68.833376, 44.645161], [-68.833388, 44.645183], [-68.833138, 44.646398], [-68.833072, 44.647028], [-68.832788, 44.648788], [-68.83258, 44.649539], [-68.832199, 44.650502], [-68.831879, 44.651168], [-68.831627, 44.651609], [-68.831339, 44.652], [-68.830618, 44.652885], [-68.828948, 44.654787], [-68.828601, 44.655313], [-68.827793, 44.656298], [-68.827486, 44.656689], [-68.826554, 44.657808], [-68.82591, 44.65859], [-68.824987, 44.659728], [-68.824476, 44.660492], [-68.824021, 44.66127], [-68.823739, 44.661904], [-68.823534, 44.66239], [-68.823234, 44.662957], [-68.822955, 44.663357], [-68.822714, 44.663667], [-68.822416, 44.664005], [-68.822015, 44.664314], [-68.821356, 44.664723], [-68.82067, 44.665114], [-68.819593, 44.665643], [-68.817889, 44.666415], [-68.815824, 44.667253], [-68.814948, 44.667576], [-68.8135, 44.66823], [-68.812928, 44.66854], [-68.812432, 44.66889], [-68.812211, 44.669151], [-68.812114, 44.669322], [-68.811947, 44.66979], [-68.811815, 44.670465], [-68.811809, 44.671014], [-68.811833, 44.671347], [-68.811896, 44.671653], [-68.81195, 44.671919], [-68.812077, 44.672351], [-68.812298, 44.672896], [-68.812529, 44.67332], [-68.812789, 44.673802], [-68.813067, 44.674275], [-68.813466, 44.674991], [-68.813872, 44.67582], [-68.814019, 44.676189], [-68.814431, 44.677149], [-68.814569, 44.677505], [-68.814794, 44.678059], [-68.814815, 44.678113], [-68.814825, 44.678144], [-68.815007, 44.678689], [-68.815314, 44.679869], [-68.81543, 44.680454], [-68.815606, 44.681562], [-68.815718, 44.682476], [-68.815773, 44.683475], [-68.815793, 44.683754], [-68.814539, 44.684099], [-68.813967, 44.684265], [-68.813951, 44.684269], [-68.813263, 44.684465], [-68.812739, 44.684614], [-68.81241, 44.684708], [-68.8123, 44.684738], [-68.812229, 44.684759], [-68.812086, 44.684799], [-68.811712, 44.684906], [-68.810988, 44.68511], [-68.810799, 44.685164], [-68.810624, 44.685213], [-68.807188, 44.686166], [-68.805338, 44.686703], [-68.799923, 44.688242], [-68.799457, 44.688372], [-68.797799, 44.688828], [-68.796955, 44.687089], [-68.794683, 44.68772], [-68.794272, 44.687841], [-68.793819, 44.686467], [-68.793173, 44.686637], [-68.79289, 44.685493], [-68.790311, 44.685921], [-68.78741, 44.686424], [-68.785983, 44.686651], [-68.78572, 44.684022], [-68.785465, 44.681671], [-68.785305, 44.680159], [-68.785121, 44.678439], [-68.781048, 44.678782], [-68.780919, 44.678309], [-68.780229, 44.678187], [-68.779905, 44.678129], [-68.779656, 44.678084], [-68.77925, 44.678011], [-68.779121, 44.677988], [-68.778519, 44.67788], [-68.777805, 44.677753], [-68.777007, 44.67761], [-68.776182, 44.677463], [-68.775852, 44.677407], [-68.775807, 44.677396], [-68.775748, 44.677385], [-68.775692, 44.677375], [-68.775655, 44.677368], [-68.775601, 44.677359], [-68.775544, 44.677349], [-68.775017, 44.677255], [-68.774513, 44.677165], [-68.774034, 44.677079], [-68.773513, 44.676986], [-68.773032, 44.6769], [-68.772499, 44.676805], [-68.771974, 44.676711], [-68.771658, 44.676654], [-68.771329, 44.676597], [-68.767497, 44.675911], [-68.767395, 44.675893], [-68.766336, 44.675706], [-68.766839, 44.674678], [-68.767555, 44.673219], [-68.768807, 44.670728], [-68.770027, 44.668237], [-68.771257, 44.665746], [-68.771838, 44.664591], [-68.771866, 44.664536], [-68.771901, 44.664448], [-68.765943, 44.663376], [-68.764707, 44.663167], [-68.764398, 44.663116], [-68.760587, 44.662483], [-68.75783, 44.661991], [-68.757645, 44.662576], [-68.756083, 44.662352], [-68.755189, 44.662219], [-68.749822, 44.661447], [-68.749478, 44.661392], [-68.74943, 44.661388], [-68.743953, 44.660579], [-68.7431, 44.662332], [-68.741618, 44.66543], [-68.741085, 44.666541], [-68.741065, 44.666582], [-68.740964, 44.666796], [-68.740938, 44.66685], [-68.740883, 44.666965], [-68.740749, 44.667244], [-68.740606, 44.667544], [-68.740439, 44.667892], [-68.74034, 44.668103], [-68.740297, 44.66819], [-68.740211, 44.668371], [-68.740136, 44.668528], [-68.738654, 44.671622], [-68.737172, 44.67472], [-68.737017, 44.675043], [-68.73569, 44.677818], [-68.735407, 44.678406], [-68.735378, 44.678465], [-68.735314, 44.678598], [-68.73524, 44.67875], [-68.73521, 44.678814], [-68.735182, 44.678873], [-68.734293, 44.680718], [-68.734236, 44.680834], [-68.732739, 44.683964], [-68.731242, 44.687089], [-68.729856, 44.689995], [-68.72984, 44.690029], [-68.729826, 44.690058], [-68.729808, 44.690094], [-68.729788, 44.690137], [-68.729759, 44.690196], [-68.728363, 44.693055], [-68.726976, 44.695953], [-68.726934, 44.696041], [-68.726893, 44.696126], [-68.72685, 44.696148], [-68.726801, 44.696176], [-68.726683, 44.696245], [-68.72659, 44.696299], [-68.726495, 44.696354], [-68.726395, 44.696412], [-68.726311, 44.696461], [-68.726211, 44.696519], [-68.726139, 44.696561], [-68.726099, 44.696584], [-68.726039, 44.696619], [-68.725929, 44.696683], [-68.725729, 44.696799], [-68.725588, 44.696881], [-68.725429, 44.696973], [-68.725392, 44.696995], [-68.725314, 44.69704], [-68.725263, 44.69707], [-68.725251, 44.697077], [-68.725056, 44.69719], [-68.724885, 44.697289], [-68.72486, 44.697304], [-68.724704, 44.697394], [-68.72467, 44.697414], [-68.724515, 44.697504], [-68.724474, 44.697528], [-68.72433, 44.697611], [-68.724286, 44.697637], [-68.724128, 44.697729], [-68.724093, 44.697749], [-68.723936, 44.69784], [-68.723893, 44.697865], [-68.723749, 44.697949], [-68.723704, 44.697975], [-68.72353, 44.698076], [-68.723503, 44.698092], [-68.723337, 44.698188], [-68.723301, 44.698209], [-68.723164, 44.698289], [-68.723122, 44.698313], [-68.722949, 44.698414], [-68.72289, 44.698448], [-68.722872, 44.698458], [-68.722682, 44.698569], [-68.721779, 44.699093], [-68.720777, 44.699667], [-68.716594, 44.702065], [-68.715127, 44.702903], [-68.71502, 44.702964], [-68.71491, 44.703027], [-68.714735, 44.703127], [-68.714701, 44.703146], [-68.714521, 44.703249], [-68.714497, 44.703262], [-68.71432, 44.703363], [-68.714289, 44.703381], [-68.714183, 44.703442], [-68.714081, 44.7035], [-68.713966, 44.703566], [-68.713909, 44.7036], [-68.713867, 44.703624], [-68.712724, 44.704538], [-68.710926, 44.705976], [-68.710698, 44.706115], [-68.710672, 44.70616], [-68.71049, 44.706312], [-68.710154, 44.706532], [-68.710134, 44.70659], [-68.710076, 44.70664], [-68.706116, 44.709758], [-68.702169, 44.712876], [-68.698223, 44.715994], [-68.694275, 44.719107], [-68.692849, 44.720247], [-68.692812, 44.720277], [-68.692747, 44.720328], [-68.692666, 44.720393], [-68.692624, 44.720426], [-68.691015, 44.721705], [-68.69093, 44.721668], [-68.684229, 44.718882], [-68.678051, 44.716321], [-68.671788, 44.713751], [-68.67132, 44.713561], [-68.664632, 44.710814], [-68.662604, 44.70998], [-68.662481, 44.709929], [-68.6623, 44.709854], [-68.6622, 44.709813], [-68.661815, 44.709653], [-68.661774, 44.709636], [-68.661403, 44.709483], [-68.661347, 44.709459], [-68.661269, 44.709427], [-68.661201, 44.709399], [-68.661002, 44.709317], [-68.660953, 44.709297], [-68.660568, 44.709138], [-68.660521, 44.709119], [-68.660142, 44.708962], [-68.660093, 44.708942], [-68.659693, 44.708777], [-68.659658, 44.708763], [-68.659281, 44.708607], [-68.659231, 44.708587], [-68.658847, 44.708428], [-68.658801, 44.708409], [-68.658477, 44.708276], [-68.658371, 44.708232], [-68.658009, 44.708083], [-68.657959, 44.708062], [-68.656934, 44.707645], [-68.651326, 44.705346], [-68.650539, 44.705028], [-68.650483, 44.705005], [-68.649127, 44.704448], [-68.647134, 44.703636], [-68.644504, 44.70685], [-68.642025, 44.709917], [-68.639491, 44.713006], [-68.63697, 44.716095], [-68.634449, 44.719179], [-68.631927, 44.722268], [-68.630446, 44.724081], [-68.630384, 44.724157], [-68.629405, 44.725352], [-68.627294, 44.727938], [-68.626883, 44.72844], [-68.626599, 44.728786], [-68.626124, 44.72937], [-68.62586, 44.729693], [-68.624899, 44.730869], [-68.624474, 44.73142], [-68.624427, 44.731472], [-68.624388, 44.731514], [-68.624162, 44.731767], [-68.617049, 44.740528], [-68.616673, 44.740992], [-68.611219, 44.741674], [-68.608253, 44.742045], [-68.607625, 44.742124], [-68.601805, 44.742852], [-68.581002, 44.745455], [-68.579478, 44.745645], [-68.554788, 44.748734], [-68.544285, 44.75007], [-68.533573, 44.75151], [-68.532125, 44.751702], [-68.53211, 44.751704], [-68.531721, 44.751756], [-68.530799, 44.751879], [-68.529018, 44.752106], [-68.528542, 44.752167], [-68.527267, 44.752332], [-68.527123, 44.75235], [-68.526859, 44.752384], [-68.526569, 44.752421], [-68.526182, 44.752471], [-68.525864, 44.752512], [-68.525823, 44.752517], [-68.525751, 44.752526], [-68.525389, 44.752573], [-68.525018, 44.752621], [-68.524622, 44.752672], [-68.524221, 44.752724], [-68.523851, 44.752771], [-68.523781, 44.75278], [-68.52352, 44.752814], [-68.523476, 44.752819], [-68.523078, 44.752871], [-68.522676, 44.752922], [-68.522277, 44.752974], [-68.521945, 44.753017], [-68.521825, 44.753032], [-68.521533, 44.75307], [-68.521184, 44.753116], [-68.520099, 44.753255], [-68.516896, 44.753667], [-68.516715, 44.753691], [-68.510387, 44.75453], [-68.499471, 44.755977], [-68.498945, 44.756052], [-68.498914, 44.756056], [-68.498164, 44.756153], [-68.498107, 44.75616], [-68.497578, 44.756229], [-68.497292, 44.756266], [-68.496719, 44.75634], [-68.496212, 44.756406], [-68.495943, 44.756441], [-68.494717, 44.756599], [-68.494354, 44.756645], [-68.493303, 44.756781], [-68.493137, 44.756804], [-68.491711, 44.756989], [-68.490396, 44.757159], [-68.490134, 44.757193], [-68.489362, 44.757293], [-68.48858, 44.757393], [-68.487792, 44.757497], [-68.48547, 44.757799], [-68.483624, 44.758039], [-68.48277, 44.758148], [-68.482202, 44.758221], [-68.481352, 44.758331], [-68.480657, 44.758421], [-68.479923, 44.75852], [-68.479416, 44.758582], [-68.478779, 44.758664], [-68.477932, 44.758774], [-68.477039, 44.75889], [-68.476108, 44.75901], [-68.475423, 44.759099], [-68.47443, 44.759228], [-68.473297, 44.759375], [-68.473095, 44.759401], [-68.472105, 44.759529], [-68.471765, 44.759573], [-68.47059, 44.759724], [-68.470507, 44.759736], [-68.470386, 44.759752], [-68.469758, 44.759835], [-68.469651, 44.759847], [-68.469136, 44.759914], [-68.468196, 44.760036], [-68.468094, 44.760049], [-68.467931, 44.760071], [-68.461586, 44.760923], [-68.460901, 44.761013], [-68.460164, 44.761105], [-68.459481, 44.761192], [-68.458648, 44.761298], [-68.457928, 44.76139], [-68.4574, 44.761458], [-68.456159, 44.761618], [-68.454715, 44.761798], [-68.454106, 44.761879], [-68.453289, 44.761983], [-68.452048, 44.762141], [-68.451908, 44.762159], [-68.451213, 44.762248], [-68.450533, 44.762335], [-68.449786, 44.762433], [-68.449395, 44.76248], [-68.449007, 44.76253], [-68.447976, 44.762662], [-68.447365, 44.762737], [-68.446609, 44.762837], [-68.445219, 44.763014], [-68.449397, 44.779576], [-68.449692, 44.780746], [-68.449723, 44.780871], [-68.44976, 44.781027], [-68.449961, 44.781822], [-68.450003, 44.781996], [-68.450073, 44.78228], [-68.45027, 44.78307], [-68.450424, 44.783683], [-68.450537, 44.784123], [-68.450676, 44.784692], [-68.45089, 44.785537], [-68.454402, 44.799606], [-68.454476, 44.799886], [-68.454889, 44.80155], [-68.457213, 44.810721], [-68.457663, 44.812448], [-68.45772, 44.812666], [-68.457918, 44.81342], [-68.458124, 44.814204], [-68.458196, 44.814487], [-68.458263, 44.814755], [-68.458426, 44.815429], [-68.458474, 44.815624], [-68.458487, 44.815677], [-68.458495, 44.815709], [-68.458698, 44.816454], [-68.458887, 44.817137], [-68.459236, 44.818427], [-68.460139, 44.821978], [-68.463661, 44.835208], [-68.463668, 44.835233], [-68.463709, 44.835386], [-68.465646, 44.842752], [-68.465745, 44.843142], [-68.465905, 44.843751], [-68.466082, 44.844426], [-68.466212, 44.84492], [-68.466359, 44.845479], [-68.466521, 44.846098], [-68.466669, 44.84666], [-68.466793, 44.847131], [-68.466953, 44.847744], [-68.467062, 44.848162], [-68.46714, 44.848455], [-68.467271, 44.848952], [-68.467405, 44.849465], [-68.467539, 44.849974], [-68.46777, 44.850843], [-68.468352, 44.853071], [-68.470617, 44.861695], [-68.471083, 44.863419], [-68.471183, 44.863792], [-68.47132, 44.864294], [-68.471351, 44.864424], [-68.471469, 44.864865], [-68.47159, 44.865314], [-68.471772, 44.865989], [-68.471864, 44.866325], [-68.471892, 44.866435], [-68.472049, 44.867022], [-68.472172, 44.867484], [-68.47238, 44.868255], [-68.472435, 44.868447], [-68.47253, 44.868809], [-68.472666, 44.869312], [-68.472787, 44.869816], [-68.473014, 44.870763], [-68.473551, 44.872733], [-68.473686, 44.873222], [-68.47383, 44.873747], [-68.473968, 44.874255], [-68.474125, 44.874823], [-68.474274, 44.875368], [-68.474395, 44.875797], [-68.474601, 44.876543], [-68.474666, 44.876768], [-68.474841, 44.877392], [-68.474934, 44.877726], [-68.47505, 44.878159], [-68.47513, 44.878458], [-68.475326, 44.879189], [-68.475389, 44.879425], [-68.475614, 44.880271], [-68.475647, 44.880388], [-68.475896, 44.881328], [-68.475983, 44.881645], [-68.475998, 44.881697], [-68.476404, 44.883215], [-68.477819, 44.888588], [-68.477831, 44.888634], [-68.477952, 44.889091], [-68.480631, 44.899753], [-68.483427, 44.910892], [-68.485155, 44.917854], [-68.486968, 44.924969], [-68.487669, 44.927712], [-68.487692, 44.927812], [-68.491345, 44.942156], [-68.49154, 44.942897], [-68.491837, 44.944026], [-68.492006, 44.944688], [-68.493353, 44.950005], [-68.493396, 44.950181], [-68.495285, 44.95763], [-68.495698, 44.959258], [-68.499441, 44.974018], [-68.49946, 44.974063], [-68.499485, 44.974117], [-68.500031, 44.976267], [-68.500427, 44.977842], [-68.500781, 44.979268], [-68.500974, 44.980133], [-68.501095, 44.980718], [-68.500198, 44.98084], [-68.499472, 44.980936], [-68.498321, 44.981099], [-68.497342, 44.981234], [-68.496931, 44.981291], [-68.495915, 44.981432], [-68.495494, 44.981488], [-68.494478, 44.981633], [-68.494065, 44.981691], [-68.492849, 44.981861], [-68.492679, 44.981884], [-68.491372, 44.982071], [-68.486909, 44.98269], [-68.486574, 44.982737], [-68.475003, 44.984346], [-68.474748, 44.984382], [-68.473742, 44.98452], [-68.461954, 44.986121], [-68.453562, 44.987257], [-68.449649, 44.987791], [-68.43536, 44.989742], [-68.427417, 44.990828], [-68.424285, 44.991254], [-68.419125, 44.991952], [-68.401161, 44.994376], [-68.400935, 44.994402], [-68.398926, 44.994643], [-68.395848, 44.995014], [-68.389671, 44.995739], [-68.385498, 44.996228], [-68.376304, 44.997322], [-68.375892, 44.997373], [-68.376536, 45.000068], [-68.376779, 45.001168], [-68.377379, 45.003691], [-68.377897, 45.005729], [-68.378377, 45.007838], [-68.378873, 45.009893], [-68.379376, 45.012002], [-68.379864, 45.014057], [-68.380262, 45.015806], [-68.380374, 45.01631], [-68.380884, 45.018384], [-68.381277, 45.01997], [-68.381365, 45.020475], [-68.381875, 45.022548], [-68.3824, 45.024747], [-68.382911, 45.026937], [-68.383406, 45.029055], [-68.383865, 45.030993], [-68.384367, 45.033201], [-68.384848, 45.035229], [-68.385096, 45.036689], [-68.385266, 45.037419], [-68.38571, 45.039303], [-68.386198, 45.041385], [-68.386273, 45.041712], [-68.386403, 45.042259], [-68.386516, 45.042732], [-68.386643, 45.043266], [-68.386679, 45.043422], [-68.386707, 45.043543], [-68.387203, 45.045675], [-68.387685, 45.047721], [-68.388174, 45.049785], [-68.389151, 45.05394], [-68.389516, 45.055266], [-68.389686, 45.056023], [-68.390044, 45.057285], [-68.390623, 45.059547], [-68.39113, 45.061477], [-68.391649, 45.063469], [-68.392208, 45.065542], [-68.392742, 45.067615], [-68.393458, 45.070239], [-68.394366, 45.073759], [-68.395081, 45.076481], [-68.39656, 45.082034], [-68.396903, 45.083296], [-68.394748, 45.083591], [-68.389888, 45.084195], [-68.385982, 45.084687], [-68.38441, 45.084889], [-68.382951, 45.085076], [-68.379773, 45.085479], [-68.377649, 45.085749], [-68.374603, 45.086142], [-68.374465, 45.086047], [-68.332181, 45.091773], [-68.325518, 45.092676], [-68.281319, 45.098655], [-68.279146, 45.09895], [-68.278018, 45.099103], [-68.27286, 45.099799], [-68.270497, 45.100121], [-68.270574, 45.100405], [-68.271987, 45.105662], [-68.273497, 45.111267], [-68.274193, 45.113851], [-68.275545, 45.118897], [-68.277204, 45.125067], [-68.277363, 45.125608], [-68.277739, 45.126974], [-68.278115, 45.128336], [-68.27827, 45.128889], [-68.278319, 45.129066], [-68.278498, 45.129707], [-68.278719, 45.130498], [-68.278748, 45.130604], [-68.278881, 45.131082], [-68.279264, 45.132452], [-68.279296, 45.132566], [-68.27931, 45.132619], [-68.279646, 45.133828], [-68.28003, 45.135198], [-68.280124, 45.135537], [-68.28018, 45.135738], [-68.280413, 45.136573], [-68.280777, 45.137899], [-68.281165, 45.139319], [-68.281562, 45.14069], [-68.281939, 45.14207], [-68.282315, 45.143449], [-68.282577, 45.14441], [-68.28264, 45.14464], [-68.282691, 45.144824], [-68.283067, 45.146204], [-68.283464, 45.147579], [-68.283861, 45.148959], [-68.28423, 45.150352], [-68.284953, 45.152922], [-68.285337, 45.154261], [-68.28542, 45.154554], [-68.285719, 45.1556], [-68.286089, 45.156939], [-68.286224, 45.157434], [-68.286373, 45.157972], [-68.286458, 45.158278], [-68.286619, 45.15886], [-68.286716, 45.159212], [-68.286827, 45.159613], [-68.287196, 45.160952], [-68.287572, 45.162291], [-68.287948, 45.16363], [-68.288325, 45.164969], [-68.288701, 45.166308], [-68.288819, 45.16675], [-68.289056, 45.167643], [-68.289419, 45.168982], [-68.289696, 45.169969], [-68.289795, 45.170321], [-68.289952, 45.17088], [-68.290171, 45.171659], [-68.290569, 45.173006], [-68.290972, 45.174354], [-68.291342, 45.175701], [-68.291704, 45.177047], [-68.29208, 45.178394], [-68.292456, 45.179741], [-68.292861, 45.181088], [-68.29323, 45.182425], [-68.293239, 45.182457], [-68.293591, 45.183763], [-68.293953, 45.185097], [-68.294331, 45.18643], [-68.294707, 45.187767], [-68.294792, 45.188074], [-68.295083, 45.189105], [-68.295434, 45.190425], [-68.295438, 45.190443], [-68.295794, 45.191783], [-68.29615, 45.19312], [-68.296506, 45.194459], [-68.296882, 45.1958], [-68.297239, 45.19714], [-68.297595, 45.19848], [-68.29795, 45.19982], [-68.298306, 45.201161], [-68.298649, 45.202497], [-68.299011, 45.203838], [-68.299374, 45.205186], [-68.299752, 45.206536], [-68.300108, 45.207885], [-68.30021, 45.208273], [-68.300464, 45.209233], [-68.300819, 45.210586], [-68.301171, 45.211893], [-68.301182, 45.211934], [-68.301531, 45.213286], [-68.301872, 45.214638], [-68.302731, 45.217844], [-68.303078, 45.219156], [-68.303431, 45.220468], [-68.303714, 45.221531], [-68.303084, 45.221618], [-68.301514, 45.221829], [-68.299942, 45.222044], [-68.298371, 45.222259], [-68.296792, 45.222461], [-68.295213, 45.222663], [-68.293634, 45.222869], [-68.292055, 45.223071], [-68.290476, 45.223273], [-68.290274, 45.223299], [-68.288897, 45.223483], [-68.287318, 45.22369], [-68.285738, 45.223882], [-68.28416, 45.224084], [-68.28258, 45.22429], [-68.281001, 45.224496], [-68.279422, 45.224707], [-68.278669, 45.2248], [-68.278423, 45.224831], [-68.277843, 45.224904], [-68.276264, 45.225101], [-68.274685, 45.225307], [-68.273105, 45.225517], [-68.271526, 45.225719], [-68.269813, 45.22592], [-68.268229, 45.226138], [-68.267942, 45.226178], [-68.249461, 45.228614], [-68.249105, 45.228657], [-68.247927, 45.228798], [-68.24675, 45.228938], [-68.245573, 45.229084], [-68.244395, 45.229233], [-68.243218, 45.229383], [-68.242041, 45.229533], [-68.240864, 45.229673], [-68.239686, 45.229814], [-68.238509, 45.229959], [-68.237326, 45.230113], [-68.236144, 45.23025], [-68.234962, 45.23039], [-68.233779, 45.23054], [-68.232596, 45.230689], [-68.231414, 45.230839], [-68.230232, 45.230975], [-68.229049, 45.231116], [-68.227856, 45.231265], [-68.226663, 45.231414], [-68.22547, 45.231564], [-68.224277, 45.231713], [-68.223083, 45.231863], [-68.22189, 45.232012], [-68.220697, 45.232153], [-68.220534, 45.232172], [-68.219504, 45.232306], [-68.218311, 45.23246], [-68.217118, 45.232614], [-68.216003, 45.232746], [-68.213909, 45.233024], [-68.213284, 45.233096], [-68.212096, 45.233246], [-68.210908, 45.233395], [-68.20972, 45.233544], [-68.208533, 45.233694], [-68.207345, 45.233843], [-68.206156, 45.233992], [-68.204969, 45.234137], [-68.203781, 45.234277], [-68.202593, 45.234431], [-68.201405, 45.234585], [-68.200217, 45.234734], [-68.199279, 45.234852], [-68.199036, 45.234885], [-68.198131, 45.234997], [-68.1977, 45.23505], [-68.196653, 45.235186], [-68.195465, 45.235344], [-68.194277, 45.235484], [-68.193089, 45.235629], [-68.191924, 45.235775], [-68.190759, 45.23592], [-68.189595, 45.236057], [-68.18843, 45.236203], [-68.187265, 45.236339], [-68.1861, 45.236486], [-68.18494, 45.236635], [-68.18378, 45.236777], [-68.182622, 45.236923], [-68.181462, 45.237063], [-68.180932, 45.237135], [-68.18069, 45.23717], [-68.180047, 45.23726], [-68.178864, 45.237431], [-68.177682, 45.237603], [-68.176499, 45.237756], [-68.175316, 45.237914], [-68.174133, 45.238077], [-68.172951, 45.238235], [-68.171767, 45.238393], [-68.170585, 45.238555], [-68.169402, 45.238713], [-68.168219, 45.238876], [-68.167036, 45.239034], [-68.165853, 45.2392], [-68.164676, 45.239349], [-68.163498, 45.239516], [-68.162873, 45.239597], [-68.16232, 45.23967], [-68.161142, 45.239823], [-68.159964, 45.239985], [-68.158787, 45.240143], [-68.156646, 45.240425], [-68.15569, 45.240553], [-68.154507, 45.240719], [-68.153325, 45.240877], [-68.152142, 45.241026], [-68.150959, 45.241184], [-68.149776, 45.241341], [-68.14881, 45.241469], [-68.148593, 45.241499], [-68.147411, 45.241657], [-68.146227, 45.241819], [-68.145045, 45.241968], [-68.143862, 45.242125], [-68.142679, 45.242287], [-68.141954, 45.242385], [-68.141486, 45.242449], [-68.140283, 45.242607], [-68.139078, 45.242773], [-68.137875, 45.242931], [-68.13666, 45.243093], [-68.135911, 45.243186], [-68.135446, 45.243246], [-68.134988, 45.24331], [-68.134222, 45.243407], [-68.133473, 45.243514], [-68.133003, 45.243578], [-68.132342, 45.243663], [-68.131782, 45.243735], [-68.130563, 45.243902], [-68.129391, 45.244064], [-68.128192, 45.244221], [-68.127412, 45.244328], [-68.127057, 45.244374], [-68.124457, 45.244751], [-68.12354, 45.244865], [-68.119568, 45.245321], [-68.115971, 45.245729], [-68.115737, 45.245786], [-68.106522, 45.246844], [-68.095354, 45.248106], [-68.094343, 45.24822], [-68.09388, 45.248272], [-68.091369, 45.248556], [-68.088809, 45.248839], [-68.08861, 45.248867], [-68.088356, 45.248896], [-68.084798, 45.249301], [-68.080078, 45.249834], [-68.078113, 45.250066], [-68.077955, 45.250083], [-68.076353, 45.250245], [-68.074441, 45.250446], [-68.072528, 45.250651], [-68.070615, 45.250865], [-68.070171, 45.250915], [-68.069178, 45.25102], [-68.068656, 45.251074], [-68.066685, 45.251292], [-68.064715, 45.251496], [-68.062744, 45.25171], [-68.060773, 45.251927], [-68.058803, 45.252163], [-68.058222, 45.252226], [-68.056844, 45.252386], [-68.055845, 45.252472], [-68.055024, 45.252573], [-68.054985, 45.252577], [-68.054953, 45.252447], [-68.054804, 45.251916], [-68.054771, 45.251788], [-68.054531, 45.250881], [-68.05437, 45.250232], [-68.054337, 45.250088], [-68.054332, 45.250069], [-68.051016, 45.238353], [-68.050768, 45.23751], [-68.049426, 45.232963], [-68.049264, 45.232412], [-68.048999, 45.231513], [-68.048788, 45.230801], [-68.047064, 45.224958], [-68.04425, 45.21536], [-68.044162, 45.215063], [-68.044098, 45.214847], [-68.043153, 45.211625], [-68.039155, 45.197999], [-68.038544, 45.195926], [-68.038501, 45.195781], [-68.038436, 45.195558], [-68.035169, 45.184459], [-68.034673, 45.182714], [-68.034581, 45.18241], [-68.034556, 45.182303], [-68.034326, 45.181497], [-68.034161, 45.180865], [-68.033041, 45.17706], [-68.032446, 45.174892], [-68.032074, 45.173585], [-68.03144, 45.17136], [-68.031329, 45.170969], [-68.031348, 45.170946], [-68.031056, 45.169778], [-68.031011, 45.16971], [-68.030708, 45.168522], [-68.03059, 45.168062], [-68.030271, 45.16681], [-68.029821, 45.165049], [-68.02965, 45.16438], [-68.028965, 45.161697], [-68.0288, 45.16105], [-68.028083, 45.158244], [-68.02793, 45.157645], [-68.027703, 45.156756], [-68.027245, 45.154954], [-68.02709, 45.154344], [-68.026395, 45.151608], [-68.026258, 45.151072], [-68.025517, 45.148154], [-68.025113, 45.146566], [-68.02485, 45.145529], [-68.024248, 45.143161], [-68.022851, 45.137041], [-68.021465, 45.130967], [-68.020694, 45.127251], [-68.02023, 45.125073], [-68.01939, 45.121193], [-68.019355, 45.121034], [-68.018234, 45.115844], [-68.015646, 45.103872], [-68.014896, 45.100403], [-68.01265, 45.090032], [-68.011096, 45.082709], [-68.010814, 45.081343], [-68.009496, 45.075183], [-68.006012, 45.058936], [-68.004773, 45.053097], [-68.004108, 45.049962], [-68.003604, 45.047538], [-68.003346, 45.046372], [-68.003264, 45.045985], [-67.999681, 45.029044], [-67.999582, 45.02861], [-67.999453, 45.028038], [-67.998975, 45.025761], [-67.998356, 45.023225], [-67.998275, 45.022892], [-67.997513, 45.019541], [-67.996169, 45.013966], [-67.995129, 45.009834], [-67.994647, 45.007724], [-67.994445, 45.006892], [-67.993994, 45.005035], [-67.993093, 45.001355], [-67.992782, 45.000069], [-67.991212, 44.993682], [-67.990889, 44.992355], [-67.989144, 44.985367], [-67.986967, 44.976591], [-67.985828, 44.972052], [-67.981851, 44.955885], [-67.983245, 44.955695], [-67.985285, 44.955392], [-67.988158, 44.95498], [-67.990115, 44.954699], [-67.99322, 44.954253], [-67.994501, 44.954075], [-67.995021, 44.953994], [-67.998966, 44.953434], [-67.999453, 44.953358], [-68.001161, 44.953157], [-68.013479, 44.951508], [-68.020737, 44.950531], [-68.023581, 44.950191], [-68.023944, 44.950149], [-68.024841, 44.95004], [-68.02896, 44.949445], [-68.033534, 44.948827], [-68.03607, 44.948469], [-68.042398, 44.947578], [-68.049283, 44.946659], [-68.057698, 44.945527], [-68.061244, 44.945062], [-68.069982, 44.943915], [-68.071937, 44.943658], [-68.074627, 44.943289], [-68.080953, 44.942426], [-68.083133, 44.942128], [-68.091771, 44.940973], [-68.095421, 44.940488], [-68.096799, 44.940302], [-68.099959, 44.939832], [-68.104926, 44.939101], [-68.105017, 44.939088], [-68.104205, 44.935863], [-68.101456, 44.924972], [-68.100782, 44.922284], [-68.100207, 44.91988], [-68.099946, 44.918848], [-68.09801, 44.910897], [-68.097042, 44.907046], [-68.095487, 44.900408], [-68.095325, 44.899754], [-68.095101, 44.898854], [-68.094481, 44.896385], [-68.094041, 44.894523], [-68.09349, 44.892205], [-68.091495, 44.884078], [-68.090517, 44.879883], [-68.089981, 44.877611], [-68.089707, 44.876426], [-68.089391, 44.875073], [-68.089293, 44.87462], [-68.088836, 44.872667], [-68.088791, 44.87243], [-68.088762, 44.872318], [-68.087502, 44.867937], [-68.083176, 44.852834], [-68.083022, 44.852295], [-68.082557, 44.850562], [-68.082335, 44.849896], [-68.082103, 44.849205], [-68.080373, 44.84284], [-68.078386, 44.835689], [-68.078319, 44.83545], [-68.077432, 44.832266], [-68.077131, 44.831189], [-68.075896, 44.826785], [-68.074562, 44.822025], [-68.074328, 44.821206], [-68.074278, 44.821027], [-68.074243, 44.820903], [-68.072818, 44.815831], [-68.070133, 44.806555], [-68.068466, 44.800671], [-68.067021, 44.795579], [-68.065274, 44.789402], [-68.06511, 44.788835], [-68.063704, 44.783875], [-68.060569, 44.772997], [-68.058546, 44.76585], [-68.058151, 44.764452], [-68.057795, 44.763231], [-68.057281, 44.761461], [-68.056056, 44.757161], [-68.054285, 44.751137], [-68.054252, 44.751035], [-68.053911, 44.749871], [-68.05224, 44.74329], [-68.049945, 44.734249], [-68.047798, 44.725791], [-68.046102, 44.719144], [-68.04316, 44.707613], [-68.042147, 44.703645], [-68.041296, 44.700313], [-68.039367, 44.692754], [-68.039181, 44.691972], [-68.038788, 44.69045], [-68.03833, 44.688529], [-68.037708, 44.686078], [-68.036326, 44.680638], [-68.034637, 44.674142], [-68.016062, 44.676676], [-68.015804, 44.675714], [-68.014746, 44.671769], [-68.010052, 44.654298], [-68.009394, 44.651764], [-68.008901, 44.649865], [-68.008765, 44.649344], [-68.004783, 44.634375], [-68.00231, 44.62508], [-67.999552, 44.614613], [-67.999451, 44.614243], [-67.99945, 44.614311], [-67.999278, 44.613632], [-67.999156, 44.613151], [-67.999075, 44.612799], [-67.998541, 44.610643], [-67.998049, 44.608829], [-67.998037, 44.608772], [-67.997884, 44.608333], [-67.997295, 44.606091], [-67.997106, 44.605373], [-67.9962, 44.602205], [-67.995488, 44.59948], [-67.994627, 44.596223], [-67.993916, 44.593489], [-67.993551, 44.592162], [-67.99667, 44.591703], [-67.99945, 44.591246], [-67.999449, 44.591372], [-68.000829, 44.591182], [-68.002619, 44.590936], [-68.005185, 44.590604], [-68.009961, 44.589983], [-68.017219, 44.589087], [-68.017204, 44.589046], [-68.016452, 44.586709], [-68.016111, 44.585649], [-68.010718, 44.568883], [-68.009814, 44.566084], [-68.005131, 44.551176], [-68.003497, 44.545582], [-68.00169, 44.539378], [-68.001047, 44.5372], [-68.000984, 44.53697], [-67.999733, 44.532561], [-67.999465, 44.531487], [-67.999449, 44.531442], [-67.999448, 44.531199], [-67.999, 44.529632], [-67.998415, 44.527602], [-67.997486, 44.52438], [-67.997441, 44.524221], [-67.99717, 44.52327], [-67.996159, 44.519732], [-67.995492, 44.517338], [-67.995319, 44.516716], [-67.994929, 44.515319], [-67.993894, 44.5117], [-67.993601, 44.51067], [-67.992906, 44.508243], [-67.992845, 44.508028], [-67.992775, 44.507794], [-67.992397, 44.506501], [-67.992358, 44.506367], [-67.992324, 44.50625], [-67.992289, 44.506131], [-67.992269, 44.506065], [-67.992112, 44.505526], [-67.991875, 44.504717], [-67.991833, 44.504572], [-67.991806, 44.504479], [-67.991611, 44.504369], [-67.991363, 44.504133], [-67.991273, 44.503889], [-67.991307, 44.503701], [-67.991393, 44.50344], [-67.991457, 44.503243], [-67.991445, 44.502991], [-67.991442, 44.502882], [-67.991395, 44.50281], [-67.988887, 44.501627], [-67.98619, 44.500477], [-67.984567, 44.500089], [-67.984516, 44.50008], [-67.98405, 44.499986], [-67.983782, 44.499929], [-67.983422, 44.499827], [-67.983138, 44.499743], [-67.982908, 44.499687], [-67.98267, 44.499631], [-67.982425, 44.499571], [-67.982234, 44.499524], [-67.981927, 44.499449], [-67.981658, 44.499375], [-67.981413, 44.499318], [-67.980923, 44.499179], [-67.980726, 44.499121], [-67.980463, 44.499035], [-67.980278, 44.498944], [-67.980041, 44.498807], [-67.979857, 44.498715], [-67.979665, 44.498623], [-67.97949, 44.498554], [-67.979305, 44.498494], [-67.979014, 44.498415], [-67.978531, 44.498289], [-67.978133, 44.498231], [-67.977902, 44.498193], [-67.977673, 44.49816], [-67.977535, 44.498113], [-67.977366, 44.498053], [-67.977197, 44.497953], [-67.977083, 44.497808], [-67.97696, 44.497582], [-67.976761, 44.497017], [-67.976607, 44.496498], [-67.976454, 44.495921], [-67.976301, 44.495231], [-67.976117, 44.494504], [-67.975902, 44.493647], [-67.975765, 44.493083], [-67.975657, 44.492677], [-67.975619, 44.492515], [-67.975649, 44.492299], [-67.975749, 44.492129], [-67.975963, 44.49196], [-67.976171, 44.491849], [-67.976263, 44.491823], [-67.976416, 44.491739], [-67.976531, 44.491623], [-67.976608, 44.491475], [-67.976669, 44.491295], [-67.976654, 44.491182], [-67.97657, 44.491051], [-67.976439, 44.490955], [-67.976271, 44.490832], [-67.976117, 44.490723], [-67.975949, 44.490604], [-67.975726, 44.490503], [-67.975435, 44.490379], [-67.97519, 44.490283], [-67.974692, 44.490067], [-67.974423, 44.489961], [-67.97411, 44.489827], [-67.973864, 44.489735], [-67.973642, 44.489625], [-67.973473, 44.489538], [-67.973297, 44.48941], [-67.97319, 44.489261], [-67.973105, 44.489044], [-67.973029, 44.488841], [-67.972968, 44.488633], [-67.972952, 44.488489], [-67.972929, 44.487935], [-67.973113, 44.487298], [-67.973321, 44.486813], [-67.973642, 44.486096], [-67.973857, 44.485693], [-67.973995, 44.485401], [-67.974186, 44.485088], [-67.974279, 44.484922], [-67.974302, 44.484792], [-67.974302, 44.484589], [-67.974241, 44.484368], [-67.974194, 44.484188], [-67.974056, 44.483903], [-67.973911, 44.483596], [-67.973812, 44.483374], [-67.973803, 44.483117], [-67.973811, 44.482721], [-67.973834, 44.482398], [-67.973865, 44.482033], [-67.973896, 44.481723], [-67.973911, 44.481534], [-67.973949, 44.481039], [-67.974003, 44.480585], [-67.974041, 44.480351], [-67.97408, 44.480082], [-67.974134, 44.479848], [-67.974157, 44.479655], [-67.974256, 44.479111], [-67.974372, 44.47877], [-67.974448, 44.478532], [-67.974517, 44.478321], [-67.974578, 44.478159], [-67.974655, 44.477926], [-67.974747, 44.47772], [-67.974862, 44.477482], [-67.974954, 44.477371], [-67.975138, 44.477116], [-67.975299, 44.476937], [-67.975444, 44.476817], [-67.975628, 44.47667], [-67.975829, 44.476528], [-67.976111, 44.476395], [-67.976302, 44.476307], [-67.976662, 44.47613], [-67.976946, 44.476007], [-67.977275, 44.475897], [-67.977659, 44.475788], [-67.978165, 44.475648], [-67.978511, 44.475519], [-67.978816, 44.475393], [-67.979406, 44.475191], [-67.979682, 44.475086], [-67.97995, 44.47498], [-67.980172, 44.47491], [-67.980379, 44.474858], [-67.980693, 44.474798], [-67.980931, 44.47475], [-67.981153, 44.474626], [-67.981313, 44.474484], [-67.981483, 44.474341], [-67.981643, 44.474212], [-67.981737, 44.474128], [-67.981781, 44.474069], [-67.981865, 44.473971], [-67.981988, 44.473756], [-67.982018, 44.473527], [-67.982011, 44.473243], [-67.98198, 44.472887], [-67.981942, 44.472639], [-67.981888, 44.472306], [-67.981712, 44.471782], [-67.981398, 44.470856], [-67.980961, 44.469826], [-67.980387, 44.468547], [-67.979958, 44.467647], [-67.979336, 44.466521], [-67.978938, 44.465833], [-67.978793, 44.465503], [-67.978738, 44.465237], [-67.978639, 44.464894], [-67.978524, 44.463772], [-67.978433, 44.462813], [-67.978333, 44.462128], [-67.978195, 44.461649], [-67.978058, 44.461256], [-67.977827, 44.460867], [-67.977498, 44.460491], [-67.975943, 44.458843], [-67.974503, 44.457367], [-67.973492, 44.456255], [-67.972612, 44.455149], [-67.972052, 44.454428], [-67.971884, 44.454138], [-67.971639, 44.453596], [-67.971364, 44.452711], [-67.970927, 44.451037], [-67.970568, 44.449373], [-67.970307, 44.448367], [-67.970093, 44.447595], [-67.969994, 44.447122], [-67.969932, 44.446509], [-67.969902, 44.445253], [-67.969917, 44.44415], [-67.969994, 44.44348], [-67.970109, 44.442837], [-67.970247, 44.442069], [-67.970309, 44.441583], [-67.970324, 44.44116], [-67.970263, 44.440836], [-67.970079, 44.440231], [-67.969689, 44.439453], [-67.969265, 44.438769], [-67.969022, 44.438398], [-67.968793, 44.438113], [-67.968525, 44.437836], [-67.968341, 44.437622], [-67.968165, 44.4374], [-67.967989, 44.437151], [-67.967874, 44.436956], [-67.967728, 44.436726], [-67.967614, 44.436544], [-67.967392, 44.435989], [-67.967292, 44.435628], [-67.966696, 44.43343], [-67.966597, 44.432903], [-67.96649, 44.432298], [-67.966351, 44.431802], [-67.966214, 44.431432], [-67.966107, 44.431147], [-67.966008, 44.430908], [-67.965931, 44.43074], [-67.965762, 44.430203], [-67.965671, 44.42991], [-67.965602, 44.429644], [-67.965518, 44.429373], [-67.965449, 44.429111], [-67.96538, 44.42889], [-67.965342, 44.428764], [-67.965219, 44.428281], [-67.965128, 44.427996], [-67.96499, 44.427657], [-67.964829, 44.427363], [-67.964684, 44.427047], [-67.964554, 44.426816], [-67.964416, 44.426554], [-67.964294, 44.426287], [-67.964164, 44.425962], [-67.963589, 44.424899], [-67.962624, 44.423414], [-67.961454, 44.421733], [-67.960314, 44.420134], [-67.959288, 44.41881], [-67.958868, 44.418311], [-67.958317, 44.417428], [-67.957697, 44.416369], [-67.957093, 44.415414], [-67.956512, 44.414544], [-67.955801, 44.413543], [-67.95512, 44.412591], [-67.954469, 44.411883], [-67.953988, 44.411406], [-67.952904, 44.410531], [-67.952327, 44.410068], [-67.951278, 44.409257], [-67.950567, 44.408782], [-67.950246, 44.408581], [-67.949902, 44.408416], [-67.949565, 44.408305], [-67.948379, 44.40801], [-67.947055, 44.407705], [-67.945418, 44.407438], [-67.944621, 44.407282], [-67.943757, 44.406986], [-67.94277, 44.406554], [-67.942081, 44.406102], [-67.941477, 44.405426], [-67.94135, 44.405198], [-67.9403, 44.403376], [-67.939667, 44.40222], [-67.939604, 44.402104], [-67.93845, 44.400342], [-67.938206, 44.399989], [-67.937373, 44.398779], [-67.935609, 44.390486], [-67.925178, 44.341434], [-67.933389, 44.332308], [-67.936542, 44.330128], [-67.939172, 44.32831], [-67.942412, 44.326071], [-67.9509, 44.322481], [-67.953789, 44.32154], [-67.960779, 44.319265], [-67.965163, 44.307141], [-67.965558, 44.306047], [-67.965575, 44.305998], [-67.966403, 44.304886], [-67.969316, 44.300976], [-67.969324, 44.300954], [-67.972601, 44.296564], [-67.973647, 44.295159], [-67.98271, 44.288383], [-67.990235, 44.28431], [-67.992503, 44.283084], [-67.999446, 44.280197], [-68.00744, 44.277409], [-68.018178, 44.275107], [-68.027844, 44.274214], [-68.035795, 44.274183], [-68.045077, 44.275515], [-68.056756, 44.277003], [-68.060959, 44.278256], [-68.072176, 44.27548], [-68.085211, 44.27336], [-68.087956, 44.272749], [-68.098974, 44.270299], [-68.112066, 44.267603], [-68.117835, 44.266439], [-68.127776, 44.264366], [-68.12828, 44.264253], [-68.12829, 44.263799], [-68.128016, 44.261726], [-68.127145, 44.259811], [-68.127206, 44.259793], [-68.12571, 44.25641], [-68.124453, 44.254627], [-68.124453, 44.25008], [-68.121737, 44.250082], [-68.12066, 44.244315], [-68.120715, 44.241967], [-68.120886, 44.234699], [-68.122626, 44.226041], [-68.124461, 44.222242], [-68.128147, 44.217275], [-68.137579, 44.20686], [-68.152005, 44.197693], [-68.15649, 44.194844], [-68.160626, 44.193471], [-68.16417, 44.192295], [-68.17075, 44.190114], [-68.170702, 44.18988], [-68.16994, 44.186122]]], "type": "Polygon"}, "id": "0", "properties": {"county": "http://stko-kwg.geog.ucsb.edu/lod/resource/administrativeRegion.USA.23009", "countyName": "Hancock County, Maine"}, "type": "Feature"}, {"bbox": [-69.355667, 44.644023, -67.93976, 46.395782], "geometry": {"coordinates": [[[-68.409296, 45.573578], [-68.406286, 45.574039], [-68.401302, 45.574823], [-68.398143, 45.57532], [-68.381943, 45.577823], [-68.379104, 45.578261], [-68.378766, 45.578314], [-68.374469, 45.578977], [-68.374131, 45.57903], [-68.373458, 45.579134], [-68.372827, 45.579229], [-68.372294, 45.579311], [-68.372265, 45.579316], [-68.372207, 45.579326], [-68.372153, 45.579335], [-68.372112, 45.579343], [-68.372069, 45.579349], [-68.372009, 45.579358], [-68.371921, 45.579372], [-68.371841, 45.579384], [-68.371772, 45.579395], [-68.371696, 45.579406], [-68.371614, 45.579419], [-68.371548, 45.579429], [-68.371482, 45.579439], [-68.371378, 45.579455], [-68.371309, 45.579466], [-68.37115, 45.57949], [-68.370043, 45.57966], [-68.365877, 45.580316], [-68.3643, 45.580556], [-68.36171, 45.58095], [-68.357509, 45.581597], [-68.353343, 45.582253], [-68.351194, 45.582574], [-68.351127, 45.582583], [-68.351052, 45.582595], [-68.349184, 45.582873], [-68.343954, 45.58368], [-68.341225, 45.584079], [-68.341068, 45.584102], [-68.341009, 45.584111], [-68.340926, 45.584123], [-68.340138, 45.58424], [-68.340068, 45.58425], [-68.339995, 45.584261], [-68.339927, 45.584271], [-68.339854, 45.584282], [-68.339824, 45.584286], [-68.339798, 45.584289], [-68.339764, 45.584293], [-68.339734, 45.584297], [-68.335741, 45.58492], [-68.331767, 45.585513], [-68.331626, 45.585535], [-68.331587, 45.585541], [-68.330162, 45.585756], [-68.32991, 45.585794], [-68.327494, 45.586159], [-68.322202, 45.586956], [-68.318044, 45.587593], [-68.315873, 45.58793], [-68.315812, 45.587939], [-68.314675, 45.588112], [-68.314137, 45.588198], [-68.313994, 45.588221], [-68.313894, 45.588233], [-68.309701, 45.588974], [-68.305508, 45.5897], [-68.301376, 45.590435], [-68.300814, 45.590531], [-68.30058, 45.590569], [-68.300218, 45.590633], [-68.299509, 45.590754], [-68.298378, 45.590948], [-68.297243, 45.591143], [-68.296367, 45.591292], [-68.295302, 45.591475], [-68.294192, 45.591665], [-68.29311, 45.591851], [-68.292273, 45.591995], [-68.291185, 45.59218], [-68.290082, 45.592369], [-68.288978, 45.592559], [-68.2881, 45.592708], [-68.286942, 45.592907], [-68.285836, 45.593097], [-68.284845, 45.593267], [-68.283945, 45.59342], [-68.283446, 45.593505], [-68.282975, 45.593586], [-68.282629, 45.593648], [-68.282425, 45.593684], [-68.274238, 45.595086], [-68.272428, 45.59539], [-68.268319, 45.596094], [-68.264155, 45.596807], [-68.260031, 45.597513], [-68.258196, 45.597827], [-68.257639, 45.597923], [-68.257502, 45.597949], [-68.257555, 45.598084], [-68.25758, 45.598147], [-68.257605, 45.59821], [-68.258324, 45.600024], [-68.258736, 45.601032], [-68.258758, 45.601085], [-68.258771, 45.601117], [-68.258787, 45.601157], [-68.258809, 45.601211], [-68.258819, 45.601234], [-68.258832, 45.601268], [-68.258853, 45.601319], [-68.258866, 45.601352], [-68.258891, 45.601414], [-68.258926, 45.601501], [-68.258946, 45.601551], [-68.258968, 45.601606], [-68.258988, 45.601656], [-68.25901, 45.601711], [-68.259052, 45.601816], [-68.259071, 45.601863], [-68.259091, 45.601913], [-68.259116, 45.601975], [-68.259136, 45.602024], [-68.259156, 45.602075], [-68.259176, 45.602125], [-68.259195, 45.602171], [-68.259219, 45.602232], [-68.259447, 45.602799], [-68.260092, 45.604361], [-68.260136, 45.604483], [-68.258356, 45.604786], [-68.257037, 45.605012], [-68.256928, 45.605031], [-68.256852, 45.605044], [-68.256751, 45.605061], [-68.256646, 45.605079], [-68.256545, 45.605097], [-68.254885, 45.605395], [-68.25482, 45.605407], [-68.254757, 45.605417], [-68.25469, 45.605427], [-68.254573, 45.605445], [-68.254502, 45.605457], [-68.254424, 45.605471], [-68.25438, 45.605478], [-68.254307, 45.605491], [-68.254245, 45.605501], [-68.254147, 45.605518], [-68.254082, 45.605529], [-68.254062, 45.605532], [-68.253997, 45.605543], [-68.253921, 45.605556], [-68.253818, 45.605574], [-68.253733, 45.605588], [-68.253659, 45.605601], [-68.253102, 45.605695], [-68.253066, 45.605701], [-68.253033, 45.605707], [-68.252968, 45.605718], [-68.252904, 45.605729], [-68.252848, 45.605739], [-68.252766, 45.605753], [-68.252577, 45.605786], [-68.252513, 45.605797], [-68.252443, 45.605809], [-68.251311, 45.606005], [-68.249467, 45.60633], [-68.249465, 45.606357], [-68.248049, 45.606593], [-68.247988, 45.606603], [-68.247916, 45.606615], [-68.247819, 45.606631], [-68.247791, 45.606636], [-68.247764, 45.606641], [-68.247683, 45.606655], [-68.247631, 45.606664], [-68.247525, 45.606683], [-68.247463, 45.606694], [-68.247398, 45.606705], [-68.245202, 45.607093], [-68.245144, 45.607103], [-68.245067, 45.607117], [-68.244994, 45.60713], [-68.244861, 45.607153], [-68.244796, 45.607164], [-68.24473, 45.607175], [-68.244665, 45.607186], [-68.244599, 45.607197], [-68.244529, 45.607209], [-68.244426, 45.607226], [-68.244379, 45.607234], [-68.244296, 45.607248], [-68.244234, 45.607258], [-68.244164, 45.60727], [-68.244104, 45.60728], [-68.243733, 45.607342], [-68.243678, 45.607351], [-68.243603, 45.607364], [-68.243549, 45.607373], [-68.243482, 45.607384], [-68.243417, 45.607395], [-68.240508, 45.607882], [-68.236141, 45.608623], [-68.235361, 45.608757], [-68.231786, 45.609372], [-68.227431, 45.61009], [-68.223063, 45.610848], [-68.218797, 45.611552], [-68.214779, 45.612247], [-68.214705, 45.61226], [-68.214645, 45.61227], [-68.214573, 45.612283], [-68.214532, 45.61229], [-68.214503, 45.612295], [-68.214443, 45.612305], [-68.214376, 45.612316], [-68.214293, 45.61233], [-68.214235, 45.61234], [-68.214163, 45.612352], [-68.214097, 45.612363], [-68.210429, 45.61298], [-68.210382, 45.612988], [-68.210299, 45.613002], [-68.210272, 45.613006], [-68.210257, 45.613009], [-68.210228, 45.613014], [-68.210207, 45.613017], [-68.210163, 45.613024], [-68.209686, 45.613101], [-68.209526, 45.613128], [-68.209327, 45.613161], [-68.205932, 45.613732], [-68.20585, 45.613746], [-68.205721, 45.613767], [-68.20554, 45.613797], [-68.205318, 45.613833], [-68.205044, 45.613878], [-68.204812, 45.613917], [-68.204746, 45.613928], [-68.204673, 45.61394], [-68.204613, 45.61395], [-68.204541, 45.613962], [-68.204475, 45.613973], [-68.20439, 45.613987], [-68.204323, 45.613998], [-68.204257, 45.614009], [-68.204196, 45.614019], [-68.204112, 45.614033], [-68.20404, 45.614045], [-68.203967, 45.614057], [-68.203924, 45.614064], [-68.203829, 45.61408], [-68.203737, 45.614095], [-68.203718, 45.614098], [-68.20364, 45.614111], [-68.203543, 45.614127], [-68.202759, 45.614257], [-68.201968, 45.614387], [-68.201627, 45.614444], [-68.201412, 45.614481], [-68.200606, 45.61462], [-68.19979, 45.614761], [-68.198968, 45.614903], [-68.198294, 45.615021], [-68.198162, 45.615042], [-68.197347, 45.615184], [-68.196863, 45.615264], [-68.196032, 45.615402], [-68.195709, 45.615455], [-68.195407, 45.615504], [-68.194736, 45.615615], [-68.193795, 45.615771], [-68.193766, 45.615776], [-68.193144, 45.615879], [-68.193029, 45.615896], [-68.192995, 45.615902], [-68.192545, 45.615979], [-68.192121, 45.616052], [-68.191683, 45.616126], [-68.190874, 45.616263], [-68.190475, 45.616331], [-68.189685, 45.616464], [-68.188968, 45.616587], [-68.188673, 45.616636], [-68.188396, 45.616682], [-68.1876, 45.61682], [-68.18715, 45.616898], [-68.186724, 45.616971], [-68.185919, 45.61711], [-68.185266, 45.617226], [-68.185101, 45.617251], [-68.184292, 45.617391], [-68.183947, 45.617446], [-68.183175, 45.617568], [-68.182376, 45.617695], [-68.18159, 45.61782], [-68.180892, 45.61793], [-68.180354, 45.618015], [-68.18024, 45.618034], [-68.17996, 45.61808], [-68.175667, 45.618819], [-68.171336, 45.619557], [-68.16709, 45.620331], [-68.166816, 45.620379], [-68.162774, 45.621065], [-68.158467, 45.621763], [-68.155636, 45.622228], [-68.15416, 45.622474], [-68.149854, 45.623184], [-68.145534, 45.623895], [-68.145091, 45.623968], [-68.14124, 45.624605], [-68.138411, 45.625074], [-68.135776, 45.625455], [-68.134816, 45.625595], [-68.13446, 45.625647], [-68.134318, 45.625664], [-68.133436, 45.625806], [-68.132871, 45.625883], [-68.132345, 45.625964], [-68.130751, 45.626204], [-68.13028, 45.626273], [-68.128949, 45.626479], [-68.128303, 45.626577], [-68.127301, 45.626722], [-68.126336, 45.626881], [-68.124463, 45.627155], [-68.124454, 45.627088], [-68.123777, 45.627191], [-68.122731, 45.627349], [-68.120274, 45.62769], [-68.117821, 45.628072], [-68.115359, 45.628431], [-68.112832, 45.628839], [-68.110724, 45.629151], [-68.108256, 45.629514], [-68.105788, 45.629882], [-68.104016, 45.630138], [-68.101537, 45.630497], [-68.098922, 45.630877], [-68.098357, 45.630988], [-68.095871, 45.631429], [-68.093377, 45.631877], [-68.091571, 45.632223], [-68.091485, 45.632238], [-68.091321, 45.63227], [-68.091299, 45.632274], [-68.090194, 45.632455], [-68.087711, 45.632898], [-68.085227, 45.633338], [-68.082745, 45.633795], [-68.081635, 45.633996], [-68.080914, 45.634127], [-68.080256, 45.634247], [-68.079256, 45.63441], [-68.077259, 45.634789], [-68.076869, 45.634863], [-68.076826, 45.63487], [-68.075336, 45.635135], [-68.072847, 45.635578], [-68.070496, 45.635996], [-68.070403, 45.636013], [-68.070377, 45.636017], [-68.069954, 45.636085], [-68.068915, 45.636257], [-68.06736, 45.636539], [-68.065775, 45.636816], [-68.065337, 45.636892], [-68.06258, 45.637371], [-68.062559, 45.637375], [-68.062005, 45.637467], [-68.059575, 45.637882], [-68.057097, 45.638325], [-68.054857, 45.638713], [-68.053192, 45.638999], [-68.051064, 45.639371], [-68.048012, 45.639897], [-68.047652, 45.638764], [-68.047006, 45.636801], [-68.046363, 45.634856], [-68.046352, 45.63482], [-68.046099, 45.634048], [-68.045634, 45.632636], [-68.045459, 45.632081], [-68.045021, 45.630781], [-68.044615, 45.629612], [-68.04423, 45.628438], [-68.04385, 45.627265], [-68.043472, 45.626092], [-68.043135, 45.625081], [-68.042987, 45.62508], [-68.042171, 45.622359], [-68.041182, 45.619137], [-68.040885, 45.61823], [-68.040045, 45.61555], [-68.039872, 45.614981], [-68.03939, 45.613443], [-68.038736, 45.611425], [-68.038682, 45.611263], [-68.038587, 45.610961], [-68.038545, 45.610838], [-68.038477, 45.610631], [-68.038451, 45.610532], [-68.038254, 45.609788], [-68.038081, 45.609278], [-68.03785, 45.60856], [-68.037344, 45.607021], [-68.03675, 45.605045], [-68.036101, 45.60294], [-68.035763, 45.601846], [-68.03544, 45.600804], [-68.034756, 45.598655], [-68.034473, 45.59774], [-68.033899, 45.595988], [-68.033852, 45.595826], [-68.033319, 45.594287], [-68.032813, 45.592631], [-68.032443, 45.591489], [-68.032159, 45.590564], [-68.031917, 45.589734], [-68.031862, 45.589549], [-68.031172, 45.587455], [-68.030826, 45.586327], [-68.030567, 45.585402], [-68.030047, 45.583658], [-68.029886, 45.583083], [-68.029281, 45.581089], [-68.029084, 45.580434], [-68.02891, 45.579794], [-68.028381, 45.578165], [-68.028302, 45.577907], [-68.028195, 45.577555], [-68.027962, 45.576878], [-68.027703, 45.576089], [-68.027469, 45.57543], [-68.027249, 45.574852], [-68.026435, 45.572356], [-68.026177, 45.571616], [-68.02587, 45.570654], [-68.025636, 45.569977], [-68.025265, 45.568673], [-68.024895, 45.567563], [-68.024611, 45.56667], [-68.023971, 45.564634], [-68.023562, 45.56345], [-68.023552, 45.56342], [-68.023471, 45.563168], [-68.023453, 45.56311], [-68.023369, 45.562846], [-68.023354, 45.562801], [-68.023262, 45.562514], [-68.023247, 45.562467], [-68.023154, 45.562175], [-68.023136, 45.562119], [-68.023044, 45.561829], [-68.02303, 45.561786], [-68.022939, 45.561501], [-68.022932, 45.561478], [-68.022887, 45.56134], [-68.02283, 45.56115], [-68.022492, 45.560031], [-68.022091, 45.55875], [-68.021641, 45.557311], [-68.021629, 45.557274], [-68.021535, 45.556976], [-68.02151, 45.556898], [-68.021426, 45.556635], [-68.021411, 45.556586], [-68.021315, 45.556285], [-68.021259, 45.55611], [-68.021201, 45.555925], [-68.021167, 45.555821], [-68.021079, 45.555542], [-68.021045, 45.555436], [-68.020956, 45.555159], [-68.020932, 45.555085], [-68.020835, 45.554779], [-68.020829, 45.554761], [-68.020793, 45.554646], [-68.020722, 45.554419], [-68.020573, 45.553945], [-68.02055, 45.55388], [-68.020436, 45.553535], [-68.020408, 45.553447], [-68.020354, 45.553285], [-68.020319, 45.55318], [-68.020304, 45.553135], [-68.0203, 45.553124], [-68.020263, 45.55301], [-68.02021, 45.552848], [-68.020199, 45.552814], [-68.020134, 45.552619], [-68.0201, 45.552517], [-68.020095, 45.5525], [-68.020028, 45.552288], [-68.019986, 45.552152], [-68.019917, 45.551931], [-68.019871, 45.551784], [-68.019805, 45.551571], [-68.019757, 45.551418], [-68.019703, 45.551246], [-68.019648, 45.551068], [-68.01959, 45.550883], [-68.019434, 45.550389], [-68.019374, 45.550191], [-68.019326, 45.550037], [-68.019261, 45.549828], [-68.019247, 45.549785], [-68.019211, 45.549672], [-68.01915, 45.549477], [-68.019079, 45.549253], [-68.019036, 45.549118], [-68.018954, 45.548857], [-68.018858, 45.548556], [-68.018764, 45.548258], [-68.018746, 45.548204], [-68.018667, 45.547945], [-68.018585, 45.54768], [-68.018483, 45.547351], [-68.018392, 45.547059], [-68.018293, 45.546739], [-68.018251, 45.546601], [-68.018205, 45.546458], [-68.01814, 45.546264], [-68.018056, 45.546006], [-68.018017, 45.545887], [-68.017933, 45.545632], [-68.017899, 45.545528], [-68.017872, 45.545442], [-68.017816, 45.545274], [-68.017795, 45.545211], [-68.017754, 45.545076], [-68.017687, 45.544856], [-68.017649, 45.544735], [-68.017552, 45.544418], [-68.017454, 45.544097], [-68.017368, 45.543816], [-68.017311, 45.54363], [-68.017286, 45.543552], [-68.017257, 45.54346], [-68.017208, 45.543308], [-68.01714, 45.543096], [-68.017057, 45.542841], [-68.017007, 45.542683], [-68.016936, 45.542465], [-68.016864, 45.542242], [-68.016816, 45.542094], [-68.016747, 45.541878], [-68.016637, 45.541539], [-68.016613, 45.541462], [-68.016586, 45.541379], [-68.016501, 45.541134], [-68.016481, 45.541075], [-68.016416, 45.540883], [-68.016384, 45.540789], [-68.016357, 45.54071], [-68.016292, 45.540521], [-68.016215, 45.540297], [-68.016178, 45.540176], [-68.016126, 45.540011], [-68.016071, 45.53984], [-68.016018, 45.539671], [-68.015963, 45.539495], [-68.015915, 45.539345], [-68.015853, 45.539149], [-68.015839, 45.539105], [-68.0158, 45.538984], [-68.015739, 45.538796], [-68.015673, 45.538594], [-68.015627, 45.538453], [-68.015561, 45.538251], [-68.015515, 45.538112], [-68.015483, 45.538015], [-68.015403, 45.537771], [-68.015377, 45.537691], [-68.015288, 45.537421], [-68.015227, 45.537238], [-68.01517, 45.537063], [-68.01511, 45.536877], [-68.015065, 45.536745], [-68.01469, 45.535594], [-68.013671, 45.532313], [-68.012993, 45.529949], [-68.012731, 45.529069], [-68.012296, 45.527621], [-68.01186, 45.526195], [-68.011719, 45.525707], [-68.011218, 45.524146], [-68.010868, 45.522842], [-68.010372, 45.521245], [-68.009872, 45.519665], [-68.009202, 45.517481], [-68.008913, 45.516583], [-68.008109, 45.513871], [-68.00768, 45.512445], [-68.007157, 45.510703], [-68.007026, 45.510279], [-68.006394, 45.508222], [-68.005779, 45.506285], [-68.005357, 45.504873], [-68.00531, 45.504711], [-68.004949, 45.503573], [-68.004819, 45.503149], [-68.004357, 45.501628], [-68.003891, 45.500067], [-68.003799, 45.499769], [-68.003771, 45.499676], [-68.003708, 45.499472], [-68.00365, 45.499283], [-68.003576, 45.499043], [-68.00351, 45.498831], [-68.003444, 45.49862], [-68.003393, 45.498455], [-68.003338, 45.498284], [-68.00328, 45.498096], [-68.002567, 45.495812], [-68.002187, 45.494598], [-68.001814, 45.493379], [-68.001446, 45.492165], [-68.001065, 45.490969], [-68.000691, 45.489773], [-68.000317, 45.488577], [-67.999944, 45.487382], [-67.99957, 45.48619], [-67.999456, 45.485825], [-67.999437, 45.485751], [-67.999386, 45.485553], [-67.999365, 45.485469], [-67.999311, 45.485259], [-67.999287, 45.485162], [-67.999241, 45.484982], [-67.999186, 45.484768], [-67.999131, 45.484549], [-67.999072, 45.484318], [-67.999021, 45.484117], [-67.998882, 45.483574], [-67.998397, 45.482134], [-67.997268, 45.47889], [-67.997242, 45.478817], [-67.997167, 45.478602], [-67.997083, 45.478362], [-67.997028, 45.478201], [-67.996943, 45.477958], [-67.99687, 45.47775], [-67.996803, 45.477559], [-67.996731, 45.477349], [-67.996657, 45.477139], [-67.996594, 45.476957], [-67.996512, 45.476723], [-67.99647, 45.4766], [-67.996404, 45.47641], [-67.996378, 45.476337], [-67.996298, 45.47611], [-67.996233, 45.475921], [-67.996142, 45.475661], [-67.996091, 45.475512], [-67.996006, 45.475271], [-67.996, 45.475254], [-67.995957, 45.475122], [-67.99591, 45.474979], [-67.995856, 45.474811], [-67.995773, 45.474563], [-67.995686, 45.474297], [-67.995647, 45.47418], [-67.995592, 45.474011], [-67.995545, 45.473869], [-67.995497, 45.473723], [-67.995431, 45.473522], [-67.995357, 45.473298], [-67.995319, 45.473182], [-67.995265, 45.473016], [-67.995206, 45.472837], [-67.995146, 45.472655], [-67.995092, 45.472492], [-67.995057, 45.472387], [-67.994978, 45.472143], [-67.994921, 45.471972], [-67.994862, 45.47179], [-67.9948, 45.471605], [-67.994746, 45.471438], [-67.994693, 45.471277], [-67.994628, 45.471082], [-67.994514, 45.470736], [-67.993955, 45.46912], [-67.993465, 45.467624], [-67.993367, 45.467399], [-67.993241, 45.467016], [-67.992399, 45.464451], [-67.992134, 45.463682], [-67.991119, 45.460556], [-67.990523, 45.458642], [-67.990286, 45.457993], [-67.988704, 45.453132], [-67.987455, 45.449283], [-67.987039, 45.448091], [-67.987026, 45.448049], [-67.986652, 45.446894], [-67.986365, 45.446074], [-67.986339, 45.446004], [-67.98626, 45.445779], [-67.98617, 45.445524], [-67.986078, 45.445264], [-67.986006, 45.445046], [-67.985988, 45.444994], [-67.985876, 45.444664], [-67.985868, 45.444639], [-67.985029, 45.442154], [-67.983713, 45.438317], [-67.982411, 45.434466], [-67.981441, 45.431478], [-67.980435, 45.428499], [-67.979457, 45.42551], [-67.978494, 45.422541], [-67.978488, 45.422522], [-67.978412, 45.422315], [-67.978408, 45.422301], [-67.97832, 45.422053], [-67.977504, 45.419534], [-67.976563, 45.416569], [-67.976226, 45.415495], [-67.976197, 45.4154], [-67.976106, 45.415112], [-67.97603, 45.414872], [-67.976016, 45.414832], [-67.97594, 45.414587], [-67.975891, 45.414433], [-67.975847, 45.414293], [-67.97581, 45.414176], [-67.975792, 45.41412], [-67.975717, 45.413881], [-67.975633, 45.413617], [-67.975586, 45.413468], [-67.975534, 45.413305], [-67.975479, 45.413126], [-67.975122, 45.411997], [-67.974991, 45.411581], [-67.974709, 45.410685], [-67.974681, 45.410596], [-67.974618, 45.410395], [-67.973778, 45.407723], [-67.973653, 45.407325], [-67.972712, 45.404342], [-67.971603, 45.400511], [-67.970741, 45.39751], [-67.969885, 45.394519], [-67.96881, 45.390728], [-67.968577, 45.389912], [-67.967955, 45.387746], [-67.966905, 45.384118], [-67.966261, 45.381888], [-67.965601, 45.37961], [-67.965589, 45.379566], [-67.96555, 45.379425], [-67.965509, 45.37928], [-67.96544, 45.379033], [-67.96539, 45.378856], [-67.965359, 45.378743], [-67.965332, 45.378647], [-67.965308, 45.378563], [-67.96526, 45.378392], [-67.965202, 45.378184], [-67.965184, 45.37812], [-67.965123, 45.377904], [-67.965101, 45.377827], [-67.965038, 45.377604], [-67.965019, 45.377535], [-67.964951, 45.377291], [-67.96494, 45.377252], [-67.964878, 45.377029], [-67.964858, 45.37696], [-67.964789, 45.376715], [-67.964762, 45.376616], [-67.964704, 45.37641], [-67.964667, 45.376277], [-67.964624, 45.376128], [-67.964594, 45.376018], [-67.964589, 45.376], [-67.964522, 45.375761], [-67.964314, 45.375088], [-67.964052, 45.374339], [-67.963733, 45.373247], [-67.963704, 45.37315], [-67.963378, 45.372024], [-67.962947, 45.370584], [-67.962286, 45.368287], [-67.962233, 45.368103], [-67.96162, 45.365977], [-67.961073, 45.364149], [-67.960994, 45.363883], [-67.959815, 45.359799], [-67.959436, 45.358472], [-67.958729, 45.355995], [-67.958109, 45.353784], [-67.957966, 45.353359], [-67.957928, 45.353247], [-67.958034, 45.353231], [-67.958066, 45.353227], [-67.958416, 45.353175], [-67.958453, 45.35317], [-67.958791, 45.35312], [-67.958832, 45.353114], [-67.959179, 45.353063], [-67.959228, 45.353056], [-67.959554, 45.353008], [-67.959615, 45.352999], [-67.959902, 45.352957], [-67.960006, 45.352942], [-67.960334, 45.352893], [-67.960388, 45.352885], [-67.960695, 45.352839], [-67.960767, 45.352828], [-67.961097, 45.352779], [-67.961145, 45.352772], [-67.961468, 45.352724], [-67.961532, 45.352714], [-67.961889, 45.352661], [-67.961926, 45.352655], [-67.962252, 45.352607], [-67.962275, 45.352603], [-67.965161, 45.352152], [-67.966298, 45.351968], [-67.966881, 45.351879], [-67.966776, 45.351532], [-67.966549, 45.350881], [-67.966357, 45.35025], [-67.966299, 45.350073], [-67.96582, 45.348584], [-67.965802, 45.348519], [-67.965751, 45.348343], [-67.965717, 45.348227], [-67.965685, 45.348115], [-67.965671, 45.348073], [-67.965437, 45.347343], [-67.965163, 45.346548], [-67.965109, 45.346404], [-67.964693, 45.345099], [-67.964492, 45.344517], [-67.964337, 45.343944], [-67.964059, 45.343131], [-67.963856, 45.34254], [-67.963566, 45.341587], [-67.963468, 45.341298], [-67.963449, 45.341231], [-67.963374, 45.341001], [-67.963096, 45.340102], [-67.96275, 45.339015], [-67.962583, 45.338599], [-67.962501, 45.338308], [-67.962316, 45.337656], [-67.962077, 45.336916], [-67.961595, 45.335386], [-67.961429, 45.334938], [-67.960961, 45.333539], [-67.960782, 45.332993], [-67.960645, 45.33256], [-67.960205, 45.331178], [-67.959593, 45.329309], [-67.959278, 45.328276], [-67.958922, 45.327309], [-67.958635, 45.326407], [-67.958503, 45.326], [-67.958396, 45.325599], [-67.95824, 45.325147], [-67.957819, 45.323897], [-67.957683, 45.32347], [-67.956688, 45.320416], [-67.956071, 45.318557], [-67.95555, 45.3169], [-67.955197, 45.315776], [-67.954962, 45.315013], [-67.954913, 45.314869], [-67.954671, 45.31416], [-67.953944, 45.311813], [-67.95372, 45.311131], [-67.953028, 45.309014], [-67.953006, 45.308946], [-67.95277, 45.308175], [-67.951808, 45.305182], [-67.951351, 45.303724], [-67.950926, 45.302451], [-67.950825, 45.30213], [-67.950324, 45.300582], [-67.950024, 45.299661], [-67.949745, 45.298853], [-67.949165, 45.29707], [-67.948548, 45.295228], [-67.948346, 45.294564], [-67.94783, 45.292939], [-67.947808, 45.292876], [-67.947509, 45.291933], [-67.946893, 45.290104], [-67.946606, 45.289165], [-67.94604, 45.287414], [-67.945804, 45.286728], [-67.94522, 45.284841], [-67.94495, 45.283925], [-67.944367, 45.282128], [-67.944032, 45.28118], [-67.943275, 45.278787], [-67.94323, 45.278631], [-67.943196, 45.278535], [-67.94231, 45.27579], [-67.941457, 45.273073], [-67.940819, 45.271136], [-67.939899, 45.268202], [-67.939866, 45.268116], [-67.93976, 45.267845], [-67.943506, 45.267326], [-67.944708, 45.267157], [-67.94641, 45.266925], [-67.954557, 45.265799], [-67.954861, 45.265756], [-67.957084, 45.265453], [-67.957163, 45.265444], [-67.960033, 45.265052], [-67.961114, 45.264909], [-67.962255, 45.264762], [-67.965042, 45.264359], [-67.965489, 45.2643], [-67.9678, 45.263988], [-67.968434, 45.263904], [-67.969502, 45.26376], [-67.97502, 45.263018], [-67.97557, 45.262942], [-67.981405, 45.262134], [-67.986452, 45.261486], [-67.991306, 45.260773], [-67.993016, 45.260536], [-67.993228, 45.260507], [-67.99499, 45.260265], [-67.997255, 45.259978], [-67.997446, 45.259954], [-67.99854, 45.259784], [-67.9988, 45.259753], [-67.999456, 45.259675], [-68.001573, 45.259754], [-68.002581, 45.259792], [-68.003677, 45.259667], [-68.005103, 45.259499], [-68.006528, 45.259336], [-68.006731, 45.259311], [-68.007473, 45.259218], [-68.007946, 45.259159], [-68.009363, 45.258987], [-68.010781, 45.258819], [-68.012191, 45.258647], [-68.013601, 45.258474], [-68.014049, 45.25842], [-68.015011, 45.258307], [-68.016421, 45.258134], [-68.017831, 45.257971], [-68.018368, 45.257908], [-68.019242, 45.257803], [-68.020651, 45.257639], [-68.022054, 45.257471], [-68.023456, 45.257312], [-68.024859, 45.257153], [-68.02549, 45.257078], [-68.026261, 45.25699], [-68.027663, 45.256808], [-68.029058, 45.256649], [-68.030453, 45.25649], [-68.031639, 45.256342], [-68.03184, 45.256317], [-68.033227, 45.256131], [-68.033638, 45.256082], [-68.034591, 45.255971], [-68.036062, 45.255732], [-68.037533, 45.255488], [-68.038997, 45.255239], [-68.04046, 45.254999], [-68.041916, 45.254755], [-68.043372, 45.254515], [-68.04482, 45.254262], [-68.046253, 45.254017], [-68.04764, 45.253804], [-68.049111, 45.253559], [-68.050552, 45.253319], [-68.05197, 45.253065], [-68.053394, 45.252839], [-68.054675, 45.252629], [-68.054985, 45.252577], [-68.055024, 45.252573], [-68.055845, 45.252472], [-68.056844, 45.252386], [-68.058222, 45.252226], [-68.058803, 45.252163], [-68.060773, 45.251927], [-68.062744, 45.25171], [-68.064715, 45.251496], [-68.066685, 45.251292], [-68.068656, 45.251074], [-68.069178, 45.25102], [-68.070171, 45.250915], [-68.070615, 45.250865], [-68.072528, 45.250651], [-68.074441, 45.250446], [-68.076353, 45.250245], [-68.077955, 45.250083], [-68.078113, 45.250066], [-68.080078, 45.249834], [-68.084798, 45.249301], [-68.088356, 45.248896], [-68.08861, 45.248867], [-68.088809, 45.248839], [-68.091369, 45.248556], [-68.09388, 45.248272], [-68.094343, 45.24822], [-68.095354, 45.248106], [-68.106522, 45.246844], [-68.115737, 45.245786], [-68.115971, 45.245729], [-68.119568, 45.245321], [-68.12354, 45.244865], [-68.124457, 45.244751], [-68.127057, 45.244374], [-68.127412, 45.244328], [-68.128192, 45.244221], [-68.129391, 45.244064], [-68.130563, 45.243902], [-68.131782, 45.243735], [-68.132342, 45.243663], [-68.133003, 45.243578], [-68.133473, 45.243514], [-68.134222, 45.243407], [-68.134988, 45.24331], [-68.135446, 45.243246], [-68.135911, 45.243186], [-68.13666, 45.243093], [-68.137875, 45.242931], [-68.139078, 45.242773], [-68.140283, 45.242607], [-68.141486, 45.242449], [-68.141954, 45.242385], [-68.142679, 45.242287], [-68.143862, 45.242125], [-68.145045, 45.241968], [-68.146227, 45.241819], [-68.147411, 45.241657], [-68.148593, 45.241499], [-68.14881, 45.241469], [-68.149776, 45.241341], [-68.150959, 45.241184], [-68.152142, 45.241026], [-68.153325, 45.240877], [-68.154507, 45.240719], [-68.15569, 45.240553], [-68.156646, 45.240425], [-68.158787, 45.240143], [-68.159964, 45.239985], [-68.161142, 45.239823], [-68.16232, 45.23967], [-68.162873, 45.239597], [-68.163498, 45.239516], [-68.164676, 45.239349], [-68.165853, 45.2392], [-68.167036, 45.239034], [-68.168219, 45.238876], [-68.169402, 45.238713], [-68.170585, 45.238555], [-68.171767, 45.238393], [-68.172951, 45.238235], [-68.174133, 45.238077], [-68.175316, 45.237914], [-68.176499, 45.237756], [-68.177682, 45.237603], [-68.178864, 45.237431], [-68.180047, 45.23726], [-68.18069, 45.23717], [-68.180932, 45.237135], [-68.181462, 45.237063], [-68.182622, 45.236923], [-68.18378, 45.236777], [-68.18494, 45.236635], [-68.1861, 45.236486], [-68.187265, 45.236339], [-68.18843, 45.236203], [-68.189595, 45.236057], [-68.190759, 45.23592], [-68.191924, 45.235775], [-68.193089, 45.235629], [-68.194277, 45.235484], [-68.195465, 45.235344], [-68.196653, 45.235186], [-68.1977, 45.23505], [-68.198131, 45.234997], [-68.199036, 45.234885], [-68.199279, 45.234852], [-68.200217, 45.234734], [-68.201405, 45.234585], [-68.202593, 45.234431], [-68.203781, 45.234277], [-68.204969, 45.234137], [-68.206156, 45.233992], [-68.207345, 45.233843], [-68.208533, 45.233694], [-68.20972, 45.233544], [-68.210908, 45.233395], [-68.212096, 45.233246], [-68.213284, 45.233096], [-68.213909, 45.233024], [-68.216003, 45.232746], [-68.217118, 45.232614], [-68.218311, 45.23246], [-68.219504, 45.232306], [-68.220534, 45.232172], [-68.220697, 45.232153], [-68.22189, 45.232012], [-68.223083, 45.231863], [-68.224277, 45.231713], [-68.22547, 45.231564], [-68.226663, 45.231414], [-68.227856, 45.231265], [-68.229049, 45.231116], [-68.230232, 45.230975], [-68.231414, 45.230839], [-68.232596, 45.230689], [-68.233779, 45.23054], [-68.234962, 45.23039], [-68.236144, 45.23025], [-68.237326, 45.230113], [-68.238509, 45.229959], [-68.239686, 45.229814], [-68.240864, 45.229673], [-68.242041, 45.229533], [-68.243218, 45.229383], [-68.244395, 45.229233], [-68.245573, 45.229084], [-68.24675, 45.228938], [-68.247927, 45.228798], [-68.249105, 45.228657], [-68.249461, 45.228614], [-68.267942, 45.226178], [-68.268229, 45.226138], [-68.269813, 45.22592], [-68.271526, 45.225719], [-68.273105, 45.225517], [-68.274685, 45.225307], [-68.276264, 45.225101], [-68.277843, 45.224904], [-68.278423, 45.224831], [-68.278669, 45.2248], [-68.279422, 45.224707], [-68.281001, 45.224496], [-68.28258, 45.22429], [-68.28416, 45.224084], [-68.285738, 45.223882], [-68.287318, 45.22369], [-68.288897, 45.223483], [-68.290274, 45.223299], [-68.290476, 45.223273], [-68.292055, 45.223071], [-68.293634, 45.222869], [-68.295213, 45.222663], [-68.296792, 45.222461], [-68.298371, 45.222259], [-68.299942, 45.222044], [-68.301514, 45.221829], [-68.303084, 45.221618], [-68.303714, 45.221531], [-68.303431, 45.220468], [-68.303078, 45.219156], [-68.302731, 45.217844], [-68.301872, 45.214638], [-68.301531, 45.213286], [-68.301182, 45.211934], [-68.301171, 45.211893], [-68.300819, 45.210586], [-68.300464, 45.209233], [-68.30021, 45.208273], [-68.300108, 45.207885], [-68.299752, 45.206536], [-68.299374, 45.205186], [-68.299011, 45.203838], [-68.298649, 45.202497], [-68.298306, 45.201161], [-68.29795, 45.19982], [-68.297595, 45.19848], [-68.297239, 45.19714], [-68.296882, 45.1958], [-68.296506, 45.194459], [-68.29615, 45.19312], [-68.295794, 45.191783], [-68.295438, 45.190443], [-68.295434, 45.190425], [-68.295083, 45.189105], [-68.294792, 45.188074], [-68.294707, 45.187767], [-68.294331, 45.18643], [-68.293953, 45.185097], [-68.293591, 45.183763], [-68.293239, 45.182457], [-68.29323, 45.182425], [-68.292861, 45.181088], [-68.292456, 45.179741], [-68.29208, 45.178394], [-68.291704, 45.177047], [-68.291342, 45.175701], [-68.290972, 45.174354], [-68.290569, 45.173006], [-68.290171, 45.171659], [-68.289952, 45.17088], [-68.289795, 45.170321], [-68.289696, 45.169969], [-68.289419, 45.168982], [-68.289056, 45.167643], [-68.288819, 45.16675], [-68.288701, 45.166308], [-68.288325, 45.164969], [-68.287948, 45.16363], [-68.287572, 45.162291], [-68.287196, 45.160952], [-68.286827, 45.159613], [-68.286716, 45.159212], [-68.286619, 45.15886], [-68.286458, 45.158278], [-68.286373, 45.157972], [-68.286224, 45.157434], [-68.286089, 45.156939], [-68.285719, 45.1556], [-68.28542, 45.154554], [-68.285337, 45.154261], [-68.284953, 45.152922], [-68.28423, 45.150352], [-68.283861, 45.148959], [-68.283464, 45.147579], [-68.283067, 45.146204], [-68.282691, 45.144824], [-68.28264, 45.14464], [-68.282577, 45.14441], [-68.282315, 45.143449], [-68.281939, 45.14207], [-68.281562, 45.14069], [-68.281165, 45.139319], [-68.280777, 45.137899], [-68.280413, 45.136573], [-68.28018, 45.135738], [-68.280124, 45.135537], [-68.28003, 45.135198], [-68.279646, 45.133828], [-68.27931, 45.132619], [-68.279296, 45.132566], [-68.279264, 45.132452], [-68.278881, 45.131082], [-68.278748, 45.130604], [-68.278719, 45.130498], [-68.278498, 45.129707], [-68.278319, 45.129066], [-68.27827, 45.128889], [-68.278115, 45.128336], [-68.277739, 45.126974], [-68.277363, 45.125608], [-68.277204, 45.125067], [-68.275545, 45.118897], [-68.274193, 45.113851], [-68.273497, 45.111267], [-68.271987, 45.105662], [-68.270574, 45.100405], [-68.270497, 45.100121], [-68.27286, 45.099799], [-68.278018, 45.099103], [-68.279146, 45.09895], [-68.281319, 45.098655], [-68.325518, 45.092676], [-68.332181, 45.091773], [-68.374465, 45.086047], [-68.374603, 45.086142], [-68.377649, 45.085749], [-68.379773, 45.085479], [-68.382951, 45.085076], [-68.38441, 45.084889], [-68.385982, 45.084687], [-68.389888, 45.084195], [-68.394748, 45.083591], [-68.396903, 45.083296], [-68.39656, 45.082034], [-68.395081, 45.076481], [-68.394366, 45.073759], [-68.393458, 45.070239], [-68.392742, 45.067615], [-68.392208, 45.065542], [-68.391649, 45.063469], [-68.39113, 45.061477], [-68.390623, 45.059547], [-68.390044, 45.057285], [-68.389686, 45.056023], [-68.389516, 45.055266], [-68.389151, 45.05394], [-68.388174, 45.049785], [-68.387685, 45.047721], [-68.387203, 45.045675], [-68.386707, 45.043543], [-68.386679, 45.043422], [-68.386643, 45.043266], [-68.386516, 45.042732], [-68.386403, 45.042259], [-68.386273, 45.041712], [-68.386198, 45.041385], [-68.38571, 45.039303], [-68.385266, 45.037419], [-68.385096, 45.036689], [-68.384848, 45.035229], [-68.384367, 45.033201], [-68.383865, 45.030993], [-68.383406, 45.029055], [-68.382911, 45.026937], [-68.3824, 45.024747], [-68.381875, 45.022548], [-68.381365, 45.020475], [-68.381277, 45.01997], [-68.380884, 45.018384], [-68.380374, 45.01631], [-68.380262, 45.015806], [-68.379864, 45.014057], [-68.379376, 45.012002], [-68.378873, 45.009893], [-68.378377, 45.007838], [-68.377897, 45.005729], [-68.377379, 45.003691], [-68.376779, 45.001168], [-68.376536, 45.000068], [-68.375892, 44.997373], [-68.376304, 44.997322], [-68.385498, 44.996228], [-68.389671, 44.995739], [-68.395848, 44.995014], [-68.398926, 44.994643], [-68.400935, 44.994402], [-68.401161, 44.994376], [-68.419125, 44.991952], [-68.424285, 44.991254], [-68.427417, 44.990828], [-68.43536, 44.989742], [-68.449649, 44.987791], [-68.453562, 44.987257], [-68.461954, 44.986121], [-68.473742, 44.98452], [-68.474748, 44.984382], [-68.475003, 44.984346], [-68.486574, 44.982737], [-68.486909, 44.98269], [-68.491372, 44.982071], [-68.492679, 44.981884], [-68.492849, 44.981861], [-68.494065, 44.981691], [-68.494478, 44.981633], [-68.495494, 44.981488], [-68.495915, 44.981432], [-68.496931, 44.981291], [-68.497342, 44.981234], [-68.498321, 44.981099], [-68.499472, 44.980936], [-68.500198, 44.98084], [-68.501095, 44.980718], [-68.500974, 44.980133], [-68.500781, 44.979268], [-68.500427, 44.977842], [-68.500031, 44.976267], [-68.499485, 44.974117], [-68.49946, 44.974063], [-68.499441, 44.974018], [-68.495698, 44.959258], [-68.495285, 44.95763], [-68.493396, 44.950181], [-68.493353, 44.950005], [-68.492006, 44.944688], [-68.491837, 44.944026], [-68.49154, 44.942897], [-68.491345, 44.942156], [-68.487692, 44.927812], [-68.487669, 44.927712], [-68.486968, 44.924969], [-68.485155, 44.917854], [-68.483427, 44.910892], [-68.480631, 44.899753], [-68.477952, 44.889091], [-68.477831, 44.888634], [-68.477819, 44.888588], [-68.476404, 44.883215], [-68.475998, 44.881697], [-68.475983, 44.881645], [-68.475896, 44.881328], [-68.475647, 44.880388], [-68.475614, 44.880271], [-68.475389, 44.879425], [-68.475326, 44.879189], [-68.47513, 44.878458], [-68.47505, 44.878159], [-68.474934, 44.877726], [-68.474841, 44.877392], [-68.474666, 44.876768], [-68.474601, 44.876543], [-68.474395, 44.875797], [-68.474274, 44.875368], [-68.474125, 44.874823], [-68.473968, 44.874255], [-68.47383, 44.873747], [-68.473686, 44.873222], [-68.473551, 44.872733], [-68.473014, 44.870763], [-68.472787, 44.869816], [-68.472666, 44.869312], [-68.47253, 44.868809], [-68.472435, 44.868447], [-68.47238, 44.868255], [-68.472172, 44.867484], [-68.472049, 44.867022], [-68.471892, 44.866435], [-68.471864, 44.866325], [-68.471772, 44.865989], [-68.47159, 44.865314], [-68.471469, 44.864865], [-68.471351, 44.864424], [-68.47132, 44.864294], [-68.471183, 44.863792], [-68.471083, 44.863419], [-68.470617, 44.861695], [-68.468352, 44.853071], [-68.46777, 44.850843], [-68.467539, 44.849974], [-68.467405, 44.849465], [-68.467271, 44.848952], [-68.46714, 44.848455], [-68.467062, 44.848162], [-68.466953, 44.847744], [-68.466793, 44.847131], [-68.466669, 44.84666], [-68.466521, 44.846098], [-68.466359, 44.845479], [-68.466212, 44.84492], [-68.466082, 44.844426], [-68.465905, 44.843751], [-68.465745, 44.843142], [-68.465646, 44.842752], [-68.463709, 44.835386], [-68.463668, 44.835233], [-68.463661, 44.835208], [-68.460139, 44.821978], [-68.459236, 44.818427], [-68.458887, 44.817137], [-68.458698, 44.816454], [-68.458495, 44.815709], [-68.458487, 44.815677], [-68.458474, 44.815624], [-68.458426, 44.815429], [-68.458263, 44.814755], [-68.458196, 44.814487], [-68.458124, 44.814204], [-68.457918, 44.81342], [-68.45772, 44.812666], [-68.457663, 44.812448], [-68.457213, 44.810721], [-68.454889, 44.80155], [-68.454476, 44.799886], [-68.454402, 44.799606], [-68.45089, 44.785537], [-68.450676, 44.784692], [-68.450537, 44.784123], [-68.450424, 44.783683], [-68.45027, 44.78307], [-68.450073, 44.78228], [-68.450003, 44.781996], [-68.449961, 44.781822], [-68.44976, 44.781027], [-68.449723, 44.780871], [-68.449692, 44.780746], [-68.449397, 44.779576], [-68.445219, 44.763014], [-68.446609, 44.762837], [-68.447365, 44.762737], [-68.447976, 44.762662], [-68.449007, 44.76253], [-68.449395, 44.76248], [-68.449786, 44.762433], [-68.450533, 44.762335], [-68.451213, 44.762248], [-68.451908, 44.762159], [-68.452048, 44.762141], [-68.453289, 44.761983], [-68.454106, 44.761879], [-68.454715, 44.761798], [-68.456159, 44.761618], [-68.4574, 44.761458], [-68.457928, 44.76139], [-68.458648, 44.761298], [-68.459481, 44.761192], [-68.460164, 44.761105], [-68.460901, 44.761013], [-68.461586, 44.760923], [-68.467931, 44.760071], [-68.468094, 44.760049], [-68.468196, 44.760036], [-68.469136, 44.759914], [-68.469651, 44.759847], [-68.469758, 44.759835], [-68.470386, 44.759752], [-68.470507, 44.759736], [-68.47059, 44.759724], [-68.471765, 44.759573], [-68.472105, 44.759529], [-68.473095, 44.759401], [-68.473297, 44.759375], [-68.47443, 44.759228], [-68.475423, 44.759099], [-68.476108, 44.75901], [-68.477039, 44.75889], [-68.477932, 44.758774], [-68.478779, 44.758664], [-68.479416, 44.758582], [-68.479923, 44.75852], [-68.480657, 44.758421], [-68.481352, 44.758331], [-68.482202, 44.758221], [-68.48277, 44.758148], [-68.483624, 44.758039], [-68.48547, 44.757799], [-68.487792, 44.757497], [-68.48858, 44.757393], [-68.489362, 44.757293], [-68.490134, 44.757193], [-68.490396, 44.757159], [-68.491711, 44.756989], [-68.493137, 44.756804], [-68.493303, 44.756781], [-68.494354, 44.756645], [-68.494717, 44.756599], [-68.495943, 44.756441], [-68.496212, 44.756406], [-68.496719, 44.75634], [-68.497292, 44.756266], [-68.497578, 44.756229], [-68.498107, 44.75616], [-68.498164, 44.756153], [-68.498914, 44.756056], [-68.498945, 44.756052], [-68.499471, 44.755977], [-68.510387, 44.75453], [-68.516715, 44.753691], [-68.516896, 44.753667], [-68.520099, 44.753255], [-68.521184, 44.753116], [-68.521533, 44.75307], [-68.521825, 44.753032], [-68.521945, 44.753017], [-68.522277, 44.752974], [-68.522676, 44.752922], [-68.523078, 44.752871], [-68.523476, 44.752819], [-68.52352, 44.752814], [-68.523781, 44.75278], [-68.523851, 44.752771], [-68.524221, 44.752724], [-68.524622, 44.752672], [-68.525018, 44.752621], [-68.525389, 44.752573], [-68.525751, 44.752526], [-68.525823, 44.752517], [-68.525864, 44.752512], [-68.526182, 44.752471], [-68.526569, 44.752421], [-68.526859, 44.752384], [-68.527123, 44.75235], [-68.527267, 44.752332], [-68.528542, 44.752167], [-68.529018, 44.752106], [-68.530799, 44.751879], [-68.531721, 44.751756], [-68.53211, 44.751704], [-68.532125, 44.751702], [-68.533573, 44.75151], [-68.544285, 44.75007], [-68.554788, 44.748734], [-68.579478, 44.745645], [-68.581002, 44.745455], [-68.601805, 44.742852], [-68.607625, 44.742124], [-68.608253, 44.742045], [-68.611219, 44.741674], [-68.616673, 44.740992], [-68.617049, 44.740528], [-68.624162, 44.731767], [-68.624388, 44.731514], [-68.624427, 44.731472], [-68.624474, 44.73142], [-68.624899, 44.730869], [-68.62586, 44.729693], [-68.626124, 44.72937], [-68.626599, 44.728786], [-68.626883, 44.72844], [-68.627294, 44.727938], [-68.629405, 44.725352], [-68.630384, 44.724157], [-68.630446, 44.724081], [-68.631927, 44.722268], [-68.634449, 44.719179], [-68.63697, 44.716095], [-68.639491, 44.713006], [-68.642025, 44.709917], [-68.644504, 44.70685], [-68.647134, 44.703636], [-68.649127, 44.704448], [-68.650483, 44.705005], [-68.650539, 44.705028], [-68.651326, 44.705346], [-68.656934, 44.707645], [-68.657959, 44.708062], [-68.658009, 44.708083], [-68.658371, 44.708232], [-68.658477, 44.708276], [-68.658801, 44.708409], [-68.658847, 44.708428], [-68.659231, 44.708587], [-68.659281, 44.708607], [-68.659658, 44.708763], [-68.659693, 44.708777], [-68.660093, 44.708942], [-68.660142, 44.708962], [-68.660521, 44.709119], [-68.660568, 44.709138], [-68.660953, 44.709297], [-68.661002, 44.709317], [-68.661201, 44.709399], [-68.661269, 44.709427], [-68.661347, 44.709459], [-68.661403, 44.709483], [-68.661774, 44.709636], [-68.661815, 44.709653], [-68.6622, 44.709813], [-68.6623, 44.709854], [-68.662481, 44.709929], [-68.662604, 44.70998], [-68.664632, 44.710814], [-68.67132, 44.713561], [-68.671788, 44.713751], [-68.678051, 44.716321], [-68.684229, 44.718882], [-68.69093, 44.721668], [-68.691015, 44.721705], [-68.692624, 44.720426], [-68.692666, 44.720393], [-68.692747, 44.720328], [-68.692812, 44.720277], [-68.692849, 44.720247], [-68.694275, 44.719107], [-68.698223, 44.715994], [-68.702169, 44.712876], [-68.706116, 44.709758], [-68.710076, 44.70664], [-68.710134, 44.70659], [-68.710154, 44.706532], [-68.71049, 44.706312], [-68.710672, 44.70616], [-68.710698, 44.706115], [-68.710926, 44.705976], [-68.712724, 44.704538], [-68.713867, 44.703624], [-68.713909, 44.7036], [-68.713966, 44.703566], [-68.714081, 44.7035], [-68.714183, 44.703442], [-68.714289, 44.703381], [-68.71432, 44.703363], [-68.714497, 44.703262], [-68.714521, 44.703249], [-68.714701, 44.703146], [-68.714735, 44.703127], [-68.71491, 44.703027], [-68.71502, 44.702964], [-68.715127, 44.702903], [-68.716594, 44.702065], [-68.720777, 44.699667], [-68.721779, 44.699093], [-68.722682, 44.698569], [-68.722872, 44.698458], [-68.72289, 44.698448], [-68.722949, 44.698414], [-68.723122, 44.698313], [-68.723164, 44.698289], [-68.723301, 44.698209], [-68.723337, 44.698188], [-68.723503, 44.698092], [-68.72353, 44.698076], [-68.723704, 44.697975], [-68.723749, 44.697949], [-68.723893, 44.697865], [-68.723936, 44.69784], [-68.724093, 44.697749], [-68.724128, 44.697729], [-68.724286, 44.697637], [-68.72433, 44.697611], [-68.724474, 44.697528], [-68.724515, 44.697504], [-68.72467, 44.697414], [-68.724704, 44.697394], [-68.72486, 44.697304], [-68.724885, 44.697289], [-68.725056, 44.69719], [-68.725251, 44.697077], [-68.725263, 44.69707], [-68.725314, 44.69704], [-68.725392, 44.696995], [-68.725429, 44.696973], [-68.725588, 44.696881], [-68.725729, 44.696799], [-68.725929, 44.696683], [-68.726039, 44.696619], [-68.726099, 44.696584], [-68.726139, 44.696561], [-68.726211, 44.696519], [-68.726311, 44.696461], [-68.726395, 44.696412], [-68.726495, 44.696354], [-68.72659, 44.696299], [-68.726683, 44.696245], [-68.726801, 44.696176], [-68.72685, 44.696148], [-68.726893, 44.696126], [-68.726934, 44.696041], [-68.726976, 44.695953], [-68.728363, 44.693055], [-68.729759, 44.690196], [-68.729788, 44.690137], [-68.729808, 44.690094], [-68.729826, 44.690058], [-68.72984, 44.690029], [-68.729856, 44.689995], [-68.731242, 44.687089], [-68.732739, 44.683964], [-68.734236, 44.680834], [-68.734293, 44.680718], [-68.735182, 44.678873], [-68.73521, 44.678814], [-68.73524, 44.67875], [-68.735314, 44.678598], [-68.735378, 44.678465], [-68.735407, 44.678406], [-68.73569, 44.677818], [-68.737017, 44.675043], [-68.737172, 44.67472], [-68.738654, 44.671622], [-68.740136, 44.668528], [-68.740211, 44.668371], [-68.740297, 44.66819], [-68.74034, 44.668103], [-68.740439, 44.667892], [-68.740606, 44.667544], [-68.740749, 44.667244], [-68.740883, 44.666965], [-68.740938, 44.66685], [-68.740964, 44.666796], [-68.741065, 44.666582], [-68.741085, 44.666541], [-68.741618, 44.66543], [-68.7431, 44.662332], [-68.743953, 44.660579], [-68.74943, 44.661388], [-68.749478, 44.661392], [-68.749822, 44.661447], [-68.755189, 44.662219], [-68.756083, 44.662352], [-68.757645, 44.662576], [-68.75783, 44.661991], [-68.760587, 44.662483], [-68.764398, 44.663116], [-68.764707, 44.663167], [-68.765943, 44.663376], [-68.771901, 44.664448], [-68.771866, 44.664536], [-68.771838, 44.664591], [-68.771257, 44.665746], [-68.770027, 44.668237], [-68.768807, 44.670728], [-68.767555, 44.673219], [-68.766839, 44.674678], [-68.766336, 44.675706], [-68.767395, 44.675893], [-68.767497, 44.675911], [-68.771329, 44.676597], [-68.771658, 44.676654], [-68.771974, 44.676711], [-68.772499, 44.676805], [-68.773032, 44.6769], [-68.773513, 44.676986], [-68.774034, 44.677079], [-68.774513, 44.677165], [-68.775017, 44.677255], [-68.775544, 44.677349], [-68.775601, 44.677359], [-68.775655, 44.677368], [-68.775692, 44.677375], [-68.775748, 44.677385], [-68.775807, 44.677396], [-68.775852, 44.677407], [-68.776182, 44.677463], [-68.777007, 44.67761], [-68.777805, 44.677753], [-68.778519, 44.67788], [-68.779121, 44.677988], [-68.77925, 44.678011], [-68.779656, 44.678084], [-68.779905, 44.678129], [-68.780229, 44.678187], [-68.780919, 44.678309], [-68.781048, 44.678782], [-68.785121, 44.678439], [-68.785305, 44.680159], [-68.785465, 44.681671], [-68.78572, 44.684022], [-68.785983, 44.686651], [-68.78741, 44.686424], [-68.790311, 44.685921], [-68.79289, 44.685493], [-68.793173, 44.686637], [-68.793819, 44.686467], [-68.794272, 44.687841], [-68.794683, 44.68772], [-68.796955, 44.687089], [-68.797799, 44.688828], [-68.799457, 44.688372], [-68.799923, 44.688242], [-68.805338, 44.686703], [-68.807188, 44.686166], [-68.810624, 44.685213], [-68.810799, 44.685164], [-68.810988, 44.68511], [-68.811712, 44.684906], [-68.812086, 44.684799], [-68.812229, 44.684759], [-68.8123, 44.684738], [-68.81241, 44.684708], [-68.812739, 44.684614], [-68.813263, 44.684465], [-68.813951, 44.684269], [-68.813967, 44.684265], [-68.814539, 44.684099], [-68.815793, 44.683754], [-68.815861, 44.684286], [-68.815992, 44.684758], [-68.816245, 44.685299], [-68.816537, 44.685804], [-68.816854, 44.686178], [-68.817086, 44.686412], [-68.8176, 44.686823], [-68.818313, 44.687206], [-68.818683, 44.68736], [-68.81925, 44.687514], [-68.819929, 44.687596], [-68.821056, 44.687616], [-68.821823, 44.687671], [-68.822416, 44.687739], [-68.822959, 44.687848], [-68.825624, 44.688564], [-68.827412, 44.689048], [-68.831224, 44.690062], [-68.832876, 44.690523], [-68.834886, 44.691049], [-68.835613, 44.69132], [-68.835945, 44.691491], [-68.836499, 44.691834], [-68.837025, 44.69233], [-68.837414, 44.692893], [-68.837619, 44.693317], [-68.837739, 44.693663], [-68.837834, 44.69401], [-68.837844, 44.694321], [-68.837812, 44.694915], [-68.837721, 44.695293], [-68.837442, 44.695765], [-68.836543, 44.697024], [-68.836242, 44.697618], [-68.836254, 44.697663], [-68.836207, 44.697973], [-68.836218, 44.698536], [-68.836301, 44.699063], [-68.836299, 44.699189], [-68.836331, 44.69922], [-68.836367, 44.699441], [-68.836545, 44.700076], [-68.837004, 44.701328], [-68.837042, 44.70135], [-68.837206, 44.701621], [-68.837257, 44.701648], [-68.837338, 44.70185], [-68.837529, 44.702125], [-68.837876, 44.702054], [-68.839687, 44.701733], [-68.839752, 44.701719], [-68.843798, 44.700995], [-68.844052, 44.700951], [-68.844239, 44.700918], [-68.844329, 44.700901], [-68.849088, 44.700053], [-68.853999, 44.69915], [-68.862175, 44.697654], [-68.865978, 44.696959], [-68.865807, 44.696135], [-68.865799, 44.696098], [-68.865738, 44.695797], [-68.865357, 44.694217], [-68.869427, 44.693568], [-68.869508, 44.693556], [-68.869805, 44.693506], [-68.871145, 44.693292], [-68.871283, 44.693269], [-68.874446, 44.692764], [-68.874482, 44.69276], [-68.876148, 44.692469], [-68.87748, 44.692254], [-68.879197, 44.691968], [-68.887714, 44.690564], [-68.892388, 44.689803], [-68.895884, 44.689248], [-68.896726, 44.691724], [-68.904072, 44.690475], [-68.910377, 44.689404], [-68.924465, 44.687029], [-68.927034, 44.686597], [-68.928903, 44.686278], [-68.928974, 44.686266], [-68.950477, 44.682632], [-68.952685, 44.682261], [-68.955012, 44.681872], [-68.961793, 44.680734], [-68.962147, 44.680674], [-68.963733, 44.680407], [-68.970012, 44.679353], [-68.973614, 44.678751], [-68.977771, 44.678049], [-68.98058, 44.677564], [-68.985193, 44.676801], [-68.987168, 44.676475], [-68.993592, 44.675395], [-68.995886, 44.675008], [-68.999484, 44.674396], [-69.00135, 44.673933], [-69.001893, 44.673838], [-69.003725, 44.673537], [-69.003896, 44.67351], [-69.006099, 44.673145], [-69.007832, 44.672857], [-69.008479, 44.672749], [-69.010844, 44.672348], [-69.013209, 44.671951], [-69.014167, 44.671794], [-69.015555, 44.671569], [-69.01563, 44.671555], [-69.017901, 44.671177], [-69.020252, 44.670789], [-69.021522, 44.670573], [-69.021609, 44.670559], [-69.022573, 44.670397], [-69.024895, 44.670005], [-69.02591, 44.66984], [-69.027221, 44.669626], [-69.028212, 44.669451], [-69.029572, 44.669216], [-69.029646, 44.669203], [-69.031527, 44.668892], [-69.031917, 44.668828], [-69.034263, 44.668427], [-69.036604, 44.668039], [-69.038944, 44.667647], [-69.039627, 44.667534], [-69.041289, 44.667254], [-69.043625, 44.666862], [-69.045946, 44.666474], [-69.048263, 44.66609], [-69.050575, 44.665707], [-69.051213, 44.665599], [-69.052881, 44.665323], [-69.055202, 44.66493], [-69.055371, 44.664899], [-69.057524, 44.664538], [-69.05984, 44.664145], [-69.05995, 44.664122], [-69.060051, 44.664106], [-69.060253, 44.664073], [-69.060998, 44.663946], [-69.062146, 44.663748], [-69.062196, 44.663743], [-69.063514, 44.663517], [-69.064449, 44.663355], [-69.066062, 44.663093], [-69.066325, 44.663061], [-69.066377, 44.663038], [-69.066788, 44.662975], [-69.067292, 44.662885], [-69.067839, 44.66279], [-69.06877, 44.662627], [-69.06898, 44.662593], [-69.069117, 44.662569], [-69.069158, 44.66256], [-69.069329, 44.662533], [-69.069746, 44.66246], [-69.070957, 44.662262], [-69.071479, 44.662171], [-69.071681, 44.66214], [-69.072777, 44.661959], [-69.072902, 44.661938], [-69.072981, 44.661923], [-69.073674, 44.661805], [-69.074073, 44.661742], [-69.074234, 44.661715], [-69.074349, 44.661692], [-69.07587, 44.661439], [-69.078061, 44.661073], [-69.078928, 44.660924], [-69.079881, 44.660766], [-69.080242, 44.660707], [-69.080411, 44.66068], [-69.082587, 44.660318], [-69.084789, 44.659952], [-69.084932, 44.659929], [-69.087277, 44.659536], [-69.088631, 44.65931], [-69.110522, 44.655743], [-69.11089, 44.655682], [-69.114934, 44.655022], [-69.115636, 44.654908], [-69.116782, 44.654721], [-69.124486, 44.653465], [-69.1249, 44.653402], [-69.125291, 44.653338], [-69.125726, 44.653266], [-69.126186, 44.653193], [-69.126476, 44.653147], [-69.126666, 44.653116], [-69.128605, 44.652808], [-69.131023, 44.652423], [-69.133442, 44.652037], [-69.135865, 44.651647], [-69.137376, 44.651402], [-69.138294, 44.651257], [-69.139448, 44.651071], [-69.140722, 44.650863], [-69.143135, 44.650468], [-69.145543, 44.650096], [-69.147537, 44.649774], [-69.147941, 44.64971], [-69.15034, 44.64932], [-69.152677, 44.648961], [-69.155035, 44.648585], [-69.157388, 44.648212], [-69.158639, 44.648017], [-69.159575, 44.647872], [-69.161198, 44.647622], [-69.161746, 44.647536], [-69.163923, 44.647186], [-69.166037, 44.646848], [-69.166099, 44.646836], [-69.166273, 44.646809], [-69.16826, 44.646495], [-69.170643, 44.646118], [-69.173026, 44.645741], [-69.175388, 44.645359], [-69.176875, 44.645127], [-69.177751, 44.644991], [-69.178516, 44.644868], [-69.183515, 44.644068], [-69.183732, 44.644023], [-69.183886, 44.644693], [-69.184333, 44.646349], [-69.184764, 44.648009], [-69.184818, 44.648216], [-69.184849, 44.648337], [-69.185195, 44.649665], [-69.185633, 44.651321], [-69.186072, 44.652981], [-69.186511, 44.654637], [-69.18695, 44.656292], [-69.187221, 44.657318], [-69.187267, 44.657484], [-69.18734, 44.657768], [-69.187388, 44.657953], [-69.187505, 44.658391], [-69.187827, 44.659608], [-69.188266, 44.661264], [-69.188346, 44.66157], [-69.188705, 44.662924], [-69.18912, 44.66463], [-69.189389, 44.665698], [-69.189434, 44.665876], [-69.189551, 44.666339], [-69.189981, 44.668049], [-69.19042, 44.669745], [-69.190589, 44.670424], [-69.190595, 44.670447], [-69.190835, 44.67141], [-69.191258, 44.67307], [-69.191327, 44.673345], [-69.191348, 44.673409], [-69.191362, 44.673451], [-69.191681, 44.674735], [-69.192105, 44.6764], [-69.192528, 44.67806], [-69.192951, 44.679725], [-69.193366, 44.681385], [-69.193789, 44.68305], [-69.19382, 44.683167], [-69.193848, 44.683266], [-69.193924, 44.683567], [-69.194221, 44.684715], [-69.19466, 44.686375], [-69.194961, 44.687558], [-69.195083, 44.688039], [-69.195507, 44.689704], [-69.19593, 44.691364], [-69.196353, 44.693029], [-69.196769, 44.694689], [-69.1972, 44.696354], [-69.197294, 44.696723], [-69.197537, 44.697672], [-69.198046, 44.699602], [-69.198051, 44.69976], [-69.198053, 44.699783], [-69.198054, 44.699823], [-69.198085, 44.699931], [-69.198123, 44.700075], [-69.198149, 44.700205], [-69.198186, 44.700363], [-69.198192, 44.700399], [-69.198198, 44.700435], [-69.198242, 44.700634], [-69.198248, 44.70066], [-69.19829, 44.700786], [-69.19831, 44.700894], [-69.198366, 44.701114], [-69.198403, 44.701281], [-69.198598, 44.702073], [-69.199276, 44.704867], [-69.199927, 44.707661], [-69.200603, 44.710486], [-69.201121, 44.712687], [-69.201251, 44.713258], [-69.201887, 44.715818], [-69.202499, 44.718302], [-69.203083, 44.720808], [-69.203655, 44.723147], [-69.203659, 44.723192], [-69.203911, 44.724268], [-69.204003, 44.724655], [-69.204356, 44.726121], [-69.204801, 44.727975], [-69.204893, 44.728349], [-69.2052, 44.729586], [-69.205513, 44.729549], [-69.205681, 44.729526], [-69.206289, 44.729453], [-69.208209, 44.729216], [-69.209276, 44.72908], [-69.209396, 44.729065], [-69.210732, 44.728896], [-69.212117, 44.728718], [-69.213256, 44.728576], [-69.215437, 44.728298], [-69.217614, 44.728041], [-69.219979, 44.727749], [-69.222482, 44.727429], [-69.224973, 44.727122], [-69.227464, 44.726811], [-69.229956, 44.726514], [-69.232411, 44.726212], [-69.233395, 44.726093], [-69.234865, 44.725914], [-69.237325, 44.725599], [-69.239826, 44.725296], [-69.242328, 44.724998], [-69.24483, 44.724696], [-69.247332, 44.724371], [-69.249493, 44.724065], [-69.251351, 44.723831], [-69.2534, 44.723579], [-69.253649, 44.723548], [-69.254231, 44.723477], [-69.254254, 44.723474], [-69.254325, 44.723464], [-69.25545, 44.723322], [-69.256262, 44.723222], [-69.256561, 44.723185], [-69.257503, 44.72307], [-69.259557, 44.722818], [-69.261614, 44.722557], [-69.263663, 44.722309], [-69.265713, 44.722057], [-69.266785, 44.721928], [-69.266965, 44.722718], [-69.267027, 44.722987], [-69.267179, 44.723653], [-69.267361, 44.72445], [-69.267552, 44.725288], [-69.267649, 44.725714], [-69.267745, 44.726136], [-69.267918, 44.726892], [-69.268119, 44.727773], [-69.268153, 44.727922], [-69.268173, 44.728012], [-69.268324, 44.728671], [-69.268485, 44.729376], [-69.268681, 44.730237], [-69.268827, 44.730878], [-69.268995, 44.731613], [-69.269172, 44.732388], [-69.269217, 44.732585], [-69.26935, 44.733169], [-69.269417, 44.733463], [-69.269597, 44.734253], [-69.269752, 44.734931], [-69.269949, 44.735794], [-69.270118, 44.736533], [-69.270291, 44.737292], [-69.270482, 44.738128], [-69.270673, 44.738969], [-69.270845, 44.739721], [-69.27101, 44.740444], [-69.271203, 44.741291], [-69.271356, 44.741962], [-69.271514, 44.742652], [-69.271682, 44.743388], [-69.271871, 44.744219], [-69.271935, 44.744498], [-69.272085, 44.745171], [-69.272249, 44.745901], [-69.272381, 44.746491], [-69.272434, 44.746732], [-69.272563, 44.747308], [-69.272713, 44.74798], [-69.272879, 44.74872], [-69.27305, 44.749486], [-69.273182, 44.750077], [-69.273235, 44.750315], [-69.273333, 44.750755], [-69.273387, 44.750999], [-69.273478, 44.751413], [-69.273602, 44.751971], [-69.273651, 44.752183], [-69.273729, 44.752517], [-69.273827, 44.752938], [-69.273989, 44.753641], [-69.274051, 44.75391], [-69.274204, 44.75457], [-69.274275, 44.754877], [-69.274313, 44.755048], [-69.274383, 44.755362], [-69.274486, 44.755831], [-69.274663, 44.756636], [-69.274697, 44.756789], [-69.274866, 44.75753], [-69.274916, 44.757752], [-69.275072, 44.758433], [-69.275136, 44.758714], [-69.275175, 44.75888], [-69.275329, 44.759543], [-69.275361, 44.759677], [-69.275554, 44.760544], [-69.275568, 44.760608], [-69.275707, 44.761234], [-69.275731, 44.761342], [-69.275777, 44.761543], [-69.275821, 44.761736], [-69.277222, 44.767973], [-69.277882, 44.770852], [-69.278107, 44.771822], [-69.278509, 44.773555], [-69.278762, 44.774694], [-69.278982, 44.775652], [-69.279211, 44.776623], [-69.279426, 44.777595], [-69.279655, 44.778562], [-69.279871, 44.779525], [-69.280086, 44.780497], [-69.280311, 44.781469], [-69.280526, 44.782436], [-69.280742, 44.783403], [-69.280929, 44.784199], [-69.280973, 44.784391], [-69.281052, 44.784734], [-69.281181, 44.78531], [-69.281397, 44.786241], [-69.281616, 44.787199], [-69.281846, 44.788203], [-69.28186, 44.788267], [-69.282052, 44.789113], [-69.282264, 44.790056], [-69.282484, 44.791019], [-69.282698, 44.791964], [-69.282747, 44.792159], [-69.282919, 44.79294], [-69.283135, 44.793912], [-69.283331, 44.794862], [-69.283575, 44.795819], [-69.283786, 44.796737], [-69.284023, 44.797803], [-69.284176, 44.798487], [-69.284275, 44.79892], [-69.284387, 44.799413], [-69.284602, 44.800347], [-69.284814, 44.801312], [-69.28503, 44.802261], [-69.28525, 44.80321], [-69.285466, 44.804159], [-69.285889, 44.806058], [-69.286114, 44.807025], [-69.286207, 44.80743], [-69.286336, 44.807988], [-69.285269, 44.808125], [-69.284725, 44.808218], [-69.28413, 44.808291], [-69.28297, 44.808433], [-69.281832, 44.808583], [-69.281275, 44.808657], [-69.281433, 44.809251], [-69.281534, 44.80962], [-69.281561, 44.80972], [-69.28159, 44.809827], [-69.281711, 44.810268], [-69.281822, 44.81067], [-69.28192, 44.811032], [-69.281988, 44.811293], [-69.282062, 44.81155], [-69.282164, 44.811919], [-69.282209, 44.812071], [-69.282408, 44.812809], [-69.282652, 44.8137], [-69.282891, 44.814586], [-69.283131, 44.815472], [-69.28337, 44.816358], [-69.284092, 44.819044], [-69.28434, 44.819939], [-69.284587, 44.820861], [-69.284828, 44.821729], [-69.285067, 44.822624], [-69.285316, 44.823524], [-69.285546, 44.824423], [-69.28561, 44.824648], [-69.285808, 44.825323], [-69.286068, 44.826218], [-69.286194, 44.826681], [-69.286312, 44.827113], [-69.286556, 44.828013], [-69.287053, 44.829789], [-69.287308, 44.830687], [-69.287547, 44.831591], [-69.287627, 44.831822], [-69.287718, 44.832103], [-69.287974, 44.833063], [-69.288289, 44.834233], [-69.288569, 44.835265], [-69.288726, 44.835844], [-69.288833, 44.836221], [-69.289155, 44.837353], [-69.289263, 44.837731], [-69.289526, 44.838686], [-69.289959, 44.840283], [-69.290193, 44.841151], [-69.290436, 44.842019], [-69.290589, 44.842565], [-69.290682, 44.8429], [-69.290926, 44.843772], [-69.291171, 44.844646], [-69.291415, 44.845532], [-69.29166, 44.846418], [-69.291905, 44.847304], [-69.292146, 44.84819], [-69.292392, 44.849087], [-69.292632, 44.849962], [-69.292877, 44.850849], [-69.293113, 44.85173], [-69.293358, 44.852616], [-69.293604, 44.853506], [-69.293704, 44.853867], [-69.293842, 44.854382], [-69.29408, 44.855266], [-69.294322, 44.856158], [-69.294565, 44.857055], [-69.294814, 44.857933], [-69.295059, 44.858823], [-69.2953, 44.859714], [-69.295542, 44.860598], [-69.295786, 44.861491], [-69.296027, 44.862381], [-69.296272, 44.863267], [-69.296655, 44.864653], [-69.296703, 44.864888], [-69.296753, 44.865057], [-69.296998, 44.865948], [-69.297256, 44.866839], [-69.297506, 44.867729], [-69.297755, 44.86862], [-69.298245, 44.870383], [-69.298727, 44.872141], [-69.298976, 44.873023], [-69.299226, 44.873905], [-69.299467, 44.874782], [-69.299545, 44.875065], [-69.299839, 44.875953], [-69.29993, 44.876217], [-69.300799, 44.878835], [-69.300966, 44.879362], [-69.301264, 44.880263], [-69.301994, 44.882473], [-69.302166, 44.882994], [-69.30222, 44.883163], [-69.302614, 44.884347], [-69.302858, 44.885343], [-69.303149, 44.886533], [-69.303445, 44.887743], [-69.303747, 44.888885], [-69.303889, 44.889421], [-69.304178, 44.8906], [-69.304466, 44.891773], [-69.304836, 44.893282], [-69.305118, 44.894432], [-69.305447, 44.895719], [-69.305521, 44.895988], [-69.30557, 44.896182], [-69.30589, 44.897406], [-69.306167, 44.898462], [-69.306484, 44.899667], [-69.30671, 44.900511], [-69.307009, 44.901624], [-69.307021, 44.901665], [-69.307054, 44.90179], [-69.307149, 44.902143], [-69.30732, 44.90278], [-69.307577, 44.903705], [-69.307817, 44.90457], [-69.30809, 44.905553], [-69.308162, 44.905811], [-69.308324, 44.9064], [-69.308374, 44.906583], [-69.30866, 44.907653], [-69.308953, 44.90873], [-69.30922, 44.909696], [-69.309311, 44.910026], [-69.309576, 44.910981], [-69.309808, 44.911816], [-69.310087, 44.912816], [-69.310306, 44.913606], [-69.310443, 44.914096], [-69.310687, 44.914973], [-69.310805, 44.915391], [-69.310973, 44.915994], [-69.311302, 44.917177], [-69.311549, 44.918103], [-69.311791, 44.919016], [-69.312091, 44.92006], [-69.312326, 44.920874], [-69.312824, 44.922682], [-69.313295, 44.924463], [-69.313802, 44.926222], [-69.313879, 44.926488], [-69.31431, 44.92798], [-69.314452, 44.928461], [-69.31483, 44.929737], [-69.314896, 44.92996], [-69.315187, 44.931003], [-69.315325, 44.931493], [-69.315971, 44.933749], [-69.31633, 44.935002], [-69.31683, 44.936741], [-69.316965, 44.937303], [-69.318834, 44.943742], [-69.319352, 44.945606], [-69.320555, 44.94968], [-69.320685, 44.950165], [-69.321076, 44.951618], [-69.321206, 44.952104], [-69.321356, 44.952653], [-69.321836, 44.954421], [-69.322082, 44.955329], [-69.322317, 44.956193], [-69.322797, 44.957956], [-69.323278, 44.959719], [-69.323759, 44.961464], [-69.32424, 44.963204], [-69.324721, 44.964945], [-69.324985, 44.965904], [-69.325201, 44.96669], [-69.325475, 44.967621], [-69.325688, 44.968391], [-69.326195, 44.97012], [-69.326612, 44.971655], [-69.326645, 44.971747], [-69.326672, 44.971853], [-69.327162, 44.973571], [-69.327595, 44.975054], [-69.327662, 44.975297], [-69.328142, 44.977], [-69.328449, 44.978077], [-69.328632, 44.97872], [-69.328743, 44.979109], [-69.328953, 44.979846], [-69.328993, 44.979988], [-69.329158, 44.980566], [-69.329406, 44.981435], [-69.329652, 44.982298], [-69.329681, 44.982401], [-69.329859, 44.983001], [-69.330023, 44.983594], [-69.330385, 44.984913], [-69.330861, 44.986599], [-69.330903, 44.986751], [-69.330949, 44.986901], [-69.331373, 44.988392], [-69.331893, 44.990197], [-69.332079, 44.99091], [-69.332273, 44.991628], [-69.332448, 44.992174], [-69.332461, 44.992222], [-69.3325, 44.992365], [-69.332513, 44.992414], [-69.332829, 44.993575], [-69.332934, 44.99395], [-69.332969, 44.994072], [-69.333453, 44.995794], [-69.333977, 44.997659], [-69.334484, 44.999462], [-69.334649, 45.000078], [-69.334743, 45.000618], [-69.335265, 45.002466], [-69.335611, 45.003711], [-69.335621, 45.003752], [-69.335777, 45.004314], [-69.336333, 45.006167], [-69.336834, 45.008014], [-69.337011, 45.008604], [-69.337389, 45.009859], [-69.337736, 45.011082], [-69.337743, 45.011108], [-69.337803, 45.011312], [-69.337913, 45.011707], [-69.338309, 45.013114], [-69.338322, 45.01316], [-69.338434, 45.013556], [-69.338833, 45.014891], [-69.338964, 45.015346], [-69.338979, 45.0154], [-69.339036, 45.015611], [-69.339452, 45.017103], [-69.339477, 45.017189], [-69.339681, 45.017907], [-69.339724, 45.018058], [-69.33976, 45.018194], [-69.33992, 45.01874], [-69.340087, 45.019326], [-69.340297, 45.020046], [-69.340536, 45.020868], [-69.340708, 45.021459], [-69.340937, 45.022252], [-69.341082, 45.022744], [-69.341086, 45.022759], [-69.341296, 45.023529], [-69.341475, 45.024181], [-69.341582, 45.024574], [-69.341819, 45.025398], [-69.342024, 45.026114], [-69.342163, 45.026602], [-69.342228, 45.026824], [-69.342457, 45.02762], [-69.342628, 45.028212], [-69.342868, 45.029048], [-69.343102, 45.029859], [-69.34315, 45.03003], [-69.34333, 45.030679], [-69.34356, 45.031514], [-69.343652, 45.031846], [-69.343906, 45.032694], [-69.344114, 45.033389], [-69.344171, 45.033577], [-69.344385, 45.034329], [-69.344566, 45.034981], [-69.344709, 45.035493], [-69.344939, 45.03631], [-69.345167, 45.037125], [-69.345221, 45.037318], [-69.345378, 45.037877], [-69.345387, 45.037899], [-69.345605, 45.038686], [-69.345734, 45.039144], [-69.345957, 45.039887], [-69.346064, 45.040254], [-69.346073, 45.040284], [-69.346177, 45.040622], [-69.346279, 45.040961], [-69.346309, 45.041059], [-69.34645, 45.041574], [-69.346653, 45.042303], [-69.346755, 45.04267], [-69.346949, 45.04331], [-69.347001, 45.043487], [-69.347263, 45.044361], [-69.347495, 45.045186], [-69.347727, 45.046016], [-69.34796, 45.046796], [-69.348214, 45.047648], [-69.348447, 45.048473], [-69.348678, 45.04929], [-69.348911, 45.050087], [-69.3491, 45.050736], [-69.349156, 45.050923], [-69.349278, 45.051345], [-69.349491, 45.052077], [-69.34963, 45.052554], [-69.349869, 45.053375], [-69.350106, 45.054187], [-69.350356, 45.055032], [-69.350581, 45.055792], [-69.350807, 45.056622], [-69.350917, 45.057029], [-69.351023, 45.057416], [-69.351269, 45.058252], [-69.351499, 45.059034], [-69.351719, 45.059779], [-69.351944, 45.060544], [-69.351975, 45.060649], [-69.352217, 45.06148], [-69.352389, 45.062073], [-69.352444, 45.062257], [-69.352491, 45.062416], [-69.352531, 45.062554], [-69.35258, 45.062721], [-69.352612, 45.06283], [-69.352724, 45.063219], [-69.352848, 45.063643], [-69.352927, 45.063914], [-69.353403, 45.065546], [-69.353454, 45.06573], [-69.353561, 45.066119], [-69.353665, 45.066491], [-69.353737, 45.066749], [-69.35376, 45.066836], [-69.353778, 45.0669], [-69.353824, 45.067061], [-69.353845, 45.067138], [-69.353856, 45.067178], [-69.353867, 45.067219], [-69.354321, 45.068797], [-69.354785, 45.070412], [-69.35525, 45.072026], [-69.355358, 45.072399], [-69.355393, 45.072522], [-69.355667, 45.073469], [-69.354845, 45.073589], [-69.353257, 45.073801], [-69.353181, 45.073811], [-69.353096, 45.073823], [-69.353009, 45.073835], [-69.352952, 45.073843], [-69.352845, 45.073858], [-69.352791, 45.073865], [-69.352684, 45.07388], [-69.35262, 45.073889], [-69.352545, 45.073899], [-69.352524, 45.073902], [-69.352437, 45.073914], [-69.352298, 45.073933], [-69.352188, 45.073948], [-69.352077, 45.073963], [-69.351941, 45.073981], [-69.350191, 45.074217], [-69.349534, 45.074306], [-69.347882, 45.074529], [-69.347127, 45.074632], [-69.346232, 45.074754], [-69.345551, 45.074846], [-69.344488, 45.074994], [-69.343208, 45.075173], [-69.342703, 45.075242], [-69.340866, 45.075489], [-69.340108, 45.075598], [-69.33949, 45.075681], [-69.339191, 45.075723], [-69.338776, 45.075781], [-69.338555, 45.075808], [-69.336234, 45.076141], [-69.334995, 45.076299], [-69.33495, 45.076306], [-69.334894, 45.076314], [-69.333924, 45.076438], [-69.333102, 45.076544], [-69.331614, 45.076737], [-69.330958, 45.076826], [-69.330868, 45.076839], [-69.330744, 45.076857], [-69.329903, 45.076972], [-69.329292, 45.077055], [-69.326971, 45.077376], [-69.324661, 45.077685], [-69.322834, 45.077928], [-69.322668, 45.077951], [-69.322615, 45.077958], [-69.322318, 45.077997], [-69.321266, 45.078149], [-69.320925, 45.078197], [-69.320863, 45.078206], [-69.320529, 45.078254], [-69.320303, 45.078286], [-69.319975, 45.078332], [-69.319817, 45.078353], [-69.319637, 45.078377], [-69.319486, 45.078397], [-69.317633, 45.078641], [-69.315856, 45.078893], [-69.31571, 45.078911], [-69.315257, 45.078976], [-69.31461, 45.079063], [-69.314467, 45.079082], [-69.314371, 45.079095], [-69.312971, 45.079279], [-69.312903, 45.079288], [-69.312724, 45.079316], [-69.312046, 45.079403], [-69.311797, 45.079435], [-69.310549, 45.079605], [-69.308195, 45.079895], [-69.30714, 45.080038], [-69.30677, 45.080086], [-69.305809, 45.080212], [-69.303455, 45.080543], [-69.303274, 45.080567], [-69.302191, 45.080712], [-69.301112, 45.080855], [-69.298769, 45.081167], [-69.296417, 45.081484], [-69.296294, 45.0815], [-69.294083, 45.081796], [-69.29174, 45.082108], [-69.289397, 45.08242], [-69.28917, 45.082453], [-69.289005, 45.082475], [-69.288813, 45.082501], [-69.28873, 45.082513], [-69.288503, 45.082544], [-69.288363, 45.082564], [-69.288198, 45.082587], [-69.287999, 45.082615], [-69.287819, 45.08264], [-69.287686, 45.082659], [-69.287498, 45.082685], [-69.287364, 45.082703], [-69.287248, 45.08272], [-69.287117, 45.082738], [-69.287032, 45.08275], [-69.286872, 45.082772], [-69.286696, 45.082796], [-69.286524, 45.08282], [-69.286401, 45.082837], [-69.28635, 45.082844], [-69.286208, 45.082863], [-69.286013, 45.08289], [-69.285831, 45.082915], [-69.285654, 45.082939], [-69.28545, 45.082968], [-69.285272, 45.082992], [-69.285068, 45.08302], [-69.284884, 45.083045], [-69.284667, 45.083075], [-69.284413, 45.08311], [-69.284078, 45.083156], [-69.283735, 45.083202], [-69.283561, 45.083226], [-69.283348, 45.083255], [-69.283159, 45.083281], [-69.282938, 45.083311], [-69.282739, 45.083338], [-69.282573, 45.083361], [-69.282424, 45.083381], [-69.282313, 45.083396], [-69.28203, 45.083435], [-69.281692, 45.083481], [-69.281376, 45.083524], [-69.281137, 45.083556], [-69.281022, 45.083572], [-69.280871, 45.083593], [-69.280625, 45.083626], [-69.280459, 45.083649], [-69.280246, 45.083678], [-69.280052, 45.083704], [-69.279958, 45.083717], [-69.279399, 45.083793], [-69.278962, 45.083853], [-69.278703, 45.083888], [-69.27843, 45.083925], [-69.278148, 45.083964], [-69.277987, 45.083986], [-69.277784, 45.084013], [-69.277604, 45.084038], [-69.276951, 45.084127], [-69.276532, 45.084184], [-69.276147, 45.084236], [-69.275711, 45.084296], [-69.275513, 45.084323], [-69.275301, 45.084352], [-69.27525, 45.084359], [-69.274755, 45.084426], [-69.274026, 45.084525], [-69.273433, 45.084606], [-69.273134, 45.084647], [-69.272943, 45.084673], [-69.272895, 45.084679], [-69.271051, 45.084931], [-69.270575, 45.084995], [-69.268402, 45.085274], [-69.266211, 45.085567], [-69.265759, 45.085627], [-69.2656, 45.085647], [-69.263699, 45.0859], [-69.262189, 45.0861], [-69.261189, 45.086233], [-69.260289, 45.086356], [-69.258835, 45.086562], [-69.256524, 45.086873], [-69.25457, 45.087139], [-69.254212, 45.087185], [-69.251901, 45.087496], [-69.250763, 45.087652], [-69.250262, 45.08772], [-69.250068, 45.087747], [-69.249957, 45.087762], [-69.249897, 45.08777], [-69.24959, 45.087811], [-69.24949, 45.087834], [-69.246914, 45.088164], [-69.246653, 45.0882], [-69.244107, 45.088548], [-69.24336, 45.088648], [-69.240061, 45.089097], [-69.236772, 45.089531], [-69.236615, 45.089552], [-69.235926, 45.089645], [-69.234925, 45.089778], [-69.234734, 45.089801], [-69.234253, 45.089866], [-69.233536, 45.089963], [-69.232135, 45.090151], [-69.232119, 45.090154], [-69.232021, 45.090166], [-69.230294, 45.090391], [-69.227351, 45.090783], [-69.22441, 45.091177], [-69.223846, 45.09125], [-69.221469, 45.091569], [-69.221443, 45.091574], [-69.218552, 45.091957], [-69.215644, 45.092341], [-69.214671, 45.092473], [-69.212735, 45.092738], [-69.212651, 45.092749], [-69.212593, 45.092757], [-69.212331, 45.092793], [-69.210951, 45.092975], [-69.210296, 45.093062], [-69.209512, 45.093162], [-69.206617, 45.093555], [-69.204618, 45.093818], [-69.204571, 45.093824], [-69.204498, 45.093832], [-69.204066, 45.093879], [-69.202203, 45.094148], [-69.201749, 45.094212], [-69.200273, 45.09443], [-69.198606, 45.094672], [-69.197882, 45.094773], [-69.196907, 45.094909], [-69.196212, 45.095009], [-69.195887, 45.09506], [-69.195581, 45.095109], [-69.195191, 45.095171], [-69.194977, 45.095205], [-69.19323, 45.095437], [-69.192592, 45.095541], [-69.191504, 45.095719], [-69.189797, 45.09596], [-69.187854, 45.096207], [-69.187239, 45.096293], [-69.185901, 45.09648], [-69.184859, 45.096626], [-69.183975, 45.096726], [-69.183552, 45.096781], [-69.182366, 45.096945], [-69.180467, 45.097213], [-69.179535, 45.097341], [-69.178577, 45.097468], [-69.17736, 45.097664], [-69.176567, 45.097778], [-69.175542, 45.097919], [-69.175304, 45.097955], [-69.175161, 45.097977], [-69.175041, 45.097996], [-69.173615, 45.098201], [-69.170747, 45.098601], [-69.167878, 45.099001], [-69.165009, 45.099406], [-69.163647, 45.099593], [-69.162153, 45.099797], [-69.16089, 45.099976], [-69.160734, 45.099997], [-69.159605, 45.100156], [-69.158571, 45.100297], [-69.157126, 45.100494], [-69.156703, 45.100552], [-69.15625, 45.100617], [-69.154475, 45.100869], [-69.154171, 45.100913], [-69.1538, 45.100966], [-69.153558, 45.100997], [-69.152788, 45.101105], [-69.151995, 45.101216], [-69.151474, 45.101288], [-69.150911, 45.101366], [-69.150314, 45.101453], [-69.150015, 45.101497], [-69.149148, 45.101616], [-69.148533, 45.1017], [-69.147989, 45.101774], [-69.145092, 45.102165], [-69.144016, 45.10232], [-69.142954, 45.102474], [-69.142197, 45.10256], [-69.13971, 45.102915], [-69.137248, 45.103249], [-69.137104, 45.103269], [-69.134544, 45.103618], [-69.133584, 45.103755], [-69.131591, 45.104036], [-69.130023, 45.104249], [-69.129795, 45.104281], [-69.129567, 45.104313], [-69.129154, 45.104367], [-69.128616, 45.10444], [-69.127911, 45.10454], [-69.127776, 45.104558], [-69.12761, 45.104581], [-69.126294, 45.104767], [-69.125546, 45.104866], [-69.125445, 45.10488], [-69.125288, 45.1049], [-69.124994, 45.104939], [-69.124485, 45.105066], [-69.124035, 45.105129], [-69.121984, 45.105424], [-69.119894, 45.105719], [-69.117804, 45.106009], [-69.115714, 45.106299], [-69.113623, 45.106585], [-69.111535, 45.106879], [-69.109911, 45.107124], [-69.109857, 45.107132], [-69.109656, 45.107161], [-69.109575, 45.107173], [-69.109443, 45.107192], [-69.107604, 45.107453], [-69.105455, 45.107733], [-69.103333, 45.108044], [-69.102413, 45.10818], [-69.101264, 45.108343], [-69.099208, 45.108637], [-69.097654, 45.108868], [-69.094927, 45.109244], [-69.094438, 45.109316], [-69.092288, 45.109624], [-69.090745, 45.10985], [-69.090139, 45.109936], [-69.087948, 45.110235], [-69.085746, 45.110538], [-69.083607, 45.110864], [-69.082983, 45.110948], [-69.082936, 45.110954], [-69.081437, 45.111154], [-69.079246, 45.111493], [-69.077065, 45.111787], [-69.074884, 45.112099], [-69.073072, 45.112356], [-69.072704, 45.112411], [-69.071195, 45.112619], [-69.070502, 45.112714], [-69.069282, 45.112881], [-69.069073, 45.11291], [-69.068301, 45.113017], [-69.066099, 45.113333], [-69.066067, 45.113337], [-69.065923, 45.113361], [-69.065899, 45.113365], [-69.065811, 45.113377], [-69.065599, 45.113406], [-69.065353, 45.11344], [-69.065091, 45.113476], [-69.064792, 45.113518], [-69.064574, 45.113548], [-69.064437, 45.113567], [-69.064226, 45.113596], [-69.064077, 45.113617], [-69.063907, 45.11364], [-69.061716, 45.113943], [-69.059525, 45.114268], [-69.057334, 45.114571], [-69.055153, 45.114887], [-69.052972, 45.115208], [-69.050791, 45.115515], [-69.050667, 45.115533], [-69.04861, 45.115826], [-69.046408, 45.116106], [-69.046003, 45.116178], [-69.04594, 45.116189], [-69.044903, 45.116363], [-69.044684, 45.116402], [-69.044258, 45.116476], [-69.043307, 45.11662], [-69.042856, 45.116688], [-69.042239, 45.116783], [-69.042077, 45.11681], [-69.040045, 45.117126], [-69.03809, 45.117432], [-69.036576, 45.117676], [-69.036472, 45.117693], [-69.035971, 45.117775], [-69.0347, 45.117974], [-69.034539, 45.117996], [-69.033832, 45.118104], [-69.031703, 45.118452], [-69.029521, 45.118799], [-69.02735, 45.119119], [-69.026896, 45.119191], [-69.026718, 45.119218], [-69.0252, 45.119466], [-69.02305, 45.119804], [-69.020889, 45.120137], [-69.018729, 45.12048], [-69.016996, 45.12075], [-69.016629, 45.120809], [-69.016547, 45.120822], [-69.014345, 45.121183], [-69.014199, 45.121205], [-69.012143, 45.12152], [-69.009941, 45.121863], [-69.008655, 45.122068], [-69.007922, 45.122186], [-69.0078, 45.122205], [-69.00667, 45.122386], [-69.005998, 45.122493], [-69.005711, 45.122539], [-69.00566, 45.122547], [-69.00445, 45.122738], [-69.003993, 45.12281], [-69.003659, 45.122863], [-69.00352, 45.122885], [-69.00138, 45.123222], [-68.999483, 45.123524], [-68.999296, 45.12361], [-68.998706, 45.123704], [-68.996164, 45.124087], [-68.995494, 45.12419], [-68.994453, 45.124351], [-68.994214, 45.124388], [-68.99287, 45.124604], [-68.991526, 45.12482], [-68.990182, 45.125031], [-68.989961, 45.125058], [-68.987781, 45.125301], [-68.984802, 45.125679], [-68.983599, 45.125841], [-68.980185, 45.126299], [-68.978991, 45.126479], [-68.978928, 45.126488], [-68.978775, 45.126511], [-68.977302, 45.126726], [-68.976806, 45.126794], [-68.974405, 45.127099], [-68.97352, 45.127216], [-68.9735, 45.127216], [-68.971494, 45.127481], [-68.971027, 45.127545], [-68.968571, 45.127881], [-68.965647, 45.128276], [-68.965181, 45.128344], [-68.96485, 45.128389], [-68.962723, 45.128676], [-68.962569, 45.128699], [-68.962541, 45.128703], [-68.962455, 45.128716], [-68.959798, 45.129075], [-68.959652, 45.129098], [-68.956875, 45.129466], [-68.95395, 45.129856], [-68.951026, 45.130247], [-68.950018, 45.13038], [-68.949347, 45.130468], [-68.948821, 45.130538], [-68.948453, 45.130586], [-68.948102, 45.130633], [-68.947483, 45.130715], [-68.946766, 45.13081], [-68.946145, 45.130893], [-68.945759, 45.130944], [-68.94539, 45.130993], [-68.945165, 45.131023], [-68.942187, 45.131431], [-68.939209, 45.131839], [-68.936231, 45.132247], [-68.933253, 45.132646], [-68.931166, 45.132924], [-68.930598, 45.133], [-68.930542, 45.133009], [-68.930274, 45.133045], [-68.929394, 45.133161], [-68.927296, 45.133443], [-68.924318, 45.133842], [-68.92242, 45.134093], [-68.92134, 45.13424], [-68.918486, 45.134621], [-68.918361, 45.134639], [-68.915383, 45.135037], [-68.912404, 45.135431], [-68.910406, 45.1357], [-68.90942, 45.13583], [-68.906434, 45.136246], [-68.906146, 45.136286], [-68.903442, 45.136644], [-68.900463, 45.137042], [-68.897694, 45.137403], [-68.897485, 45.137431], [-68.897265, 45.137459], [-68.896765, 45.137525], [-68.89648, 45.137562], [-68.896177, 45.137601], [-68.895797, 45.137651], [-68.895501, 45.13769], [-68.895308, 45.137715], [-68.895031, 45.137751], [-68.894773, 45.137785], [-68.894562, 45.137812], [-68.894506, 45.13782], [-68.892376, 45.13811], [-68.891514, 45.138226], [-68.888522, 45.138633], [-68.885529, 45.13904], [-68.882564, 45.139406], [-68.879632, 45.13979], [-68.879585, 45.139794], [-68.879336, 45.139827], [-68.876606, 45.140192], [-68.876473, 45.140207], [-68.87469, 45.140412], [-68.874472, 45.140437], [-68.873967, 45.14049], [-68.867416, 45.141356], [-68.867184, 45.141387], [-68.863757, 45.141847], [-68.86181, 45.142098], [-68.85982, 45.142355], [-68.858993, 45.142463], [-68.85709, 45.142712], [-68.856587, 45.142783], [-68.856643, 45.142967], [-68.857232, 45.144881], [-68.85771, 45.146439], [-68.858324, 45.148474], [-68.859239, 45.15153], [-68.859362, 45.151941], [-68.860193, 45.154634], [-68.860539, 45.15575], [-68.861577, 45.159208], [-68.863214, 45.164506], [-68.864277, 45.167943], [-68.8652, 45.17096], [-68.865304, 45.1713], [-68.865384, 45.171559], [-68.865447, 45.171766], [-68.865488, 45.171898], [-68.865955, 45.173418], [-68.866677, 45.175652], [-68.866694, 45.175706], [-68.86754, 45.178659], [-68.868339, 45.181432], [-68.868624, 45.182432], [-68.869063, 45.183945], [-68.869871, 45.186768], [-68.87057, 45.189199], [-68.871256, 45.19163], [-68.872287, 45.195178], [-68.87318, 45.198357], [-68.87395, 45.201025], [-68.874397, 45.202544], [-68.874465, 45.202779], [-68.874612, 45.203173], [-68.874741, 45.203521], [-68.874765, 45.203598], [-68.875101, 45.204678], [-68.875425, 45.205832], [-68.875748, 45.206989], [-68.876071, 45.208141], [-68.876409, 45.209298], [-68.876754, 45.210441], [-68.87707, 45.211584], [-68.877251, 45.212234], [-68.877304, 45.212426], [-68.877328, 45.212513], [-68.87737, 45.212665], [-68.877388, 45.212728], [-68.877717, 45.213862], [-68.877978, 45.214759], [-68.878048, 45.215001], [-68.878379, 45.21614], [-68.878587, 45.216859], [-68.878669, 45.217141], [-68.87871, 45.217279], [-68.878893, 45.217915], [-68.878972, 45.218189], [-68.87904, 45.218423], [-68.879371, 45.219562], [-68.879415, 45.219731], [-68.879687, 45.220706], [-68.880009, 45.221803], [-68.880129, 45.222215], [-68.880183, 45.222398], [-68.88044, 45.223281], [-68.880923, 45.224947], [-68.879651, 45.225125], [-68.877336, 45.225451], [-68.874481, 45.225851], [-68.872838, 45.22618], [-68.869617, 45.226635], [-68.869079, 45.226712], [-68.866216, 45.227118], [-68.863755, 45.227448], [-68.862591, 45.227608], [-68.857792, 45.228287], [-68.855626, 45.228595], [-68.852318, 45.229067], [-68.850657, 45.229304], [-68.846146, 45.229928], [-68.839817, 45.230837], [-68.836074, 45.231354], [-68.833534, 45.231697], [-68.832981, 45.231773], [-68.83192, 45.231915], [-68.831042, 45.232046], [-68.830873, 45.232071], [-68.830755, 45.232088], [-68.830137, 45.23218], [-68.829764, 45.232236], [-68.826763, 45.232682], [-68.82094, 45.233546], [-68.814183, 45.23457], [-68.81244, 45.234836], [-68.807503, 45.235585], [-68.800731, 45.236618], [-68.799331, 45.23683], [-68.793524, 45.237712], [-68.787915, 45.238548], [-68.781942, 45.239437], [-68.77739, 45.240121], [-68.776061, 45.240317], [-68.776314, 45.241154], [-68.776943, 45.24328], [-68.777924, 45.246648], [-68.778598, 45.248945], [-68.778908, 45.250053], [-68.778914, 45.25008], [-68.778919, 45.250098], [-68.779315, 45.251647], [-68.77983, 45.253556], [-68.779892, 45.253786], [-68.780418, 45.255781], [-68.780969, 45.257861], [-68.781546, 45.259919], [-68.782136, 45.261977], [-68.782727, 45.264049], [-68.783356, 45.266161], [-68.784293, 45.269538], [-68.784666, 45.270749], [-68.784733, 45.270982], [-68.784754, 45.271057], [-68.784765, 45.271094], [-68.785062, 45.272125], [-68.785215, 45.272654], [-68.78522, 45.272672], [-68.785446, 45.27346], [-68.785597, 45.273985], [-68.785762, 45.274559], [-68.785808, 45.274721], [-68.785838, 45.274827], [-68.785868, 45.274928], [-68.786386, 45.276716], [-68.78695, 45.278914], [-68.787541, 45.281017], [-68.788104, 45.283041], [-68.788704, 45.285216], [-68.789339, 45.287352], [-68.789882, 45.289277], [-68.78993, 45.289446], [-68.790469, 45.291544], [-68.791085, 45.293666], [-68.791664, 45.295715], [-68.792216, 45.297709], [-68.79278, 45.299765], [-68.793359, 45.30183], [-68.793937, 45.303869], [-68.794542, 45.30595], [-68.795107, 45.30799], [-68.795672, 45.310048], [-68.796225, 45.312002], [-68.796264, 45.312137], [-68.796765, 45.314096], [-68.797356, 45.316199], [-68.797896, 45.318148], [-68.798449, 45.320211], [-68.799011, 45.322374], [-68.79932, 45.32343], [-68.799606, 45.324421], [-68.800159, 45.326506], [-68.800906, 45.329148], [-68.800909, 45.329158], [-68.801043, 45.329627], [-68.801261, 45.330405], [-68.801619, 45.331639], [-68.801867, 45.33249], [-68.802473, 45.334604], [-68.802536, 45.334823], [-68.803079, 45.336714], [-68.803443, 45.33797], [-68.803685, 45.338821], [-68.804291, 45.340933], [-68.804886, 45.343103], [-68.80547, 45.345278], [-68.806032, 45.347453], [-68.806053, 45.347534], [-68.806073, 45.347611], [-68.806593, 45.349623], [-68.807178, 45.351798], [-68.807751, 45.353968], [-68.808324, 45.356143], [-68.808898, 45.358309], [-68.809504, 45.360466], [-68.81011, 45.362623], [-68.810345, 45.36346], [-68.81072, 45.364788], [-68.811327, 45.36694], [-68.81193, 45.369093], [-68.812525, 45.371268], [-68.813128, 45.373442], [-68.813227, 45.373803], [-68.813589, 45.375073], [-68.813938, 45.376599], [-68.814343, 45.37835], [-68.814732, 45.380066], [-68.815204, 45.381817], [-68.815677, 45.383569], [-68.816149, 45.385338], [-68.816621, 45.387103], [-68.817093, 45.388855], [-68.817549, 45.390606], [-68.817988, 45.392358], [-68.818452, 45.394105], [-68.818899, 45.395915], [-68.819363, 45.397698], [-68.819827, 45.399485], [-68.820285, 45.401257], [-68.820754, 45.40304], [-68.821202, 45.404843], [-68.821618, 45.406383], [-68.821691, 45.406653], [-68.82218, 45.408463], [-68.822669, 45.4103], [-68.823166, 45.412155], [-68.823662, 45.414006], [-68.824159, 45.415856], [-68.824657, 45.417698], [-68.825154, 45.419539], [-68.825256, 45.419918], [-68.825305, 45.420107], [-68.825399, 45.420453], [-68.825425, 45.420552], [-68.825564, 45.421082], [-68.825998, 45.422718], [-68.826422, 45.424465], [-68.826872, 45.426239], [-68.827313, 45.428013], [-68.827738, 45.429782], [-68.828171, 45.431556], [-68.828629, 45.43333], [-68.829137, 45.435104], [-68.829626, 45.436869], [-68.830128, 45.438643], [-68.830627, 45.440408], [-68.830981, 45.44166], [-68.831127, 45.442173], [-68.831206, 45.44243], [-68.831668, 45.443907], [-68.832168, 45.445631], [-68.832223, 45.44582], [-68.832701, 45.447423], [-68.833234, 45.449179], [-68.833767, 45.450967], [-68.8343, 45.452745], [-68.834834, 45.454524], [-68.8354, 45.456307], [-68.835949, 45.458085], [-68.836499, 45.459864], [-68.837049, 45.461642], [-68.837596, 45.463407], [-68.837639, 45.463551], [-68.837682, 45.463691], [-68.838149, 45.465199], [-68.838699, 45.466978], [-68.839249, 45.468756], [-68.839799, 45.470535], [-68.840341, 45.472313], [-68.840891, 45.474096], [-68.841441, 45.475879], [-68.841991, 45.477667], [-68.842409, 45.479018], [-68.842426, 45.479074], [-68.842444, 45.479135], [-68.842541, 45.47945], [-68.842545, 45.479462], [-68.842549, 45.479476], [-68.842608, 45.479665], [-68.842685, 45.479915], [-68.842816, 45.480339], [-68.843092, 45.481233], [-68.843103, 45.481269], [-68.843132, 45.481365], [-68.843165, 45.48147], [-68.843195, 45.481569], [-68.843224, 45.481663], [-68.843228, 45.481675], [-68.843257, 45.48177], [-68.843286, 45.481864], [-68.843313, 45.481953], [-68.843338, 45.482032], [-68.843364, 45.482118], [-68.843393, 45.482211], [-68.843421, 45.482303], [-68.843449, 45.482394], [-68.843477, 45.482486], [-68.843501, 45.482562], [-68.843529, 45.482655], [-68.843556, 45.482742], [-68.843642, 45.48302], [-68.844192, 45.484803], [-68.844742, 45.486586], [-68.845109, 45.487815], [-68.845276, 45.488374], [-68.845604, 45.489469], [-68.84581, 45.490157], [-68.846226, 45.491549], [-68.846343, 45.49194], [-68.846767, 45.493353], [-68.846878, 45.493727], [-68.847428, 45.49551], [-68.847978, 45.497293], [-68.848907, 45.500053], [-68.848911, 45.500067], [-68.849435, 45.50171], [-68.851991, 45.50999], [-68.85452, 45.518414], [-68.854938, 45.519769], [-68.857163, 45.526873], [-68.857284, 45.527256], [-68.857297, 45.527301], [-68.857362, 45.527288], [-68.857885, 45.527208], [-68.862057, 45.526546], [-68.874484, 45.524531], [-68.875141, 45.5245], [-68.876299, 45.52434], [-68.877458, 45.524183], [-68.878617, 45.524031], [-68.879776, 45.523871], [-68.879803, 45.523874], [-68.880934, 45.523723], [-68.881682, 45.523616], [-68.882098, 45.523558], [-68.88298, 45.523436], [-68.883262, 45.523397], [-68.88364, 45.523342], [-68.883718, 45.52333], [-68.884426, 45.523232], [-68.884658, 45.5232], [-68.885589, 45.523071], [-68.885755, 45.523044], [-68.885937, 45.523022], [-68.886753, 45.522901], [-68.887917, 45.522736], [-68.889076, 45.522584], [-68.890231, 45.522438], [-68.891383, 45.522285], [-68.892537, 45.522128], [-68.89369, 45.521976], [-68.894518, 45.521873], [-68.894844, 45.521833], [-68.895997, 45.521681], [-68.897151, 45.521529], [-68.898305, 45.521377], [-68.899458, 45.521225], [-68.900612, 45.521069], [-68.901765, 45.520926], [-68.902909, 45.520774], [-68.904052, 45.520622], [-68.90621, 45.520335], [-68.907274, 45.520201], [-68.907348, 45.520192], [-68.908486, 45.52004], [-68.909625, 45.519893], [-68.910763, 45.519745], [-68.911901, 45.519588], [-68.913039, 45.519445], [-68.91326, 45.519414], [-68.914177, 45.519289], [-68.915316, 45.519132], [-68.916454, 45.518971], [-68.91752, 45.518832], [-68.917592, 45.518819], [-68.91873, 45.518667], [-68.919869, 45.518514], [-68.921007, 45.518362], [-68.921076, 45.518353], [-68.922145, 45.51821], [-68.923284, 45.518058], [-68.924424, 45.517905], [-68.92556, 45.517753], [-68.925847, 45.517717], [-68.926698, 45.517601], [-68.927836, 45.517448], [-68.928974, 45.517292], [-68.930112, 45.517135], [-68.931251, 45.516982], [-68.932389, 45.516821], [-68.933527, 45.516655], [-68.934665, 45.516498], [-68.935804, 45.516343], [-68.936941, 45.516189], [-68.938079, 45.516032], [-68.939218, 45.51588], [-68.940356, 45.515718], [-68.941494, 45.515561], [-68.942632, 45.5154], [-68.94377, 45.515243], [-68.944908, 45.515091], [-68.946047, 45.514925], [-68.947185, 45.514768], [-68.948323, 45.514611], [-68.949461, 45.514454], [-68.950599, 45.514297], [-68.951737, 45.514144], [-68.95287, 45.513991], [-68.954003, 45.513834], [-68.955135, 45.513677], [-68.956269, 45.513525], [-68.957407, 45.513363], [-68.958544, 45.513211], [-68.960359, 45.512959], [-68.96077, 45.512901], [-68.961901, 45.512757], [-68.963043, 45.5126], [-68.964184, 45.512438], [-68.964653, 45.512367], [-68.964561, 45.512862], [-68.964293, 45.514351], [-68.964026, 45.515845], [-68.963759, 45.517339], [-68.963491, 45.518833], [-68.96321, 45.520346], [-68.962942, 45.521853], [-68.962652, 45.523379], [-68.962361, 45.524904], [-68.962071, 45.52643], [-68.96178, 45.527956], [-68.96149, 45.52945], [-68.9612, 45.530944], [-68.960925, 45.532438], [-68.960665, 45.533932], [-68.960367, 45.535457], [-68.960076, 45.536983], [-68.959786, 45.538509], [-68.959481, 45.54003], [-68.95919, 45.541551], [-68.958884, 45.543076], [-68.958594, 45.544651], [-68.958401, 45.545587], [-68.958272, 45.546217], [-68.958076, 45.547302], [-68.958005, 45.547703], [-68.957738, 45.549183], [-68.957471, 45.550668], [-68.957203, 45.552149], [-68.95689, 45.55362], [-68.956623, 45.555096], [-68.956349, 45.556572], [-68.956081, 45.558044], [-68.955807, 45.559525], [-68.955722, 45.559994], [-68.955539, 45.56101], [-68.955272, 45.56249], [-68.954989, 45.56398], [-68.954707, 45.565487], [-68.954424, 45.566999], [-68.954133, 45.568489], [-68.953986, 45.569272], [-68.953851, 45.569983], [-68.953568, 45.571477], [-68.953285, 45.572971], [-68.953003, 45.574465], [-68.952727, 45.576], [-68.952519, 45.577197], [-68.952459, 45.577534], [-68.952184, 45.579069], [-68.951909, 45.580599], [-68.951799, 45.581161], [-68.951767, 45.581395], [-68.95176, 45.581454], [-68.951719, 45.581782], [-68.951717, 45.582161], [-68.951693, 45.5837], [-68.951655, 45.585234], [-68.951639, 45.586774], [-68.951623, 45.588308], [-68.951602, 45.589132], [-68.951584, 45.589847], [-68.951545, 45.591382], [-68.951514, 45.592921], [-68.951484, 45.59446], [-68.951452, 45.595995], [-68.951421, 45.597534], [-68.95139, 45.599069], [-68.951389, 45.600599], [-68.951389, 45.602134], [-68.951388, 45.603664], [-68.951372, 45.605189], [-68.951341, 45.60672], [-68.95131, 45.608245], [-68.951289, 45.609622], [-68.951287, 45.609766], [-68.951283, 45.61027], [-68.951267, 45.612638], [-68.951251, 45.61419], [-68.95122, 45.615743], [-68.951196, 45.617296], [-68.951175, 45.618713], [-68.951173, 45.618848], [-68.951187, 45.620401], [-68.951178, 45.621954], [-68.95117, 45.623511], [-68.951154, 45.625045], [-68.950874, 45.626877], [-68.950808, 45.632559], [-68.950792, 45.633263], [-68.95077, 45.634355], [-68.950767, 45.63451], [-68.950751, 45.635252], [-68.950745, 45.635757], [-68.950712, 45.637939], [-68.950699, 45.638434], [-68.951221, 45.639924], [-68.952365, 45.643223], [-68.953472, 45.646383], [-68.953518, 45.646514], [-68.953901, 45.647623], [-68.954349, 45.64892], [-68.954654, 45.649804], [-68.955783, 45.653099], [-68.956904, 45.656362], [-68.957852, 45.659108], [-68.958044, 45.659666], [-68.958426, 45.660791], [-68.958493, 45.660984], [-68.958531, 45.661092], [-68.958784, 45.661826], [-68.95891, 45.662195], [-68.958679, 45.662227], [-68.958566, 45.662245], [-68.958231, 45.662303], [-68.954676, 45.662936], [-68.951959, 45.66343], [-68.951668, 45.663484], [-68.950888, 45.66362], [-68.948159, 45.664086], [-68.945388, 45.664579], [-68.942611, 45.665064], [-68.941118, 45.665324], [-68.940013, 45.665517], [-68.939845, 45.665544], [-68.938891, 45.66571], [-68.93708, 45.66602], [-68.934314, 45.666491], [-68.931549, 45.666966], [-68.928726, 45.667437], [-68.92592, 45.667935], [-68.923113, 45.668396], [-68.920331, 45.668894], [-68.917747, 45.669351], [-68.917532, 45.669387], [-68.914726, 45.669862], [-68.911935, 45.67035], [-68.909153, 45.670834], [-68.906338, 45.671332], [-68.903523, 45.671815], [-68.903235, 45.671865], [-68.900708, 45.672312], [-68.897917, 45.672783], [-68.895126, 45.673257], [-68.892335, 45.673727], [-68.889537, 45.674201], [-68.886729, 45.674676], [-68.883996, 45.67515], [-68.881286, 45.675602], [-68.878593, 45.676049], [-68.87703, 45.676322], [-68.874487, 45.676706], [-68.874486, 45.676652], [-68.873532, 45.676818], [-68.871634, 45.677166], [-68.868515, 45.677766], [-68.867485, 45.67794], [-68.866699, 45.67807], [-68.865856, 45.678231], [-68.864055, 45.678529], [-68.862369, 45.678821], [-68.862149, 45.678861], [-68.861339, 45.679013], [-68.860633, 45.67912], [-68.860354, 45.67916], [-68.858107, 45.679563], [-68.857041, 45.67975], [-68.855228, 45.680059], [-68.853565, 45.680354], [-68.852038, 45.680622], [-68.850981, 45.680818], [-68.848689, 45.681189], [-68.847532, 45.681412], [-68.845204, 45.681805], [-68.843388, 45.682091], [-68.841879, 45.682354], [-68.838404, 45.682925], [-68.836398, 45.683265], [-68.834375, 45.683613], [-68.833245, 45.683791], [-68.829356, 45.684447], [-68.82738, 45.684768], [-68.827145, 45.684808], [-68.827039, 45.684826], [-68.82705, 45.685802], [-68.82702, 45.686279], [-68.826986, 45.688089], [-68.826989, 45.688939], [-68.82696, 45.691324], [-68.826957, 45.691675], [-68.826919, 45.694034], [-68.826884, 45.696639], [-68.826852, 45.698547], [-68.826814, 45.700172], [-68.826812, 45.700442], [-68.82681, 45.700533], [-68.826803, 45.701846], [-68.826803, 45.701954], [-68.8268, 45.702238], [-68.826765, 45.70415], [-68.826743, 45.705392], [-68.82675, 45.705445], [-68.82674, 45.705696], [-68.826727, 45.706243], [-68.826656, 45.709767], [-68.826629, 45.711832], [-68.82658, 45.71406], [-68.826573, 45.714636], [-68.826558, 45.715986], [-68.826535, 45.717971], [-68.826451, 45.72135], [-68.826423, 45.723596], [-68.826376, 45.725635], [-68.826336, 45.72676], [-68.826318, 45.727368], [-68.826295, 45.727796], [-68.826293, 45.730013], [-68.826244, 45.732317], [-68.826195, 45.734613], [-68.826162, 45.738676], [-68.826158, 45.739018], [-68.826153, 45.739464], [-68.82609, 45.745193], [-68.826085, 45.745598], [-68.826084, 45.746184], [-68.82605, 45.750062], [-68.826032, 45.750737], [-68.826029, 45.750845], [-68.826024, 45.751033], [-68.825976, 45.752825], [-68.825949, 45.754913], [-68.825946, 45.757011], [-68.825942, 45.757252], [-68.82594, 45.757437], [-68.825931, 45.75909], [-68.825896, 45.761052], [-68.825894, 45.761182], [-68.825857, 45.76327], [-68.82582, 45.765358], [-68.825796, 45.766074], [-68.82578, 45.768158], [-68.825762, 45.768495], [-68.825743, 45.768531], [-68.825759, 45.768756], [-68.825721, 45.770309], [-68.825675, 45.772406], [-68.825629, 45.774503], [-68.825583, 45.776596], [-68.825536, 45.778693], [-68.82549, 45.78079], [-68.825453, 45.782891], [-68.825417, 45.784993], [-68.825378, 45.787093], [-68.825377, 45.78727], [-68.825343, 45.789196], [-68.825296, 45.791298], [-68.825269, 45.793404], [-68.825231, 45.795118], [-68.825223, 45.795505], [-68.825212, 45.795982], [-68.825202, 45.796459], [-68.825177, 45.797607], [-68.82513, 45.799709], [-68.825093, 45.80181], [-68.825057, 45.803912], [-68.82502, 45.806013], [-68.824983, 45.808115], [-68.824946, 45.810221], [-68.824941, 45.810491], [-68.824923, 45.81131], [-68.824909, 45.812323], [-68.824888, 45.813145], [-68.824889, 45.813472], [-68.824863, 45.814424], [-68.824817, 45.816526], [-68.82478, 45.818627], [-68.824762, 45.820729], [-68.824697, 45.822831], [-68.82465, 45.824937], [-68.824647, 45.825283], [-68.824646, 45.825436], [-68.824631, 45.826922], [-68.824628, 45.827044], [-68.824619, 45.827648], [-68.82459, 45.828992], [-68.824585, 45.829153], [-68.824584, 45.82923], [-68.824539, 45.831259], [-68.824493, 45.83337], [-68.824446, 45.835481], [-68.824419, 45.837587], [-68.824391, 45.839697], [-68.824345, 45.841803], [-68.824299, 45.843914], [-68.824243, 45.846024], [-68.824212, 45.847433], [-68.824197, 45.848131], [-68.82416, 45.850241], [-68.824123, 45.852347], [-68.824086, 45.854458], [-68.824049, 45.856568], [-68.824041, 45.856942], [-68.824003, 45.858674], [-68.823956, 45.860785], [-68.823904, 45.862899], [-68.823906, 45.863701], [-68.823883, 45.865002], [-68.823846, 45.867112], [-68.82379, 45.869218], [-68.823772, 45.871329], [-68.823823, 45.875046], [-68.823823, 45.875064], [-68.82371, 45.881355], [-68.823703, 45.881436], [-68.823677, 45.881472], [-68.823696, 45.882336], [-68.823656, 45.884051], [-68.823649, 45.884203], [-68.823558, 45.888128], [-68.823577, 45.888695], [-68.823318, 45.901511], [-68.82325, 45.904936], [-68.82323, 45.904963], [-68.823243, 45.905467], [-68.823202, 45.907335], [-68.823211, 45.90767], [-68.823177, 45.912068], [-68.82315, 45.915717], [-68.823144, 45.916627], [-68.823141, 45.917122], [-68.823119, 45.92115], [-68.823087, 45.925605], [-68.823069, 45.930137], [-68.823065, 45.930547], [-68.823061, 45.930904], [-68.823023, 45.934853], [-68.823013, 45.936212], [-68.822992, 45.939218], [-68.822954, 45.94375], [-68.822929, 45.946176], [-68.822908, 45.948282], [-68.822894, 45.951292], [-68.822879, 45.954303], [-68.822876, 45.954951], [-68.822875, 45.955293], [-68.822864, 45.957314], [-68.82285, 45.960324], [-68.822845, 45.96131], [-68.822836, 45.963132], [-68.82283, 45.963331], [-68.82282, 45.966345], [-68.822795, 45.968865], [-68.82279, 45.969356], [-68.82276, 45.972367], [-68.82273, 45.975377], [-68.8227, 45.978388], [-68.822715, 45.981443], [-68.822716, 45.984503], [-68.822655, 45.987568], [-68.822625, 45.990687], [-68.822595, 45.993805], [-68.822595, 45.996942], [-68.822596, 46.000042], [-68.822596, 46.00006], [-68.822662, 46.001433], [-68.822663, 46.001487], [-68.822667, 46.001626], [-68.822663, 46.001757], [-68.82266, 46.002441], [-68.82267, 46.003688], [-68.822719, 46.005947], [-68.822767, 46.008201], [-68.822838, 46.011482], [-68.822815, 46.011739], [-68.822856, 46.012049], [-68.822883, 46.014497], [-68.822921, 46.016761], [-68.822969, 46.019011], [-68.823028, 46.021261], [-68.823066, 46.023511], [-68.823125, 46.025762], [-68.823149, 46.026693], [-68.823183, 46.028012], [-68.823211, 46.030262], [-68.82324, 46.031072], [-68.823251, 46.031374], [-68.823291, 46.032499], [-68.823329, 46.034735], [-68.823333, 46.035653], [-68.823338, 46.036972], [-68.823306, 46.039204], [-68.823294, 46.04144], [-68.823283, 46.043677], [-68.823271, 46.045914], [-68.82326, 46.04815], [-68.823243, 46.049914], [-68.823241, 46.050076], [-68.823238, 46.050382], [-68.823237, 46.052619], [-68.823205, 46.054855], [-68.823213, 46.057083], [-68.823192, 46.05931], [-68.823191, 46.060044], [-68.823191, 46.061542], [-68.823169, 46.06377], [-68.823147, 46.065997], [-68.823137, 46.067995], [-68.823136, 46.068225], [-68.823124, 46.070457], [-68.823122, 46.072686], [-68.823116, 46.073836], [-68.823102, 46.074912], [-68.823079, 46.077176], [-68.823067, 46.079439], [-68.823075, 46.081703], [-68.823053, 46.083966], [-68.823031, 46.08623], [-68.823009, 46.088493], [-68.822997, 46.090757], [-68.822985, 46.09302], [-68.822983, 46.095284], [-68.822964, 46.096575], [-68.822951, 46.097543], [-68.822939, 46.099797], [-68.822947, 46.102056], [-68.822925, 46.104311], [-68.822893, 46.106565], [-68.822861, 46.108824], [-68.822869, 46.111075], [-68.822827, 46.113324], [-68.822815, 46.115566], [-68.822808, 46.116943], [-68.822803, 46.117807], [-68.822782, 46.120052], [-68.822749, 46.122293], [-68.822767, 46.123121], [-68.822737, 46.125043], [-68.822737, 46.125065], [-68.822772, 46.125484], [-68.822758, 46.126321], [-68.822727, 46.128314], [-68.822695, 46.130308], [-68.822673, 46.132301], [-68.822647, 46.133931], [-68.822642, 46.134295], [-68.82261, 46.136284], [-68.822602, 46.136905], [-68.822599, 46.137134], [-68.822595, 46.137577], [-68.822587, 46.138151], [-68.822536, 46.140149], [-68.822504, 46.142151], [-68.822492, 46.144149], [-68.822441, 46.146147], [-68.822389, 46.150323], [-68.822328, 46.152281], [-68.822296, 46.154243], [-68.822265, 46.156205], [-68.822232, 46.158162], [-68.822191, 46.160124], [-68.822168, 46.161506], [-68.822159, 46.162086], [-68.822117, 46.164048], [-68.822076, 46.166006], [-68.822073, 46.166186], [-68.822056, 46.166871], [-68.822037, 46.167812], [-68.822034, 46.167967], [-68.822023, 46.168305], [-68.822021, 46.168376], [-68.821973, 46.169929], [-68.821914, 46.171877], [-68.821859, 46.173853], [-68.821799, 46.175824], [-68.821758, 46.177377], [-68.821759, 46.177388], [-68.821756, 46.177505], [-68.821753, 46.17762], [-68.82175, 46.177735], [-68.82175, 46.177769], [-68.821749, 46.1778], [-68.821747, 46.177865], [-68.821745, 46.177912], [-68.821743, 46.177986], [-68.821741, 46.178055], [-68.821739, 46.17812], [-68.821737, 46.178185], [-68.821733, 46.178299], [-68.821697, 46.179469], [-68.821688, 46.179775], [-68.821638, 46.181377], [-68.821627, 46.181746], [-68.821575, 46.183213], [-68.821556, 46.18373], [-68.821495, 46.185697], [-68.821444, 46.187663], [-68.821401, 46.188675], [-68.821373, 46.189637], [-68.821369, 46.189768], [-68.821338, 46.190518], [-68.821302, 46.191601], [-68.821258, 46.193036], [-68.821251, 46.193261], [-68.821241, 46.193567], [-68.821227, 46.194448], [-68.82121, 46.195499], [-68.821152, 46.197438], [-68.821113, 46.198511], [-68.821087, 46.199254], [-68.82108, 46.199429], [-68.821052, 46.200896], [-68.821035, 46.201516], [-68.821013, 46.202374], [-68.82098, 46.203435], [-68.82092, 46.20541], [-68.82085, 46.207386], [-68.82079, 46.209361], [-68.82073, 46.211332], [-68.82069, 46.213276], [-68.820648, 46.21459], [-68.820642, 46.214798], [-68.820634, 46.215049], [-68.820628, 46.21522], [-68.820654, 46.217164], [-68.820661, 46.219104], [-68.820668, 46.221043], [-68.820695, 46.222983], [-68.820702, 46.224922], [-68.820721, 46.226358], [-68.820731, 46.226616], [-68.820728, 46.226894], [-68.820733, 46.227384], [-68.820745, 46.228838], [-68.820751, 46.230784], [-68.820748, 46.23273], [-68.820745, 46.233826], [-68.820744, 46.234671], [-68.82075, 46.236667], [-68.820776, 46.238671], [-68.820792, 46.240667], [-68.820788, 46.242667], [-68.820794, 46.244667], [-68.820826, 46.250039], [-68.820825, 46.250077], [-68.82079, 46.251412], [-68.820697, 46.260422], [-68.820674, 46.262645], [-68.820647, 46.26751], [-68.82061, 46.274012], [-68.820547, 46.285159], [-68.820485, 46.290824], [-68.82048, 46.291252], [-68.820475, 46.291895], [-68.820428, 46.296305], [-68.820342, 46.301712], [-68.820323, 46.302933], [-68.820289, 46.30507], [-68.820286, 46.305286], [-68.820282, 46.305482], [-68.820279, 46.305705], [-68.820252, 46.307428], [-68.820088, 46.318466], [-68.82007, 46.3214], [-68.820033, 46.327048], [-68.820017, 46.329554], [-68.820011, 46.330242], [-68.82001, 46.330394], [-68.820007, 46.330846], [-68.819848, 46.349487], [-68.819848, 46.349522], [-68.819847, 46.349665], [-68.819835, 46.350978], [-68.819818, 46.354569], [-68.819783, 46.362115], [-68.819774, 46.364458], [-68.819739, 46.373257], [-68.819772, 46.375048], [-68.81949, 46.37988], [-68.819428, 46.387395], [-68.819401, 46.395782], [-68.819295, 46.395781], [-68.819237, 46.39578], [-68.819219, 46.395779], [-68.818223, 46.395767], [-68.818131, 46.395766], [-68.817203, 46.395754], [-68.817075, 46.395752], [-68.816175, 46.395741], [-68.815852, 46.395737], [-68.815124, 46.395727], [-68.814616, 46.395721], [-68.814119, 46.39572], [-68.813925, 46.395717], [-68.813619, 46.395716], [-68.813325, 46.395714], [-68.813168, 46.395713], [-68.813093, 46.395713], [-68.813011, 46.395712], [-68.812897, 46.395712], [-68.812078, 46.395708], [-68.811882, 46.395707], [-68.811079, 46.395702], [-68.810939, 46.395702], [-68.810824, 46.395702], [-68.810567, 46.3957], [-68.810297, 46.395698], [-68.810117, 46.395697], [-68.810044, 46.395697], [-68.809945, 46.395697], [-68.809897, 46.395696], [-68.80904, 46.395692], [-68.80889, 46.395691], [-68.808014, 46.395687], [-68.807896, 46.395686], [-68.806991, 46.395681], [-68.806919, 46.395681], [-68.805963, 46.395676], [-68.805832, 46.395675], [-68.804954, 46.395671], [-68.804802, 46.39567], [-68.803934, 46.395666], [-68.803747, 46.395665], [-68.802913, 46.39566], [-68.802654, 46.395659], [-68.802479, 46.395657], [-68.802235, 46.395657], [-68.802183, 46.395657], [-68.802052, 46.395655], [-68.801706, 46.395654], [-68.791169, 46.395653], [-68.788941, 46.395649], [-68.776389, 46.395607], [-68.763837, 46.395627], [-68.75605, 46.395611], [-68.7557, 46.39561], [-68.752034, 46.395602], [-68.74949, 46.395435], [-68.747941, 46.395431], [-68.7476, 46.395433], [-68.747333, 46.395434], [-68.743156, 46.395439], [-68.740795, 46.395442], [-68.726848, 46.395468], [-68.717431, 46.395481], [-68.717188, 46.395481], [-68.715729, 46.395482], [-68.715264, 46.395485], [-68.712897, 46.395486], [-68.710857, 46.395487], [-68.710185, 46.39549], [-68.709818, 46.395489], [-68.708307, 46.39549], [-68.707877, 46.395493], [-68.706297, 46.395494], [-68.704088, 46.395497], [-68.703503, 46.395496], [-68.700955, 46.395499], [-68.700846, 46.395498], [-68.69492, 46.395505], [-68.694918, 46.395001], [-68.694903, 46.390469], [-68.694901, 46.390095], [-68.694902, 46.38965], [-68.694899, 46.38943], [-68.6949, 46.389364], [-68.6949, 46.389262], [-68.694899, 46.389116], [-68.694898, 46.38884], [-68.694897, 46.388744], [-68.694897, 46.388655], [-68.694897, 46.388611], [-68.694896, 46.388529], [-68.694897, 46.388442], [-68.694896, 46.388342], [-68.694896, 46.388213], [-68.694896, 46.388137], [-68.694895, 46.388065], [-68.694895, 46.388014], [-68.694895, 46.387933], [-68.694895, 46.387891], [-68.694894, 46.387833], [-68.694894, 46.387746], [-68.694894, 46.387692], [-68.694892, 46.387553], [-68.694895, 46.387529], [-68.694892, 46.387173], [-68.694893, 46.387113], [-68.69489, 46.386449], [-68.694889, 46.386269], [-68.694887, 46.385737], [-68.694889, 46.385665], [-68.694885, 46.385018], [-68.694885, 46.384915], [-68.694883, 46.384448], [-68.694883, 46.384298], [-68.694882, 46.384218], [-68.69488, 46.38357], [-68.69488, 46.383469], [-68.694878, 46.382968], [-68.694877, 46.382612], [-68.694336, 46.382611], [-68.69405, 46.38261], [-68.693811, 46.382609], [-68.693637, 46.382609], [-68.693431, 46.38261], [-68.693044, 46.382613], [-68.692697, 46.382615], [-68.692398, 46.382615], [-68.692096, 46.382613], [-68.691995, 46.382612], [-68.691503, 46.382609], [-68.69142, 46.382608], [-68.691159, 46.382607], [-68.689921, 46.382612], [-68.689679, 46.382612], [-68.689556, 46.382611], [-68.689406, 46.382611], [-68.688693, 46.382609], [-68.687464, 46.382615], [-68.686236, 46.382602], [-68.685425, 46.382603], [-68.685008, 46.382604], [-68.683779, 46.382609], [-68.682546, 46.382601], [-68.681748, 46.382605], [-68.681313, 46.382607], [-68.68008, 46.382612], [-68.678851, 46.382609], [-68.678043, 46.38261], [-68.677623, 46.38261], [-68.676394, 46.382606], [-68.675166, 46.382607], [-68.674358, 46.382605], [-68.673938, 46.382604], [-68.67271, 46.382596], [-68.672343, 46.382596], [-68.671482, 46.382597], [-68.670253, 46.382607], [-68.669446, 46.3826], [-68.66902, 46.382594], [-68.667786, 46.3826], [-68.667489, 46.382601], [-68.666553, 46.382605], [-68.665455, 46.382604], [-68.664539, 46.382602], [-68.663427, 46.382601], [-68.662176, 46.382592], [-68.661375, 46.382599], [-68.660924, 46.382602], [-68.659672, 46.382598], [-68.658422, 46.382595], [-68.657614, 46.382592], [-68.65717, 46.382591], [-68.655919, 46.382592], [-68.654667, 46.382588], [-68.653872, 46.382588], [-68.653416, 46.382589], [-68.652165, 46.382589], [-68.650914, 46.38259], [-68.650119, 46.38259], [-68.649662, 46.382591], [-68.649388, 46.382591], [-68.648813, 46.382588], [-68.648746, 46.382589], [-68.648411, 46.382591], [-68.64716, 46.382592], [-68.646366, 46.38259], [-68.64591, 46.382588], [-68.644662, 46.382589], [-68.643406, 46.382589], [-68.642721, 46.38259], [-68.642559, 46.38259], [-68.642379, 46.38259], [-68.642155, 46.38259], [-68.641651, 46.38259], [-68.641519, 46.38259], [-68.641154, 46.38259], [-68.640903, 46.382591], [-68.640063, 46.382583], [-68.639652, 46.382582], [-68.638401, 46.382574], [-68.63715, 46.38257], [-68.635898, 46.38257], [-68.635498, 46.382572], [-68.634647, 46.382575], [-68.633395, 46.38258], [-68.632145, 46.382576], [-68.630893, 46.382572], [-68.630694, 46.382572], [-68.630628, 46.382571], [-68.63054, 46.38257], [-68.630443, 46.382571], [-68.630302, 46.38257], [-68.629641, 46.382568], [-68.62839, 46.382564], [-68.627139, 46.382569], [-68.626538, 46.382569], [-68.625888, 46.382569], [-68.625459, 46.382568], [-68.624466, 46.382619], [-68.622363, 46.382614], [-68.620205, 46.382608], [-68.618151, 46.382604], [-68.617066, 46.382602], [-68.615871, 46.382599], [-68.614669, 46.382599], [-68.613339, 46.382598], [-68.612269, 46.382599], [-68.611578, 46.382598], [-68.610956, 46.382598], [-68.610389, 46.382597], [-68.609763, 46.382596], [-68.609029, 46.382596], [-68.608813, 46.382595], [-68.608367, 46.382596], [-68.607929, 46.382596], [-68.607399, 46.382595], [-68.606635, 46.382594], [-68.605873, 46.382592], [-68.605087, 46.382592], [-68.604537, 46.38259], [-68.604073, 46.38259], [-68.603394, 46.38259], [-68.603346, 46.382589], [-68.603024, 46.382589], [-68.602604, 46.382588], [-68.602105, 46.382588], [-68.601647, 46.382587], [-68.60129, 46.382587], [-68.600937, 46.382586], [-68.600741, 46.382586], [-68.6005, 46.382586], [-68.600032, 46.382585], [-68.59966, 46.382584], [-68.599393, 46.382584], [-68.599091, 46.382583], [-68.598743, 46.382583], [-68.598451, 46.382582], [-68.598084, 46.382581], [-68.597699, 46.382581], [-68.597327, 46.38258], [-68.597001, 46.382579], [-68.596719, 46.382579], [-68.59646, 46.382578], [-68.596187, 46.382578], [-68.595982, 46.382578], [-68.595744, 46.382577], [-68.595546, 46.382577], [-68.595292, 46.382576], [-68.59505, 46.382576], [-68.594774, 46.382575], [-68.594525, 46.382575], [-68.594267, 46.382574], [-68.593998, 46.382574], [-68.593771, 46.382574], [-68.593523, 46.382574], [-68.593246, 46.382573], [-68.59301, 46.382573], [-68.592846, 46.382573], [-68.592582, 46.382572], [-68.592356, 46.382572], [-68.592152, 46.382572], [-68.591976, 46.382572], [-68.591698, 46.382571], [-68.591447, 46.382571], [-68.591244, 46.382571], [-68.591067, 46.382571], [-68.59092, 46.382571], [-68.590683, 46.38257], [-68.590451, 46.38257], [-68.590225, 46.38257], [-68.590017, 46.38257], [-68.589746, 46.382569], [-68.589531, 46.382569], [-68.58934, 46.382569], [-68.589163, 46.382569], [-68.588898, 46.382568], [-68.588642, 46.382568], [-68.588422, 46.382568], [-68.588147, 46.382567], [-68.58791, 46.382567], [-68.587657, 46.382567], [-68.587327, 46.382566], [-68.58706, 46.382566], [-68.5868, 46.382566], [-68.586488, 46.382565], [-68.586258, 46.382565], [-68.586024, 46.382565], [-68.585754, 46.382564], [-68.585525, 46.382564], [-68.585321, 46.382564], [-68.585045, 46.382563], [-68.584799, 46.382563], [-68.584606, 46.382563], [-68.58432, 46.382562], [-68.584103, 46.382562], [-68.583907, 46.382562], [-68.583623, 46.382561], [-68.583403, 46.382561], [-68.583082, 46.38256], [-68.582859, 46.38256], [-68.582642, 46.38256], [-68.582368, 46.382559], [-68.582113, 46.382559], [-68.581914, 46.382559], [-68.581621, 46.382558], [-68.581382, 46.382558], [-68.58107, 46.382557], [-68.58084, 46.382557], [-68.58068, 46.382557], [-68.58039, 46.382556], [-68.579979, 46.382555], [-68.579651, 46.382555], [-68.5794, 46.382555], [-68.57909, 46.382554], [-68.578838, 46.382554], [-68.578473, 46.382553], [-68.578061, 46.382552], [-68.577807, 46.382552], [-68.577511, 46.382551], [-68.577158, 46.38255], [-68.576915, 46.38255], [-68.576598, 46.382549], [-68.576401, 46.382549], [-68.575929, 46.382547], [-68.57567, 46.382547], [-68.575361, 46.382546], [-68.575153, 46.382546], [-68.57485, 46.382545], [-68.574527, 46.382544], [-68.57415, 46.382543], [-68.573932, 46.382543], [-68.573616, 46.382542], [-68.573226, 46.382541], [-68.572832, 46.38254], [-68.572412, 46.382539], [-68.572136, 46.382539], [-68.571873, 46.382539], [-68.57157, 46.382539], [-68.571261, 46.382539], [-68.571148, 46.38254], [-68.571044, 46.38254], [-68.570896, 46.38254], [-68.570794, 46.38254], [-68.57068, 46.38254], [-68.57057, 46.38254], [-68.570432, 46.38254], [-68.570311, 46.38254], [-68.570124, 46.38254], [-68.57001, 46.38254], [-68.569859, 46.38254], [-68.569739, 46.38254], [-68.569602, 46.38254], [-68.569424, 46.38254], [-68.569232, 46.38254], [-68.569048, 46.38254], [-68.568863, 46.38254], [-68.568682, 46.38254], [-68.568489, 46.38254], [-68.568302, 46.38254], [-68.568099, 46.38254], [-68.567869, 46.38254], [-68.556578, 46.382551], [-68.553021, 46.382544], [-68.547823, 46.382535], [-68.538639, 46.382525], [-68.530457, 46.382492], [-68.509337, 46.382448], [-68.507193, 46.382437], [-68.499504, 46.382397], [-68.488045, 46.38234], [-68.475854, 46.382282], [-68.464161, 46.382234], [-68.45647, 46.3822], [-68.452676, 46.382189], [-68.439037, 46.382132], [-68.436443, 46.382121], [-68.436483, 46.379273], [-68.436543, 46.375093], [-68.436524, 46.374364], [-68.436574, 46.372965], [-68.436569, 46.371579], [-68.436566, 46.370188], [-68.436561, 46.368802], [-68.436588, 46.367412], [-68.436614, 46.366026], [-68.436618, 46.36464], [-68.43661, 46.363668], [-68.436607, 46.363258], [-68.43661, 46.361882], [-68.436614, 46.360505], [-68.436626, 46.359128], [-68.436637, 46.357751], [-68.436648, 46.356374], [-68.436659, 46.354997], [-68.436664, 46.35362], [-68.436667, 46.352239], [-68.436708, 46.350875], [-68.43675, 46.349507], [-68.436791, 46.34814], [-68.436791, 46.347959], [-68.43679, 46.347933], [-68.436787, 46.346781], [-68.436798, 46.345426], [-68.4368, 46.345304], [-68.436825, 46.344076], [-68.436813, 46.342717], [-68.436795, 46.341358], [-68.436783, 46.339963], [-68.436777, 46.339333], [-68.436773, 46.338799], [-68.436771, 46.338577], [-68.436775, 46.337182], [-68.436771, 46.335787], [-68.436785, 46.335054], [-68.436797, 46.334366], [-68.436786, 46.332961], [-68.436774, 46.331557], [-68.436771, 46.330153], [-68.436773, 46.329169], [-68.436775, 46.32875], [-68.436808, 46.327341], [-68.436842, 46.325928], [-68.436838, 46.324524], [-68.436833, 46.323125], [-68.43683, 46.321721], [-68.436836, 46.321081], [-68.436845, 46.320115], [-68.436846, 46.317406], [-68.436836, 46.315988], [-68.436858, 46.314562], [-68.436878, 46.31314], [-68.436891, 46.311709], [-68.436867, 46.310273], [-68.436856, 46.308838], [-68.436847, 46.307402], [-68.436837, 46.305967], [-68.436843, 46.304518], [-68.436856, 46.303073], [-68.436869, 46.301629], [-68.436861, 46.300405], [-68.43686, 46.30018], [-68.43688, 46.298744], [-68.436885, 46.298483], [-68.436887, 46.298332], [-68.436894, 46.297836], [-68.436901, 46.297309], [-68.436901, 46.297273], [-68.436891, 46.295865], [-68.436883, 46.294641], [-68.436881, 46.29442], [-68.436871, 46.292971], [-68.436862, 46.291526], [-68.436852, 46.290077], [-68.436843, 46.288633], [-68.436818, 46.287188], [-68.436808, 46.285739], [-68.436798, 46.284295], [-68.436811, 46.28285], [-68.436823, 46.281482], [-68.436824, 46.281461], [-68.436824, 46.281401], [-68.436815, 46.279957], [-68.436798, 46.278512], [-68.43678, 46.277063], [-68.436786, 46.275628], [-68.436792, 46.274192], [-68.436782, 46.272757], [-68.436773, 46.271321], [-68.436748, 46.269886], [-68.436722, 46.268454], [-68.436712, 46.267023], [-68.436712, 46.266753], [-68.436711, 46.266222], [-68.43671, 46.265597], [-68.436708, 46.264166], [-68.436698, 46.262735], [-68.436689, 46.261304], [-68.436679, 46.259873], [-68.436692, 46.258433], [-68.436705, 46.256993], [-68.436696, 46.255553], [-68.436686, 46.254108], [-68.436677, 46.252844], [-68.436677, 46.252668], [-68.436673, 46.252106], [-68.436674, 46.250063], [-68.437058, 46.250065], [-68.437108, 46.248989], [-68.437127, 46.247437], [-68.437176, 46.245885], [-68.437209, 46.244359], [-68.437243, 46.24283], [-68.437276, 46.2413], [-68.437333, 46.239748], [-68.437343, 46.238227], [-68.437392, 46.236737], [-68.43744, 46.235262], [-68.437446, 46.234452], [-68.437447, 46.234272], [-68.437447, 46.234191], [-68.43745, 46.233786], [-68.437498, 46.232314], [-68.437514, 46.231365], [-68.437523, 46.23083], [-68.437531, 46.22957], [-68.437533, 46.229345], [-68.437524, 46.228418], [-68.437522, 46.228193], [-68.437519, 46.227891], [-68.43752, 46.226456], [-68.437511, 46.226187], [-68.437512, 46.22535], [-68.437516, 46.225035], [-68.43751, 46.224026], [-68.43751, 46.22331], [-68.437506, 46.222716], [-68.437516, 46.221191], [-68.437498, 46.219831], [-68.437504, 46.218549], [-68.437487, 46.217005], [-68.437475, 46.215624], [-68.437462, 46.214337], [-68.437457, 46.212919], [-68.437458, 46.21156], [-68.437458, 46.21026], [-68.437412, 46.208914], [-68.437415, 46.207528], [-68.437376, 46.206092], [-68.437282, 46.204553], [-68.437126, 46.20003], [-68.436981, 46.197004], [-68.436968, 46.196743], [-68.436924, 46.195817], [-68.436823, 46.193715], [-68.436716, 46.1915], [-68.436367, 46.183304], [-68.436403, 46.181778], [-68.436476, 46.180429], [-68.436496, 46.179101], [-68.436585, 46.17763], [-68.436601, 46.177146], [-68.436617, 46.176647], [-68.436633, 46.176163], [-68.436645, 46.175781], [-68.436658, 46.175394], [-68.436706, 46.1748], [-68.436933, 46.168083], [-68.436899, 46.166782], [-68.436795, 46.162833], [-68.436754, 46.161255], [-68.43674, 46.160854], [-68.436721, 46.160295], [-68.436654, 46.158366], [-68.436627, 46.157186], [-68.436595, 46.155709], [-68.436586, 46.155386], [-68.436514, 46.153609], [-68.436455, 46.151649], [-68.436387, 46.149405], [-68.436313, 46.147798], [-68.43632, 46.147417], [-68.436377, 46.143412], [-68.436464, 46.137468], [-68.436504, 46.134708], [-68.436505, 46.13337], [-68.436506, 46.13159], [-68.436557, 46.130073], [-68.436275, 46.125077], [-68.436285, 46.124744], [-68.436375, 46.121434], [-68.436513, 46.116387], [-68.43661, 46.112856], [-68.43669, 46.106809], [-68.436706, 46.105585], [-68.436762, 46.101274], [-68.436796, 46.098412], [-68.436794, 46.098133], [-68.436826, 46.094967], [-68.436873, 46.090867], [-68.436881, 46.090069], [-68.436882, 46.09], [-68.436959, 46.085389], [-68.436929, 46.074571], [-68.436934, 46.074067], [-68.43693, 46.072661], [-68.436933, 46.072216], [-68.436932, 46.071223], [-68.436933, 46.069867], [-68.436937, 46.065141], [-68.436939, 46.063141], [-68.436913, 46.059835], [-68.436886, 46.056347], [-68.436863, 46.05333], [-68.436882, 46.05155], [-68.436884, 46.051323], [-68.436897, 46.050099], [-68.436915, 46.048497], [-68.436902, 46.04289], [-68.435587, 46.040939], [-68.434456, 46.039143], [-68.432853, 46.036597], [-68.432273, 46.035568], [-68.432242, 46.035487], [-68.432243, 46.035388], [-68.432247, 46.034947], [-68.432266, 46.033119], [-68.432267, 46.032985], [-68.432273, 46.03239], [-68.432297, 46.030573], [-68.432317, 46.029004], [-68.432432, 46.020309], [-68.432432, 46.020259], [-68.432433, 46.020205], [-68.432445, 46.01215], [-68.432429, 46.008509], [-68.432414, 46.004931], [-68.432399, 46.000071], [-68.432389, 45.999092], [-68.432385, 45.998631], [-68.43235, 45.996822], [-68.432343, 45.99654], [-68.43234, 45.996448], [-68.43234, 45.99643], [-68.432336, 45.99508], [-68.432336, 45.994995], [-68.432316, 45.994257], [-68.432315, 45.994221], [-68.432316, 45.994065], [-68.43232, 45.992708], [-68.43232, 45.992564], [-68.432321, 45.992326], [-68.432291, 45.991178], [-68.432288, 45.989995], [-68.432291, 45.988798], [-68.432281, 45.987601], [-68.432262, 45.986749], [-68.432257, 45.986552], [-68.432257, 45.986529], [-68.432227, 45.985314], [-68.432224, 45.984095], [-68.432214, 45.982875], [-68.432198, 45.98166], [-68.432188, 45.98044], [-68.432177, 45.979221], [-68.432167, 45.978001], [-68.432104, 45.976183], [-68.432088, 45.974356], [-68.432055, 45.973545], [-68.432054, 45.973527], [-68.432054, 45.973334], [-68.432054, 45.973312], [-68.432054, 45.972528], [-68.432009, 45.970701], [-68.431994, 45.970174], [-68.431997, 45.970141], [-68.431974, 45.968865], [-68.43194, 45.967037], [-68.431895, 45.965215], [-68.4319, 45.963397], [-68.431856, 45.961574], [-68.431811, 45.959751], [-68.431797, 45.959076], [-68.431796, 45.959049], [-68.431767, 45.957933], [-68.43177, 45.957055], [-68.431772, 45.956097], [-68.431776, 45.95427], [-68.431682, 45.952442], [-68.430689, 45.950601], [-68.429766, 45.948778], [-68.428803, 45.946964], [-68.427899, 45.945146], [-68.427598, 45.944591], [-68.427599, 45.94334], [-68.427554, 45.941526], [-68.427509, 45.939722], [-68.427495, 45.937912], [-68.42745, 45.936108], [-68.427406, 45.934298], [-68.427362, 45.932493], [-68.427318, 45.930684], [-68.427283, 45.928884], [-68.427278, 45.928234], [-68.427268, 45.927084], [-68.427264, 45.926981], [-68.427214, 45.925283], [-68.427202, 45.924383], [-68.427189, 45.923461], [-68.427164, 45.921989], [-68.427124, 45.920499], [-68.427108, 45.918955], [-68.427108, 45.918123], [-68.427064, 45.916086], [-68.427043, 45.915148], [-68.427009, 45.9136], [-68.426975, 45.912056], [-68.426941, 45.910508], [-68.426923, 45.908955], [-68.426881, 45.907416], [-68.426864, 45.905868], [-68.426821, 45.904324], [-68.426795, 45.90278], [-68.426774, 45.901821], [-68.426773, 45.901752], [-68.42677, 45.901628], [-68.426767, 45.901529], [-68.426766, 45.901464], [-68.426761, 45.901229], [-68.42676, 45.901191], [-68.426757, 45.901056], [-68.426744, 45.900474], [-68.426727, 45.899683], [-68.426701, 45.898131], [-68.426695, 45.897728], [-68.426684, 45.897135], [-68.426676, 45.896578], [-68.426642, 45.895025], [-68.426607, 45.893482], [-68.426582, 45.891956], [-68.426573, 45.891159], [-68.426572, 45.891076], [-68.426564, 45.890435], [-68.426521, 45.888904], [-68.426493, 45.887896], [-68.426479, 45.887374], [-68.426446, 45.885843], [-68.42641, 45.884313], [-68.426384, 45.882788], [-68.426351, 45.881262], [-68.426339, 45.88073], [-68.426317, 45.879741], [-68.426282, 45.878215], [-68.426248, 45.876685], [-68.426228, 45.875488], [-68.426228, 45.875463], [-68.426228, 45.875449], [-68.426223, 45.87515], [-68.426221, 45.875073], [-68.426169, 45.870829], [-68.426247, 45.868904], [-68.426572, 45.860859], [-68.426572, 45.860848], [-68.426603, 45.855094], [-68.426613, 45.854083], [-68.426621, 45.85338], [-68.426621, 45.853159], [-68.426627, 45.85263], [-68.426628, 45.852563], [-68.426629, 45.852502], [-68.426633, 45.852285], [-68.426642, 45.851299], [-68.426643, 45.851228], [-68.426643, 45.851165], [-68.426702, 45.845604], [-68.426762, 45.837476], [-68.426767, 45.836621], [-68.42677, 45.836381], [-68.426785, 45.834902], [-68.426848, 45.828646], [-68.426932, 45.823704], [-68.426982, 45.820745], [-68.426983, 45.820727], [-68.427033, 45.815786], [-68.427037, 45.814832], [-68.42704, 45.813927], [-68.427061, 45.807938], [-68.427101, 45.804014], [-68.427112, 45.802905], [-68.427129, 45.801243], [-68.427138, 45.800379], [-68.42714, 45.800163], [-68.427147, 45.799635], [-68.427161, 45.798592], [-68.427168, 45.798054], [-68.427175, 45.797528], [-68.427177, 45.797191], [-68.427193, 45.796191], [-68.427195, 45.795955], [-68.427197, 45.795854], [-68.427199, 45.795707], [-68.4272, 45.795637], [-68.427223, 45.794014], [-68.427247, 45.792178], [-68.427247, 45.792061], [-68.427271, 45.785333], [-68.427271, 45.785167], [-68.427275, 45.784204], [-68.427335, 45.779947], [-68.42734, 45.779659], [-68.427342, 45.779509], [-68.427378, 45.776833], [-68.427392, 45.775497], [-68.427426, 45.772171], [-68.427434, 45.771684], [-68.42748, 45.768579], [-68.427484, 45.768373], [-68.427499, 45.767464], [-68.427506, 45.76732], [-68.42751, 45.766521], [-68.427511, 45.766371], [-68.427511, 45.766349], [-68.427511, 45.766283], [-68.42752, 45.764568], [-68.427524, 45.763855], [-68.427525, 45.762468], [-68.427528, 45.762232], [-68.427529, 45.762117], [-68.427551, 45.759867], [-68.430673, 45.759919], [-68.430707, 45.759919], [-68.430834, 45.755473], [-68.430943, 45.750074], [-68.431041, 45.749642], [-68.431084, 45.747795], [-68.43109, 45.74755], [-68.431096, 45.747257], [-68.431151, 45.744868], [-68.431179, 45.74362], [-68.431205, 45.742478], [-68.43126, 45.740089], [-68.431315, 45.737699], [-68.431356, 45.73531], [-68.431424, 45.732925], [-68.431466, 45.730544], [-68.43152, 45.728164], [-68.431575, 45.725784], [-68.431616, 45.723408], [-68.431697, 45.721027], [-68.431737, 45.718638], [-68.431778, 45.716248], [-68.431819, 45.713859], [-68.431829, 45.713319], [-68.431832, 45.71315], [-68.431849, 45.712171], [-68.431851, 45.712018], [-68.431861, 45.711474], [-68.431902, 45.709084], [-68.431943, 45.706695], [-68.431985, 45.704305], [-68.432026, 45.701916], [-68.432067, 45.699526], [-68.432108, 45.697141], [-68.432149, 45.694752], [-68.432191, 45.692362], [-68.432232, 45.689973], [-68.432273, 45.687583], [-68.432314, 45.685198], [-68.432342, 45.682808], [-68.432348, 45.682239], [-68.432349, 45.682133], [-68.43237, 45.680428], [-68.432374, 45.679676], [-68.432384, 45.678056], [-68.432372, 45.675698], [-68.4324, 45.673335], [-68.432428, 45.670977], [-68.43244, 45.669933], [-68.432441, 45.669807], [-68.432451, 45.668961], [-68.432456, 45.668615], [-68.432463, 45.667827], [-68.43251, 45.66262], [-68.432491, 45.660267], [-68.432512, 45.65789], [-68.432533, 45.655501], [-68.432527, 45.65312], [-68.432547, 45.650726], [-68.432568, 45.648336], [-68.432589, 45.645942], [-68.43261, 45.643552], [-68.432617, 45.641297], [-68.432617, 45.641158], [-68.432617, 45.640873], [-68.432616, 45.640627], [-68.432615, 45.640295], [-68.432615, 45.640035], [-68.432614, 45.639742], [-68.432613, 45.639365], [-68.432613, 45.639118], [-68.432612, 45.638768], [-68.432612, 45.638727], [-68.432614, 45.638506], [-68.432616, 45.638265], [-68.432618, 45.638054], [-68.432633, 45.63637], [-68.432633, 45.63616], [-68.432634, 45.635968], [-68.432635, 45.635741], [-68.432635, 45.635504], [-68.432636, 45.635246], [-68.432637, 45.63503], [-68.432638, 45.634763], [-68.432639, 45.634521], [-68.432639, 45.634282], [-68.43264, 45.633967], [-68.43264, 45.63392], [-68.432641, 45.633765], [-68.432641, 45.633583], [-68.432642, 45.633311], [-68.432643, 45.633042], [-68.432644, 45.632658], [-68.432645, 45.632392], [-68.432645, 45.632104], [-68.432646, 45.631843], [-68.432647, 45.631568], [-68.432647, 45.631347], [-68.432648, 45.631079], [-68.432649, 45.630773], [-68.43265, 45.630515], [-68.432651, 45.630323], [-68.432651, 45.630133], [-68.432652, 45.629852], [-68.432653, 45.629662], [-68.432654, 45.629328], [-68.432654, 45.629165], [-68.432655, 45.629067], [-68.432657, 45.628822], [-68.43266, 45.628531], [-68.432662, 45.628296], [-68.432664, 45.628006], [-68.432667, 45.627652], [-68.43267, 45.627415], [-68.432672, 45.627094], [-68.432675, 45.626757], [-68.43255, 45.62506], [-68.432563, 45.623125], [-68.432629, 45.618957], [-68.432652, 45.615015], [-68.432732, 45.612443], [-68.432766, 45.603674], [-68.43285, 45.597824], [-68.432872, 45.595646], [-68.432901, 45.59273], [-68.432915, 45.59057], [-68.432945, 45.588419], [-68.432951, 45.586889], [-68.432955, 45.586706], [-68.432955, 45.58666], [-68.432958, 45.586486], [-68.432962, 45.586301], [-68.432965, 45.586108], [-68.432966, 45.586055], [-68.432968, 45.585938], [-68.432972, 45.585743], [-68.432975, 45.585573], [-68.432978, 45.585384], [-68.432982, 45.585207], [-68.432986, 45.584909], [-68.432994, 45.582649], [-68.432994, 45.581866], [-68.433001, 45.581204], [-68.433015, 45.579819], [-68.433015, 45.57972], [-68.433018, 45.579536], [-68.43302, 45.579225], [-68.433023, 45.57897], [-68.433024, 45.578864], [-68.433024, 45.578817], [-68.433026, 45.578685], [-68.433027, 45.578583], [-68.433027, 45.578547], [-68.433028, 45.578492], [-68.433028, 45.578482], [-68.433015, 45.57848], [-68.433002, 45.578478], [-68.432967, 45.578472], [-68.432356, 45.578371], [-68.432068, 45.578315], [-68.431469, 45.578204], [-68.431227, 45.578158], [-68.430853, 45.578084], [-68.43039, 45.577987], [-68.430371, 45.577983], [-68.430327, 45.577972], [-68.430249, 45.577953], [-68.430101, 45.577916], [-68.430024, 45.577897], [-68.429961, 45.577881], [-68.429923, 45.577872], [-68.429881, 45.57786], [-68.429813, 45.577842], [-68.429739, 45.577822], [-68.429674, 45.577804], [-68.429603, 45.577784], [-68.429579, 45.577778], [-68.429521, 45.577762], [-68.429501, 45.577758], [-68.429445, 45.577747], [-68.42937, 45.577731], [-68.429209, 45.577698], [-68.429192, 45.577693], [-68.429133, 45.577676], [-68.429052, 45.577652], [-68.42899, 45.577635], [-68.428949, 45.577623], [-68.428861, 45.577597], [-68.428754, 45.577566], [-68.428671, 45.577542], [-68.428608, 45.577526], [-68.428511, 45.577501], [-68.428418, 45.577477], [-68.428351, 45.57746], [-68.428336, 45.577455], [-68.427791, 45.577268], [-68.426865, 45.577029], [-68.425853, 45.5767], [-68.425518, 45.576617], [-68.424032, 45.576115], [-68.422987, 45.575803], [-68.421394, 45.575273], [-68.420521, 45.575017], [-68.419743, 45.574698], [-68.414389, 45.572848], [-68.413145, 45.573003], [-68.412113, 45.573151], [-68.410884, 45.573337], [-68.410555, 45.573387], [-68.409296, 45.573578]]], "type": "Polygon"}, "id": "1", "properties": {"county": "http://stko-kwg.geog.ucsb.edu/lod/resource/administrativeRegion.USA.23019", "countyName": "Penobscot County, Maine"}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_60eeb887ef14b1e9387557673360b412.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["county", "countyName"];
let aliases = ["county", "countyName"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"sticky": true,
"className": "foliumtooltip",
});
geo_json_60eeb887ef14b1e9387557673360b412.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
function geo_json_5d26498c8b10325c0643e6213d856023_styler(feature) {
switch(feature.id) {
default:
return {"color": "Blue", "fill": 0.8, "fillColor": "Blue", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_5d26498c8b10325c0643e6213d856023_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_5d26498c8b10325c0643e6213d856023_pointToLayer(feature, latlng) {
var opts = {
"stroke": true,
"color": "#3388ff",
"weight": 3,
"opacity": 1.0,
"lineCap": "round",
"lineJoin": "round",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#3388ff",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"bubblingMouseEvents": true,
"radius": 2,
};
let style = geo_json_5d26498c8b10325c0643e6213d856023_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_5d26498c8b10325c0643e6213d856023_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_5d26498c8b10325c0643e6213d856023.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_5d26498c8b10325c0643e6213d856023_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_5d26498c8b10325c0643e6213d856023 = L.geoJson(null, {
onEachFeature: geo_json_5d26498c8b10325c0643e6213d856023_onEachFeature,
style: geo_json_5d26498c8b10325c0643e6213d856023_styler,
pointToLayer: geo_json_5d26498c8b10325c0643e6213d856023_pointToLayer,
...{
}
});
function geo_json_5d26498c8b10325c0643e6213d856023_add (data) {
geo_json_5d26498c8b10325c0643e6213d856023
.addData(data);
}
geo_json_5d26498c8b10325c0643e6213d856023_add({"bbox": [-68.87467600353273, 44.73544299722835, -68.54731807070755, 45.655312595800524], "features": [{"bbox": [-68.82832987027138, 44.743936997215144, -68.80168867031273, 44.76144239718798], "geometry": {"coordinates": [[-68.80168867031273, 44.76144239718798], [-68.80256847031131, 44.761101930521875], [-68.8043384036419, 44.759505530524336], [-68.80917740363441, 44.7576323971939], [-68.81130687029776, 44.75650433052897], [-68.81324647029476, 44.75494319719809], [-68.8141462036267, 44.75277193053478], [-68.8161154702903, 44.75069279720469], [-68.81775487028779, 44.74985553053932], [-68.81937427028527, 44.748620730541234], [-68.82536160360928, 44.74620079721166], [-68.82637100360773, 44.7451009305467], [-68.82745027027272, 44.74427773054799], [-68.82832987027138, 44.743936997215144]], "type": "LineString"}, "id": "0", "properties": {"COMID": "1736934", "__folium_color": "Blue", "reachCode": "01020005000036", "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1736934", "surfacewatername": "Penobscot River", "waterType": "ArtificialPath"}, "type": "Feature"}, {"bbox": [-68.82933060360313, 44.743936997215144, -68.82832987027138, 44.7451447305466], "geometry": {"coordinates": [[-68.82933060360313, 44.7451447305466], [-68.82931127026984, 44.745121397213325], [-68.82925680360324, 44.74505559721342], [-68.82920227027, 44.74498979721352], [-68.82914767027006, 44.74492399721362], [-68.82909320360352, 44.744858197213716], [-68.82903867027022, 44.744792397213814], [-68.82898420360368, 44.74472659721391], [-68.82892960360374, 44.74466079721401], [-68.8288750702705, 44.744594997214165], [-68.8288206036039, 44.74452919721426], [-68.82876607027066, 44.74446339721436], [-68.82871147027078, 44.74439759721446], [-68.82865700360418, 44.744331797214556], [-68.82860247027094, 44.744265997214654], [-68.82854800360434, 44.74420019721475], [-68.82849340360445, 44.74413439721485], [-68.82843887027116, 44.74406859721495], [-68.82838440360462, 44.744002797215046], [-68.82832987027138, 44.743936997215144]], "type": "LineString"}, "id": "1", "properties": {"COMID": "1743088", "__folium_color": "Blue", "reachCode": "01020005000408", "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1743088", "surfacewatername": "Souadabscook Stream", "waterType": "ArtificialPath"}, "type": "Feature"}, {"bbox": [-68.83221600359866, 44.73544299722835, -68.82832987027138, 44.743936997215144], "geometry": {"coordinates": [[-68.82832987027138, 44.743936997215144], [-68.82882940360389, 44.74273073055036], [-68.82963880360268, 44.742113197217975], [-68.83015847026849, 44.741304330552566], [-68.8312572702668, 44.73865039722335], [-68.83104720360046, 44.737820197224664], [-68.83221600359866, 44.73544299722835]], "type": "LineString"}, "id": "2", "properties": {"COMID": "1736956", "__folium_color": "Blue", "reachCode": "01020005000034", "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1736956", "surfacewatername": "Penobscot River", "waterType": "ArtificialPath"}, "type": "Feature"}, {"bbox": [-68.87467600353273, 44.77011613050786, -68.85560920356232, 44.77592553049885], "geometry": {"coordinates": [[-68.87467600353273, 44.77592553049885], [-68.87448327019973, 44.775856930498946], [-68.87348820353458, 44.7752395304999], [-68.87339187020143, 44.775056530500194], [-68.87335980353481, 44.77414193050163], [-68.87313507020178, 44.773433130502724], [-68.87281407020231, 44.77293013050348], [-68.8724288702029, 44.77256419717071], [-68.87149800353768, 44.772152597171385], [-68.86963627020725, 44.771969597171676], [-68.86921900354122, 44.77212973050473], [-68.86873740354196, 44.772609797170674], [-68.8674532702106, 44.772792597170394], [-68.8658162035465, 44.77256399717072], [-68.864628470215, 44.77228953050451], [-68.86356940355, 44.771832130505175], [-68.86218907021879, 44.771626130505524], [-68.86074467022104, 44.77126013050611], [-68.86007060355541, 44.770939930506586], [-68.85859420355769, 44.770619730507065], [-68.8580806035585, 44.77059673050712], [-68.85759900355924, 44.77071099717358], [-68.85670040356064, 44.7707793971735], [-68.85618680356146, 44.770527797173884], [-68.85560920356232, 44.77011613050786]], "type": "LineString"}, "id": "3", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735920", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.7186832037749, 44.97986959684897, -68.70866800379042, 45.00007839681757], "geometry": {"coordinates": [[-68.71628887044528, 44.97986959684897], [-68.71628947044525, 44.980212530181745], [-68.71670900377796, 44.98064653018105], [-68.71712960377727, 44.981743730179346], [-68.71803387044253, 44.98302339684403], [-68.7184560704419, 44.984943796841094], [-68.7186822037749, 44.985332330173776], [-68.7186832037749, 44.98588113017297], [-68.71829760377545, 44.9865215968386], [-68.71742820377682, 44.986865196838096], [-68.71572067044616, 44.986935196837976], [-68.7154308704466, 44.98702693017117], [-68.71475487044762, 44.98753039683703], [-68.71436907044824, 44.988010796836306], [-68.7138212704491, 44.98801119683628], [-68.71291880378385, 44.98785193016988], [-68.7120488037852, 44.98789819683651], [-68.70963240378893, 44.98822013016934], [-68.70924587045619, 44.98835759683578], [-68.70876387045695, 44.98924973016773], [-68.70866800379042, 44.98982133016682], [-68.70905627045647, 44.99075853016535], [-68.70989567045518, 44.991809730163766], [-68.71028420378792, 44.992883996828766], [-68.71122060378644, 44.993980930160376], [-68.71144687045279, 44.99441519682637], [-68.71154420378593, 44.99487233015901], [-68.71141620378614, 44.99535253015824], [-68.71080500378713, 44.99619899682358], [-68.71064460378733, 44.99663353015626], [-68.71071060378728, 44.99763959682139], [-68.71084000378704, 44.99791379682091], [-68.71125927045307, 44.99816513015389], [-68.712807203784, 44.998689730153046], [-68.71419407044851, 44.9993289301521], [-68.715806670446, 44.99989939681785], [-68.7160002704457, 45.00007839681757]], "type": "LineString"}, "id": "4", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735580", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.78755667033465, 44.88922899698963, -68.71506900378051, 44.94415293023769], "geometry": {"coordinates": [[[-68.74949507039372, 44.93079373025847], [-68.74907727039437, 44.93109133025797], [-68.74817687039575, 44.931572530257256], [-68.74775867039642, 44.93164153025714], [-68.74708220373077, 44.931436530257486], [-68.74656647039825, 44.931094130257975], [-68.7461466703989, 44.93040853025906], [-68.74611360373228, 44.92999699692638], [-68.7459844037325, 44.92976853026005], [-68.74559747039979, 44.9294717302605], [-68.74492080373415, 44.92912939692769], [-68.74453447040139, 44.92910693026107], [-68.74376280373593, 44.92947359692715], [-68.74331240373664, 44.929565530260334], [-68.7430544704037, 44.92945139692722], [-68.74269967040425, 44.929085930261124], [-68.74234420373813, 44.9283545969289], [-68.74044327040775, 44.927396196930374], [-68.73828440374444, 44.92614079693237], [-68.73625480374761, 44.92520539693379], [-68.73602947041462, 44.92518273026718], [-68.73583647041494, 44.92529719693363], [-68.73561220374859, 44.92580039693286], [-68.73529107041577, 44.926143730265665], [-68.73480880374984, 44.926418530265266], [-68.73371467041824, 44.92653379693172], [-68.73210440375402, 44.92605519693245], [-68.7313636037552, 44.92569019693303], [-68.72910900375871, 44.92489193026762], [-68.72817560376012, 44.924869930267675], [-68.72704960376188, 44.92512239693394], [-68.72556907043088, 44.925169396933825], [-68.7244752037659, 44.92544473026675], [-68.72402507043324, 44.9257423302663], [-68.72392900376673, 44.92599393026592], [-68.72383380376687, 44.92674853026472], [-68.72444780376594, 44.92821139692916], [-68.72451380376583, 44.92914879692768], [-68.7243216037661, 44.92972059692681], [-68.72290647043496, 44.93040773025905], [-68.72213427043619, 44.930614196925376], [-68.72178007043675, 44.93052299692556], [-68.7213612704374, 44.93029473025922], [-68.7210064037713, 44.92976913026007], [-68.72094027043806, 44.92880893026154], [-68.72084347043818, 44.92860313026188], [-68.72048900377206, 44.928306196928986], [-68.71971647043995, 44.92830679692901], [-68.7181402704424, 44.92892539692804], [-68.71768967044306, 44.928971530261265], [-68.71733547044363, 44.928834730261485], [-68.71701320377747, 44.92853759692861], [-68.71701247044416, 44.92817179692918], [-68.71746147044342, 44.92711959693082], [-68.71791147044274, 44.92673059693141], [-68.71942320377372, 44.92611213026572], [-68.71968020377335, 44.925768796932914], [-68.71974367043993, 44.92522013026712], [-68.71961407044012, 44.92476293026783], [-68.71951747044022, 44.92471719693458], [-68.71948487044028, 44.924419996935], [-68.71919407044078, 44.92377999693599], [-68.71832360377545, 44.92282039693748], [-68.71780807044291, 44.92243213027143], [-68.71600460377903, 44.92177039693911], [-68.71506960378048, 44.92065079694089], [-68.71506900378051, 44.92026199694146], [-68.71526107044684, 44.91962173027582], [-68.71551787044643, 44.9191641969432], [-68.71619267044542, 44.91854633027748], [-68.71673847044457, 44.917722796945384], [-68.71670387044463, 44.91619093028112], [-68.71689620377765, 44.91571059694854], [-68.71689520377765, 44.91504753028289], [-68.71862900377494, 44.91264519695329], [-68.71862827044163, 44.91218793028736], [-68.71830620377546, 44.91198239695433], [-68.71669660377796, 44.91157219695498], [-68.71579480377937, 44.91100119695585], [-68.71566580377959, 44.91079559695618], [-68.71566480377959, 44.91020113029043], [-68.71582507044599, 44.909812330291004], [-68.71630687044524, 44.90921739695864], [-68.7180422037759, 44.907866996960706], [-68.71810620377579, 44.90770679696095], [-68.71871707044147, 44.907340530294846], [-68.72186780376995, 44.90587459696383], [-68.7238626704335, 44.90589573029712], [-68.72514860376486, 44.90534579696464], [-68.72884387042575, 44.9025987969689], [-68.73054760375646, 44.901796930303476], [-68.73282927041959, 44.90046873030553], [-68.73385787041798, 44.90001053030625], [-68.73466167041676, 44.89973533030667], [-68.736430670414, 44.89955073030694], [-68.73768480374537, 44.89925219697409], [-68.73810247041138, 44.899000330307786], [-68.73839100374431, 44.898474130308614], [-68.73864667041056, 44.897559196976715], [-68.73832287041108, 44.896484930311715], [-68.73822620374455, 44.89643933031181], [-68.73774127041196, 44.89515933031379], [-68.73764460374542, 44.895113730313824], [-68.73738600374583, 44.894450796981516], [-68.73709380374629, 44.89301073031709], [-68.73725407041275, 44.89280473031744], [-68.7381534704113, 44.89209513031852], [-68.7395674704091, 44.8914077303196], [-68.74046687040772, 44.8907893969872], [-68.74149520373948, 44.89028533032132], [-68.74239520373806, 44.889964330321845], [-68.74416360373533, 44.889665330322316], [-68.7467688037313, 44.88954819698915], [-68.74776620372973, 44.88961573032236], [-68.74947040372712, 44.88940813032269], [-68.7515792703905, 44.8895921303224], [-68.75215740372289, 44.88995853032185], [-68.75292780372172, 44.89071393032066], [-68.7533136703878, 44.890805796987195], [-68.75398940372008, 44.8906921303207], [-68.75415047038649, 44.89057799698753], [-68.75411987038655, 44.88982339698873], [-68.75395960372015, 44.889571730322416], [-68.75399207038674, 44.889411730322706], [-68.75424980371969, 44.88922899698963], [-68.75482840371876, 44.88936679698941], [-68.75486047038538, 44.889458396989255], [-68.75550347038438, 44.88961913032239], [-68.7555996037176, 44.88971059698889], [-68.75656400371605, 44.89003173032171], [-68.75698120371544, 44.89042093032111], [-68.75733420371489, 44.89090153032038], [-68.75829747038006, 44.89167979698584], [-68.75910120371213, 44.891932196985465], [-68.76045060371007, 44.8927337969842], [-68.7605786703765, 44.893008330317116], [-68.76006320371067, 44.893442196983074], [-68.75938747037839, 44.893510130316315], [-68.75925860371188, 44.89362433031613], [-68.75922547037862, 44.894058730315464], [-68.7597716037111, 44.89449373031482], [-68.76022160371042, 44.894677130314506], [-68.76025320371036, 44.89488293031417], [-68.75935207037844, 44.89511059698049], [-68.75935127037843, 44.89552219697987], [-68.7595760037114, 44.89577399697947], [-68.760926070376, 44.89623259697879], [-68.76285380370632, 44.89751499697678], [-68.76333507037225, 44.89817853030905], [-68.76333427037224, 44.89858999697509], [-68.76259347037336, 44.89902379697446], [-68.76095147037591, 44.899753930306645], [-68.7604680703767, 44.90014213030605], [-68.76033880371023, 44.900439130305585], [-68.7603374037102, 44.90117079697109], [-68.76056160370985, 44.90167413030366], [-68.76104327037581, 44.90208619696966], [-68.76158987037496, 44.902269596969404], [-68.76213707037408, 44.902178796969565], [-68.76255520370677, 44.902201996969495], [-68.76249047037356, 44.902384796969216], [-68.76149127037507, 44.90338993030099], [-68.76055760370986, 44.90370913030051], [-68.76055640370987, 44.90430359696626], [-68.76065240370974, 44.90457799696583], [-68.76103780370914, 44.90492153029862], [-68.76116520370891, 44.905538930297666], [-68.76129360370874, 44.90569913029742], [-68.76193700370771, 44.90574553029734], [-68.76219440370733, 44.90574579696403], [-68.76229067037383, 44.905837330297175], [-68.76222567037394, 44.906202996963316], [-68.76183847037458, 44.906751530295764], [-68.76183707037455, 44.90746033029467], [-68.76225367037392, 44.908329530293315], [-68.76225327037389, 44.90851239695968], [-68.76193140370776, 44.908580730292954], [-68.76144940370847, 44.90823719696016], [-68.76061360370977, 44.907916396960616], [-68.7595838037114, 44.90793819696057], [-68.7589396037124, 44.90832619695999], [-68.75864920371282, 44.90869179695943], [-68.75784140371411, 44.91040579695675], [-68.75745440371469, 44.91086279695605], [-68.75700320371539, 44.91120533028885], [-68.7562302037166, 44.91157033028827], [-68.7550710037184, 44.911934930287714], [-68.75439527038611, 44.911934196954405], [-68.75397720372007, 44.91184233028787], [-68.75362360372065, 44.91163619695487], [-68.75314247038807, 44.910949730289246], [-68.75304720372156, 44.91037799695681], [-68.75314647038806, 44.90905179695886], [-68.75334080372107, 44.908457596959806], [-68.75401900372003, 44.907315130294876], [-68.75508307038507, 44.90612719696338], [-68.75547067038445, 44.90541873029787], [-68.75547300371778, 44.90427553029963], [-68.75534520371798, 44.90386393030025], [-68.754446870386, 44.90262819696886], [-68.75390107038686, 44.902101730303], [-68.75313020372141, 44.9015521969705], [-68.75174780372356, 44.901116330304546], [-68.75097540372474, 44.9012069303044], [-68.75029907039249, 44.901526196970565], [-68.7500412037262, 44.901800330303445], [-68.74968587039342, 44.90241733030251], [-68.74946647039377, 44.90253259696897], [-68.74888820372797, 44.90292199696836], [-68.7480844703959, 44.90317433030134], [-68.74724800373053, 44.90319799696795], [-68.74493007040081, 44.90246879696906], [-68.74299887040382, 44.90208213030303], [-68.74209807040518, 44.90210593030298], [-68.74164800373921, 44.902266396969424], [-68.74090927040703, 44.902884530301776], [-68.74075000374063, 44.90368499696717], [-68.74123400373986, 44.90437039696616], [-68.74187820373885, 44.90478139696552], [-68.74361667040284, 44.90525979696474], [-68.74381040373589, 44.90564819696414], [-68.74374707040266, 44.90610559696347], [-68.74268740373759, 44.907158530295135], [-68.74188420373889, 44.907730930294235], [-68.74005247040839, 44.90889893029242], [-68.73924947040962, 44.90963133029129], [-68.73819020374458, 44.91088999695603], [-68.73806227041149, 44.91132453028865], [-68.73803187041153, 44.91228479695383], [-68.73829267041111, 44.913999530284514], [-68.73900347041001, 44.91546219694891], [-68.73932587040952, 44.91580479694841], [-68.73971260374225, 44.91601019694809], [-68.74038867040787, 44.91619253028114], [-68.74090367040708, 44.91623773028107], [-68.74212620373851, 44.91598499694811], [-68.74325087040341, 44.915229330282614], [-68.74382907040251, 44.91470279695011], [-68.74437540373498, 44.91435933028396], [-68.74511487040053, 44.91403839695113], [-68.74546900373332, 44.914106596951], [-68.74637140373193, 44.914791596949954], [-68.74704900373087, 44.91563679694866], [-68.74743700373023, 44.91650533028064], [-68.74808200372922, 44.91716773027963], [-68.74827647039558, 44.91783059694524], [-68.74821547039568, 44.919408330276156], [-68.74805627039598, 44.9202545302748], [-68.74818620372906, 44.920780196940655], [-68.74850887039526, 44.9212143302733], [-68.7491540037276, 44.92187679693899], [-68.74947607039377, 44.921990730272114], [-68.75044720372557, 44.922333596938245], [-68.75096207039144, 44.92237993027152], [-68.75208880372304, 44.9222667302717], [-68.75347320372089, 44.92199379693881], [-68.75534007038465, 44.92190433027224], [-68.75643420371625, 44.92192833027224], [-68.75739887038145, 44.92231799693826], [-68.75842720371321, 44.92305073027046], [-68.75942287037833, 44.924080730268884], [-68.75942260371164, 44.924172130268744], [-68.75961540371134, 44.92430959693519], [-68.76009647037728, 44.92520179693378], [-68.76061067037648, 44.92556813026658], [-68.76122200370884, 44.925728730266314], [-68.76209067037416, 44.92582099693283], [-68.76273460370652, 44.925707330266334], [-68.76344360370541, 44.92531933026697], [-68.7639922703712, 44.92449673026823], [-68.76454020370369, 44.924108530268825], [-68.76518367036937, 44.92417773026875], [-68.76585920370167, 44.92438419693508], [-68.76704860369978, 44.92509419693397], [-68.76826980369793, 44.92605573026583], [-68.76997280369528, 44.927657796929964], [-68.77170840369257, 44.928985530261286], [-68.7736054703563, 44.93010759692618], [-68.77441027035502, 44.93003959692629], [-68.77499040368747, 44.92962859692693], [-68.7752808703537, 44.92919453026093], [-68.77544360368677, 44.9281885302625], [-68.7753484703536, 44.9273423969305], [-68.77538380368685, 44.9254675302667], [-68.77548040368674, 44.92544473026675], [-68.77551320368667, 44.92507893026732], [-68.77580420368622, 44.924324730268495], [-68.77609460368575, 44.92391333026916], [-68.77648120368514, 44.923684930269474], [-68.77712500368415, 44.92354839693638], [-68.77751067035024, 44.92389173026919], [-68.7779932036828, 44.92405213026893], [-68.77969860368017, 44.924259330268626], [-68.7797304036801, 44.924487996934886], [-68.78011627034618, 44.924716996934535], [-68.7803076036792, 44.92586039693276], [-68.77937040368067, 44.928100396929324], [-68.77936840368068, 44.92931219692741], [-68.77946407034722, 44.92976959692669], [-68.77900860368123, 44.93269599692218], [-68.77913620368105, 44.93347339692099], [-68.77929660368079, 44.933747996920545], [-68.77993967034644, 44.9341829302532], [-68.7803572703458, 44.93473199691903], [-68.78035560367914, 44.935760996917395], [-68.77993587034649, 44.936515130249575], [-68.7786132703485, 44.93822893024691], [-68.77854787034863, 44.93877759691276], [-68.77867607034841, 44.93916653024547], [-68.7787726036816, 44.93921219691208], [-68.77880447034823, 44.93939519691179], [-68.77922220368089, 44.93987573024435], [-68.77996220367976, 44.94015073024394], [-68.78067047034534, 44.94010553024401], [-68.7813790703442, 44.93980893024445], [-68.78344200367434, 44.9382099969136], [-68.78466627033913, 44.93759359691455], [-68.7852458703382, 44.937525530248024], [-68.78605000367031, 44.93798339691398], [-68.78685287033574, 44.939241596911984], [-68.78694780366891, 44.94031633024366], [-68.78755667033465, 44.94214599690753], [-68.78749187033475, 44.94244319690705], [-68.78713740366862, 44.94260299690677], [-68.78597807033708, 44.94280793023978], [-68.7823704703427, 44.943948330238015], [-68.78101800367813, 44.94415293023769], [-68.78056740367884, 44.94408399690451], [-68.78008480367959, 44.94385493023816], [-68.77940980368061, 44.94316839690589], [-68.77912100368104, 44.942665130240016], [-68.77870287034835, 44.94229893024061], [-68.77847780368205, 44.94220733024076], [-68.77799467034947, 44.94225259690734], [-68.77776920368314, 44.94234379690721], [-68.77751107035022, 44.94273239690659], [-68.77718780368406, 44.94346379690546], [-68.776575403685, 44.94387479690482], [-68.77586720368612, 44.94385139690485], [-68.7711040703602, 44.942818196906444], [-68.77013907036167, 44.942428596907064], [-68.76927020369635, 44.942176330240784], [-68.76750087036578, 44.94144299690862], [-68.7671150036997, 44.94121399690897], [-68.7666008037005, 44.940733330243006], [-68.76647260370072, 44.9404129969102], [-68.7664120037008, 44.938446730246596], [-68.7663154703676, 44.9384007969133], [-68.76628387036766, 44.93805793024717], [-68.76618740370117, 44.93801213024727], [-68.76612347036792, 44.93776053024766], [-68.76586680370161, 44.937302930248336], [-68.76551340370219, 44.93691393024898], [-68.76551360370217, 44.93682239691577], [-68.76432440370405, 44.9358381302506], [-68.76303787037267, 44.93531093025143], [-68.76271600370654, 44.93535633025135], [-68.76213580370745, 44.935744396917414], [-68.7618132703746, 44.93601853025035], [-68.7612952703754, 44.93748133024809], [-68.76026327037698, 44.93844073024661], [-68.75955447037808, 44.93873719691277], [-68.75916807037868, 44.93871393024614], [-68.75862120371289, 44.93853053024645], [-68.75823540371346, 44.93825573024685], [-68.7579464703806, 44.937843796914194], [-68.75778640371419, 44.93743213024817], [-68.75785327038074, 44.936266130249976], [-68.75807960371372, 44.93580899691733], [-68.75824127038015, 44.93542053025129], [-68.75904800371222, 44.93443813025277], [-68.75917740371204, 44.93416393025325], [-68.75905000371222, 44.93347773025431], [-68.75885720371252, 44.933271796921304], [-68.75882540371259, 44.93308879692154], [-68.75815087038029, 44.93235639692267], [-68.75773280371425, 44.93215019692303], [-68.75351900372078, 44.930819730258406], [-68.75155647039054, 44.93040599692574], [-68.75046200372554, 44.9304277969257], [-68.74981780372656, 44.930609930258754], [-68.74949507039372, 44.93079373025847]]], "type": "Polygon"}, "id": "5", "properties": {"COMID": "2680590", "__folium_color": "Blue", "reachCode": "None", "surfacewater": "https://geoconnex.us/nhdplusv2/comid/2680590", "surfacewatername": "Caribou Bog", "waterType": "SwampMarsh"}, "type": "Feature"}, {"bbox": [-68.67486427050954, 44.86966453035336, -68.671582203848, 44.87368779701376], "geometry": {"coordinates": [[[-68.671582203848, 44.86993919701956], [-68.67203227051397, 44.86975619701985], [-68.67211727051381, 44.869743397019874], [-68.672643070513, 44.86966453035336], [-68.67286860384598, 44.87021313035251], [-68.67319060384551, 44.87073893035165], [-68.67463840384323, 44.871675730350205], [-68.67486367050958, 44.871949997016486], [-68.67486427050954, 44.87261313034878], [-68.67460787050993, 44.87368779701376], [-68.67370720384469, 44.873368130347615], [-68.67335340384523, 44.873162530347884], [-68.67325667051205, 44.872979597014876], [-68.67332087051193, 44.872728130348605], [-68.6735456705116, 44.87247653034899], [-68.67354507051158, 44.87174479701679], [-68.67174300384772, 44.87000779701947], [-68.671582203848, 44.86993919701956]]], "type": "Polygon"}, "id": "6", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735128", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.67448040384346, 44.874716797012184, -68.67120227051527, 44.87794179700717], "geometry": {"coordinates": [[[-68.67433040384373, 44.87477013034544], [-68.67448007051013, 44.874716797012184], [-68.67448040384346, 44.87508259701161], [-68.67396747051095, 44.876957797008686], [-68.67355000384492, 44.87755253034112], [-68.67300347051247, 44.877849997007274], [-68.6723282038468, 44.87794179700717], [-68.6716204705146, 44.87771333034084], [-68.67120227051527, 44.87743919700796], [-68.67123427051519, 44.877347597008054], [-68.67219880384704, 44.87709573034181], [-68.67277747051281, 44.87677539700894], [-68.67303447051239, 44.87652379700938], [-68.67396587051093, 44.875082930344945], [-68.67415860384398, 44.87483133034533], [-68.67433040384373, 44.87477013034544]]], "type": "Polygon"}, "id": "7", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735126", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.67120227051527, 44.877234330341594, -68.66801840385352, 44.87743919700796], "geometry": {"coordinates": [[-68.66801840385352, 44.87734893034144], [-68.6687258038524, 44.877234330341594], [-68.67055900384958, 44.877302197008134], [-68.67120227051527, 44.87743919700796]], "type": "LineString"}, "id": "8", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735764", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.67448007051013, 44.874716797012184, -68.67120227051527, 44.87753673034115], "geometry": {"coordinates": [[-68.67120227051527, 44.87743919700796], [-68.67128227051512, 44.877386997008045], [-68.6713876038483, 44.877403530341326], [-68.6714926705148, 44.87741999700796], [-68.67159787051463, 44.8774365303413], [-68.67170300384782, 44.877452930341235], [-68.6718082705143, 44.87746939700787], [-68.67191347051414, 44.87748593034121], [-68.67201880384732, 44.877502397007845], [-68.67212400384716, 44.877518930341125], [-68.67222907051365, 44.87753533034112], [-68.67223800384699, 44.87753673034115], [-68.67232760384684, 44.877494330341165], [-68.67241720384669, 44.87745193034124], [-68.6725066705132, 44.87740953034131], [-68.6725964705131, 44.87736713034138], [-68.67268607051295, 44.8773247970081], [-68.67277580384615, 44.87728239700817], [-68.67286527051266, 44.877239997008246], [-68.67295500384586, 44.87719759700832], [-68.67304460384571, 44.87715519700839], [-68.67313427051226, 44.877112797008465], [-68.67322380384542, 44.87707039700854], [-68.67331340384533, 44.877027997008554], [-68.67339087051187, 44.876991397008624], [-68.6734216705118, 44.87691819700876], [-68.67345280384507, 44.87684513034219], [-68.6734836705117, 44.87677199700897], [-68.67351467051168, 44.87669879700911], [-68.67354560384496, 44.87662573034254], [-68.67357647051153, 44.87655253034262], [-68.67360760384486, 44.876479397009405], [-68.67363840384479, 44.876406197009544], [-68.67366927051143, 44.87633313034297], [-68.67370027051135, 44.87625993034311], [-68.67373127051133, 44.87618679700989], [-68.6737622038446, 44.876113597009976], [-68.67379307051124, 44.87604053034346], [-68.67382400384452, 44.87596733034354], [-68.67385500384444, 44.875894197010325], [-68.67388587051107, 44.875820997010464], [-68.67391687051105, 44.87574793034389], [-68.67394787051097, 44.87567473034403], [-68.67397867051096, 44.875601597010814], [-68.67400967051088, 44.87552853034424], [-68.67404060384416, 44.87545533034438], [-68.67407160384414, 44.875382197011106], [-68.67410247051072, 44.875308997011246], [-68.67413340384405, 44.87523593034467], [-68.67416447051062, 44.87516273034481], [-68.67419527051061, 44.875089597011595], [-68.67422620384389, 44.87501639701168], [-68.67425720384381, 44.87494333034516], [-68.67428820384379, 44.87487013034524], [-68.67440500384362, 44.874799130345366], [-68.67448007051013, 44.874716797012184]], "type": "LineString"}, "id": "9", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1736822", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.6746086038433, 44.87368779701376, -68.67448007051013, 44.874716797012184], "geometry": {"coordinates": [[-68.67448007051013, 44.874716797012184], [-68.6746086038433, 44.87453393034576], [-68.67460787050993, 44.87368779701376]], "type": "LineString"}, "id": "10", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1735770", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.67460787050993, 44.869743397019874, -68.67211727051381, 44.87368779701376], "geometry": {"coordinates": [[-68.67460787050993, 44.87368779701376], [-68.67455727051004, 44.87363413034717], [-68.67451340384343, 44.87356439701398], [-68.67446947051019, 44.87349459701409], [-68.67442560384359, 44.87342493034748], [-68.67438180384363, 44.87335519701429], [-68.67433787051039, 44.8732853970144], [-68.67429387051044, 44.87321573034785], [-68.67425020384383, 44.87314593034796], [-68.67420620384394, 44.87307619701471], [-68.67416227051064, 44.873006530348164], [-68.67411840384403, 44.87293673034827], [-68.67407447051079, 44.872866997015024], [-68.67403060384419, 44.87279719701513], [-68.67403100384416, 44.87279579701516], [-68.67404407051083, 44.87271999701528], [-68.6740570705108, 44.872644197015404], [-68.6740704038441, 44.87256839701553], [-68.67408340384412, 44.87249273034894], [-68.67409667051078, 44.87241693034906], [-68.67410967051075, 44.872341130349184], [-68.67412300384404, 44.87226533034931], [-68.67413600384401, 44.87218953034943], [-68.67414927051067, 44.872113730349554], [-68.67416227051064, 44.87203793034968], [-68.67412920384402, 44.871994530349696], [-68.67407760384413, 44.87192739701652], [-68.67402620384422, 44.87186033034993], [-68.67397480384426, 44.871793330350044], [-68.67392340384436, 44.87172619701681], [-68.6738718705111, 44.871659130350224], [-68.6738204705112, 44.87159199701699], [-68.6737690038446, 44.87152493035046], [-68.6737176038447, 44.87145779701723], [-68.67366607051144, 44.87139073035064], [-68.67361467051148, 44.87132359701741], [-68.67356307051159, 44.87125653035088], [-68.67354480384495, 44.871247397017555], [-68.67345627051174, 44.87120373035094], [-68.67336807051186, 44.871159997017685], [-68.67327967051204, 44.87111633035107], [-68.67319140384546, 44.871072597017815], [-68.67310300384565, 44.8710289303512], [-68.67307227051236, 44.87098879701796], [-68.67302080384576, 44.87092173035137], [-68.67296940384585, 44.87085459701814], [-68.6729178705126, 44.870787530351606], [-68.67286647051264, 44.870720397018374], [-68.6728150038461, 44.870653330351786], [-68.67276360384614, 44.870586197018554], [-68.67271200384624, 44.87051913035202], [-68.67266060384634, 44.87045199701879], [-68.67260927051308, 44.8703849303522], [-68.67255787051312, 44.87031779701897], [-68.67250627051322, 44.87025079701908], [-68.67245487051332, 44.87018373035255], [-68.67240340384672, 44.87011659701932], [-68.67235200384681, 44.87004953035273], [-68.67230047051356, 44.8699823970195], [-68.6722490705136, 44.86991533035297], [-68.67219760384705, 44.869848197019735], [-68.67214620384709, 44.86978113035315], [-68.67211727051381, 44.869743397019874]], "type": "LineString"}, "id": "11", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1736826", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.66801840385352, 44.87726419700823, -68.66791907052033, 44.87734893034144], "geometry": {"coordinates": [[-68.66791907052033, 44.87726419700823], [-68.66794360385364, 44.87726639700821], [-68.66801840385352, 44.87734893034144]], "type": "LineString"}, "id": "12", "properties": {"COMID": null, "__folium_color": "Blue", "reachCode": null, "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1736816", "surfacewatername": null, "waterType": null}, "type": "Feature"}, {"bbox": [-68.57707560399467, 45.62662792917837, -68.54731807070755, 45.655312595800524], "geometry": {"coordinates": [[-68.57707560399467, 45.655312595800524], [-68.57629387066254, 45.65446639580182], [-68.57453460399864, 45.65311692913724], [-68.57443707066545, 45.65272812913787], [-68.57430687066562, 45.65252232913821], [-68.57420940399913, 45.65224799580528], [-68.57404647066608, 45.652064995805574], [-68.57404667066606, 45.65197352913901], [-68.57394880399954, 45.65192772913912], [-68.57394900399953, 45.65183632913926], [-68.57375360399982, 45.65153899580639], [-68.57277647066803, 45.650669795807744], [-68.5712456040037, 45.64950319580953], [-68.57049660400492, 45.648748395810685], [-68.57049660400492, 45.64865692914418], [-68.57036627067174, 45.64856539581098], [-68.57030140400519, 45.64838252914461], [-68.56978020400601, 45.64787919581204], [-68.56909620400705, 45.64730739581296], [-68.56665340401088, 45.645522995815725], [-68.56590447067867, 45.64481392915013], [-68.56525300401302, 45.64442499581742], [-68.56355840401568, 45.64417259581779], [-68.5626460040171, 45.643851995818295], [-68.56192980401818, 45.64323452915261], [-68.56186567068494, 45.642159929154275], [-68.56180047068506, 45.642091195821024], [-68.56180067068505, 45.642022595821174], [-68.56105127068622, 45.641702195821665], [-68.5608886040198, 45.64147352915535], [-68.56075867068665, 45.64110752915593], [-68.56059580402024, 45.64099319582277], [-68.55994420402129, 45.64087852915628], [-68.55981400402146, 45.64071839582317], [-68.5597818040215, 45.64035259582374], [-68.55984720402142, 45.64016972915738], [-68.55975000402157, 45.63968952915809], [-68.55955460402186, 45.639552329158334], [-68.55945720402201, 45.63930079582536], [-68.55922927068906, 45.63907199582576], [-68.55854500402347, 45.63895732915927], [-68.55782800402454, 45.63893399582594], [-68.55733960402529, 45.63856799582652], [-68.55678580402616, 45.63836192916017], [-68.556036270694, 45.638292929160286], [-68.55577580402775, 45.638155529160485], [-68.5556784040279, 45.63783552916101], [-68.55554820402807, 45.6376753958279], [-68.5548312706959, 45.63753779582811], [-68.55440800402988, 45.637285995828506], [-68.55427787069675, 45.63705732916219], [-68.55349627069796, 45.636576729162925], [-68.55291000403219, 45.63639352916323], [-68.55248620403285, 45.63637032916324], [-68.55170387070075, 45.63657572916293], [-68.55147600403444, 45.63641552916317], [-68.55147620403443, 45.636232595830165], [-68.55131367070135, 45.635912395830644], [-68.55128167070137, 45.635455129164654], [-68.55131440403466, 45.63534092916484], [-68.55206407070017, 45.63527279583161], [-68.55248787069951, 45.63511299583189], [-68.55255360403277, 45.63474719583246], [-68.55239100403298, 45.63454139583274], [-68.55186967070046, 45.63442672916625], [-68.5514138040345, 45.63417492916665], [-68.55141407070118, 45.63390072916707], [-68.55128420403469, 45.63358039583426], [-68.55128460403472, 45.63323752916813], [-68.55161080403423, 45.6329861958352], [-68.55161127070085, 45.632689129168966], [-68.55112307070164, 45.6322085958364], [-68.55050387070258, 45.63216252916982], [-68.5501782707031, 45.632047995836615], [-68.54998280403674, 45.63186499583691], [-68.54998360403675, 45.63129352917116], [-68.54975587070373, 45.63101899583825], [-68.54969107070383, 45.63074459583868], [-68.54995227070344, 45.63037899583924], [-68.55018080403642, 45.63003619583975], [-68.55021467070304, 45.62912179584117], [-68.55011687070322, 45.629075929174576], [-68.54998727070341, 45.628572929175334], [-68.54966200403726, 45.62822972917587], [-68.54914147070468, 45.62752072917698], [-68.54881607070519, 45.62720039584417], [-68.54862080403888, 45.62710879584432], [-68.54793640403989, 45.62708552917769], [-68.54774107070688, 45.6270167291778], [-68.5473830040408, 45.62676512917818], [-68.54731807070755, 45.62662792917837]], "type": "LineString"}, "id": "13", "properties": {"COMID": "1713202", "__folium_color": "Blue", "reachCode": "01020002000255", "surfacewater": "https://geoconnex.us/nhdplusv2/comid/1713202", "surfacewatername": "Hathaway Brook", "waterType": "StreamRiver"}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_5d26498c8b10325c0643e6213d856023.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["surfacewater", "surfacewatername", "waterType", "reachCode", "COMID"];
let aliases = ["surfacewater", "surfacewatername", "waterType", "reachCode", "COMID"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"sticky": true,
"className": "foliumtooltip",
});
geo_json_5d26498c8b10325c0643e6213d856023.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
function geo_json_cbfbee044dc14700b3439b5bfa812d70_styler(feature) {
switch(feature.id) {
default:
return {"color": "SaddleBrown", "fillColor": "SaddleBrown", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_cbfbee044dc14700b3439b5bfa812d70_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_cbfbee044dc14700b3439b5bfa812d70_pointToLayer(feature, latlng) {
var opts = {
"stroke": true,
"color": "#3388ff",
"weight": 3,
"opacity": 1.0,
"lineCap": "round",
"lineJoin": "round",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#3388ff",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"bubblingMouseEvents": true,
"radius": 3,
};
let style = geo_json_cbfbee044dc14700b3439b5bfa812d70_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_cbfbee044dc14700b3439b5bfa812d70_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_cbfbee044dc14700b3439b5bfa812d70.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_cbfbee044dc14700b3439b5bfa812d70_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_cbfbee044dc14700b3439b5bfa812d70 = L.geoJson(null, {
onEachFeature: geo_json_cbfbee044dc14700b3439b5bfa812d70_onEachFeature,
style: geo_json_cbfbee044dc14700b3439b5bfa812d70_styler,
pointToLayer: geo_json_cbfbee044dc14700b3439b5bfa812d70_pointToLayer,
...{
"hidden": true,
}
});
function geo_json_cbfbee044dc14700b3439b5bfa812d70_add (data) {
geo_json_cbfbee044dc14700b3439b5bfa812d70
.addData(data);
}
geo_json_cbfbee044dc14700b3439b5bfa812d70_add({"bbox": [-114.676029, 30.30617, -67.90235, 46.86159], "features": [{"bbox": [-70.260749, 44.067531, -70.260749, 44.067531], "geometry": {"coordinates": [-70.260749, 44.067531], "type": "Point"}, "id": "0", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001830733", "facilityName": "MID MAINE WASTE - TO - ENERGY FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.359644, 43.645986, -70.359644, 43.645986], "geometry": {"coordinates": [-70.359644, 43.645986], "type": "Point"}, "id": "1", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007274074", "facilityName": "ECOMAINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.847255, 44.712556, -69.847255, 44.712556], "geometry": {"coordinates": [-69.847255, 44.712556], "type": "Point"}, "id": "2", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008437290", "facilityName": "WASTE MANAGEMENT DISPOSALSERVICES OF MAINE, INC. D/B/A CROSSROADS LANDFILL - NOR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.18693, 44.04928, -70.18693, 44.04928], "geometry": {"coordinates": [-70.18693, 44.04928], "type": "Point"}, "id": "3", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008438324", "facilityName": "LEWISTON SOLID WASTE \u0026 RECYCLING FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.825833, 44.738333, -68.825833, 44.738333], "geometry": {"coordinates": [-68.825833, 44.738333], "type": "Point"}, "id": "4", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009913415", "facilityName": "PENOBSCOT ENERGY RECOVERY FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.304086, 46.517382, -68.304086, 46.517382], "geometry": {"coordinates": [-68.304086, 46.517382], "type": "Point"}, "id": "5", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010426976", "facilityName": "FRENCHVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.03935, 46.5978, -68.03935, 46.5978], "geometry": {"coordinates": [-68.03935, 46.5978], "type": "Point"}, "id": "6", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013694742", "facilityName": "PRESQUE ISLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.25171, 43.63762, -70.25171, 43.63762], "geometry": {"coordinates": [-70.25171, 43.63762], "type": "Point"}, "id": "7", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013917155", "facilityName": "SOUTH PORTLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-67.90235, 46.86159, -67.90235, 46.86159], "geometry": {"coordinates": [-67.90235, 46.86159], "type": "Point"}, "id": "8", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013917280", "facilityName": "TRI-COMMUNITY RECYCLING AND SANITARY LANDFILL-FORT FAIRFIELD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.239408, 44.197057, -70.239408, 44.197057], "geometry": {"coordinates": [-70.239408, 44.197057], "type": "Point"}, "id": "9", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014022921", "facilityName": "AUBURN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.81346, 43.91457, -69.81346, 43.91457], "geometry": {"coordinates": [-69.81346, 43.91457], "type": "Point"}, "id": "10", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020156178", "facilityName": "BATH SNOW DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.869458, 44.769686, -68.869458, 44.769686], "geometry": {"coordinates": [-68.869458, 44.769686], "type": "Point"}, "id": "11", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032749177", "facilityName": "NEW ENGLAND WASTE SERVICES OF MAINE - PINE TREE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.724728, 44.980464, -68.724728, 44.980464], "geometry": {"coordinates": [-68.724728, 44.980464], "type": "Point"}, "id": "12", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110038020049", "facilityName": "JUNIPER RIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.727187, 44.897279, -68.727187, 44.897279], "geometry": {"coordinates": [-68.727187, 44.897279], "type": "Point"}, "id": "13", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039664342", "facilityName": "ORONO CDD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.82, 43.94, -69.82, 43.94], "geometry": {"coordinates": [-69.82, 43.94], "type": "Point"}, "id": "14", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039666073", "facilityName": "BATH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.402782, 44.600914, -69.402782, 44.600914], "geometry": {"coordinates": [-69.402782, 44.600914], "type": "Point"}, "id": "15", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039671174", "facilityName": "NEW ENGLAND WASTE SERVICES OF ME, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.0497, 46.62691, -68.0497, 46.62691], "geometry": {"coordinates": [-68.0497, 46.62691], "type": "Point"}, "id": "16", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043178343", "facilityName": "AROOSTOOK WASTE SOLUTIONS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.71712, 44.7938, -69.71712, 44.7938], "geometry": {"coordinates": [-69.71712, 44.7938], "type": "Point"}, "id": "17", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110046237540", "facilityName": "SKOWHEGAN SOLID WASTE MANAGEMENT FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.668097, 44.878144, -68.668097, 44.878144], "geometry": {"coordinates": [-68.668097, 44.878144], "type": "Point"}, "id": "18", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110055618577", "facilityName": "ORONO WATER POLLUTION CONTROL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.58, 45.655556, -68.58, 45.655556], "geometry": {"coordinates": [-68.58, 45.655556], "type": "Point"}, "id": "19", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110058407941", "facilityName": "DOLBY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.71417, 44.31632, -69.71417, 44.31632], "geometry": {"coordinates": [-69.71417, 44.31632], "type": "Point"}, "id": "20", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060472607", "facilityName": "AUGUSTA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.03911, 43.96686, -70.03911, 43.96686], "geometry": {"coordinates": [-70.03911, 43.96686], "type": "Point"}, "id": "21", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060508641", "facilityName": "BRUNSWICK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.04379, 46.69193, -68.04379, 46.69193], "geometry": {"coordinates": [-68.04379, 46.69193], "type": "Point"}, "id": "22", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064786487", "facilityName": "NORTHERN MAINE REGIONAL AIRPORT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.81191, 43.92676, -69.81191, 43.92676], "geometry": {"coordinates": [-69.81191, 43.92676], "type": "Point"}, "id": "23", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110067529142", "facilityName": "BATH SNOW DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.03935, 46.5978, -68.03935, 46.5978], "geometry": {"coordinates": [-68.03935, 46.5978], "type": "Point"}, "id": "24", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070697819", "facilityName": "AROOSTOOK WASTE SOLUTIONS - PRESQUE ISLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-68.02055, 46.68062, -68.02055, 46.68062], "geometry": {"coordinates": [-68.02055, 46.68062], "type": "Point"}, "id": "25", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071396865", "facilityName": "PRESQUE ISLE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.520521, 42.731563, -71.520521, 42.731563], "geometry": {"coordinates": [-71.520521, 42.731563], "type": "Point"}, "id": "26", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001523405", "facilityName": "FOUR HILLS LFTE FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.35058, 42.97849, -72.35058, 42.97849], "geometry": {"coordinates": [-72.35058, 42.97849], "type": "Point"}, "id": "27", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001523414", "facilityName": "LANDFILL RECYCLING CNTR \u0026 TRANSFER ST", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.491299, 43.016876, -71.491299, 43.016876], "geometry": {"coordinates": [-71.491299, 43.016876], "type": "Point"}, "id": "28", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001523824", "facilityName": "MANCHESTER, CITY OF - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.62739, 44.261426, -71.62739, 44.261426], "geometry": {"coordinates": [-71.62739, 44.261426], "type": "Point"}, "id": "29", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004102328", "facilityName": "NORTH COUNTRY ENVIRONMENTAL SERVICES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.964685, 43.241166, -70.964685, 43.241166], "geometry": {"coordinates": [-70.964685, 43.241166], "type": "Point"}, "id": "30", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004102505", "facilityName": "WASTE MGMNT OF NH GAS REC FAC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.49612, 43.2112, -71.49612, 43.2112], "geometry": {"coordinates": [-71.49612, 43.2112], "type": "Point"}, "id": "31", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004106182", "facilityName": "NOBIS ENGINEERING INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.51718, 43.19953, -71.51718, 43.19953], "geometry": {"coordinates": [-71.51718, 43.19953], "type": "Point"}, "id": "32", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004115895", "facilityName": "CONCORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.30036, 42.75279, -71.30036, 42.75279], "geometry": {"coordinates": [-71.30036, 42.75279], "type": "Point"}, "id": "33", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007133128", "facilityName": "BFI - PELHAM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.231945, 42.946824, -72.231945, 42.946824], "geometry": {"coordinates": [-72.231945, 42.946824], "type": "Point"}, "id": "34", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007685736", "facilityName": "WINCHESTER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.387491, 44.695761, -71.387491, 44.695761], "geometry": {"coordinates": [-71.387491, 44.695761], "type": "Point"}, "id": "35", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013946891", "facilityName": "BERLIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.486206, 42.782304, -72.486206, 42.782304], "geometry": {"coordinates": [-72.486206, 42.782304], "type": "Point"}, "id": "36", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013959788", "facilityName": "HINSDALE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.47971, 44.88016, -71.47971, 44.88016], "geometry": {"coordinates": [-71.47971, 44.88016], "type": "Point"}, "id": "37", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013970355", "facilityName": "COLEBROOK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.653076, 42.951921, -71.653076, 42.951921], "geometry": {"coordinates": [-71.653076, 42.951921], "type": "Point"}, "id": "38", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013970382", "facilityName": "GOFFSTOWN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.077306, 43.005758, -71.077306, 43.005758], "geometry": {"coordinates": [-71.077306, 43.005758], "type": "Point"}, "id": "39", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013970391", "facilityName": "CHESTER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.263195, 43.883954, -71.263195, 43.883954], "geometry": {"coordinates": [-71.263195, 43.883954], "type": "Point"}, "id": "40", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013971808", "facilityName": "LOWER MT WASHINGTON VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.0133, 43.5632, -71.0133, 43.5632], "geometry": {"coordinates": [-71.0133, 43.5632], "type": "Point"}, "id": "41", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013989719", "facilityName": "WAKEFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.035854, 43.380312, -71.035854, 43.380312], "geometry": {"coordinates": [-71.035854, 43.380312], "type": "Point"}, "id": "42", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013989755", "facilityName": "FARMINGTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.839423, 43.967456, -71.839423, 43.967456], "geometry": {"coordinates": [-71.839423, 43.967456], "type": "Point"}, "id": "43", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013989951", "facilityName": "LISBON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.354014, 42.979634, -72.354014, 42.979634], "geometry": {"coordinates": [-72.354014, 42.979634], "type": "Point"}, "id": "44", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013989997", "facilityName": "KEENE LANDFILL AND RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.444164, 43.522866, -71.444164, 43.522866], "geometry": {"coordinates": [-71.444164, 43.522866], "type": "Point"}, "id": "45", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013990075", "facilityName": "NEW HAMPTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.263195, 43.883954, -71.263195, 43.883954], "geometry": {"coordinates": [-71.263195, 43.883954], "type": "Point"}, "id": "46", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013990084", "facilityName": "FREEDOM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.387491, 44.695761, -71.387491, 44.695761], "geometry": {"coordinates": [-71.387491, 44.695761], "type": "Point"}, "id": "47", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014004193", "facilityName": "ERROL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.387491, 44.695761, -71.387491, 44.695761], "geometry": {"coordinates": [-71.387491, 44.695761], "type": "Point"}, "id": "48", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014004228", "facilityName": "PITTSBURG MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.387491, 44.695761, -71.387491, 44.695761], "geometry": {"coordinates": [-71.387491, 44.695761], "type": "Point"}, "id": "49", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014004246", "facilityName": "WHITEFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.492659, 43.017865, -71.492659, 43.017865], "geometry": {"coordinates": [-71.492659, 43.017865], "type": "Point"}, "id": "50", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014004291", "facilityName": "MANCHESTER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.653076, 42.951921, -71.653076, 42.951921], "geometry": {"coordinates": [-71.653076, 42.951921], "type": "Point"}, "id": "51", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014004308", "facilityName": "NEW IPSWICH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.444164, 43.522866, -71.444164, 43.522866], "geometry": {"coordinates": [-71.444164, 43.522866], "type": "Point"}, "id": "52", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014020317", "facilityName": "SANBORNTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.231945, 42.946824, -72.231945, 42.946824], "geometry": {"coordinates": [-72.231945, 42.946824], "type": "Point"}, "id": "53", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014020326", "facilityName": "JAFFREY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.231945, 42.946824, -72.231945, 42.946824], "geometry": {"coordinates": [-72.231945, 42.946824], "type": "Point"}, "id": "54", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014020335", "facilityName": "MARLBOROUGH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.1483, 44.4571, -71.1483, 44.4571], "geometry": {"coordinates": [-71.1483, 44.4571], "type": "Point"}, "id": "55", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022482936", "facilityName": "MOUNT CARBERRY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.524775, 42.733219, -71.524775, 42.733219], "geometry": {"coordinates": [-71.524775, 42.733219], "type": "Point"}, "id": "56", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110023049672", "facilityName": "NASHUA CITY OF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.86545, 42.8968, -70.86545, 42.8968], "geometry": {"coordinates": [-70.86545, 42.8968], "type": "Point"}, "id": "57", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032989684", "facilityName": "SEABROOK TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.962177, 43.245085, -70.962177, 43.245085], "geometry": {"coordinates": [-70.962177, 43.245085], "type": "Point"}, "id": "58", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034147527", "facilityName": "TURNKEY LANDFILL \u0026 RECYCLING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.326669, 43.612789, -72.326669, 43.612789], "geometry": {"coordinates": [-72.326669, 43.612789], "type": "Point"}, "id": "59", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034168576", "facilityName": "LEBANON LANDFILL AND RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.493346, 43.018286, -71.493346, 43.018286], "geometry": {"coordinates": [-71.493346, 43.018286], "type": "Point"}, "id": "60", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037609521", "facilityName": "DUNBARTON ENERGY PARTNERS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.47971, 44.88016, -71.47971, 44.88016], "geometry": {"coordinates": [-71.47971, 44.88016], "type": "Point"}, "id": "61", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040500160", "facilityName": "COLEBROOK MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.839423, 43.967456, -71.839423, 43.967456], "geometry": {"coordinates": [-71.839423, 43.967456], "type": "Point"}, "id": "62", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041428149", "facilityName": "ASHLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.653076, 42.951921, -71.653076, 42.951921], "geometry": {"coordinates": [-71.653076, 42.951921], "type": "Point"}, "id": "63", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041546084", "facilityName": "TOWN OF WALPOLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.033752, 43.326686, -71.033752, 43.326686], "geometry": {"coordinates": [-71.033752, 43.326686], "type": "Point"}, "id": "64", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041569442", "facilityName": "MILTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.19378, 43.364571, -72.19378, 43.364571], "geometry": {"coordinates": [-72.19378, 43.364571], "type": "Point"}, "id": "65", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041569861", "facilityName": "CLAREMONT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.965615, 43.242059, -70.965615, 43.242059], "geometry": {"coordinates": [-70.965615, 43.242059], "type": "Point"}, "id": "66", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043852355", "facilityName": "WASTE MANAGEMENT - TURNKEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.969911, 43.295387, -70.969911, 43.295387], "geometry": {"coordinates": [-70.969911, 43.295387], "type": "Point"}, "id": "67", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110056323349", "facilityName": "TURNKEY RECYCLING \u0026 ENVIR ENTPR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.50446, 43.66952, -71.50446, 43.66952], "geometry": {"coordinates": [-71.50446, 43.66952], "type": "Point"}, "id": "68", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110062705960", "facilityName": "MEREDITH MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.326669, 43.612789, -72.326669, 43.612789], "geometry": {"coordinates": [-72.326669, 43.612789], "type": "Point"}, "id": "69", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064846779", "facilityName": "LEBANON REGIONAL SOLID WASTE FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.163921, 44.471686, -71.163921, 44.471686], "geometry": {"coordinates": [-71.163921, 44.471686], "type": "Point"}, "id": "70", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064866701", "facilityName": "MT. CARBERRY SECURE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.69423, 44.33327, -71.69423, 44.33327], "geometry": {"coordinates": [-71.69423, 44.33327], "type": "Point"}, "id": "71", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071064121", "facilityName": "GRANITE STATE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.9712, 43.23678, -70.9712, 43.23678], "geometry": {"coordinates": [-70.9712, 43.23678], "type": "Point"}, "id": "72", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071072164", "facilityName": "TURNKEY RECYCLING \u0026 ENVIRONMENTAL ENTERPRISES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.067587, 44.012876, -71.067587, 44.012876], "geometry": {"coordinates": [-71.067587, 44.012876], "type": "Point"}, "id": "73", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071141740", "facilityName": "LOWER MOUNT WASHINGTON VALLEY SECURE SOLID WASTE FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.990344, 43.273087, -70.990344, 43.273087], "geometry": {"coordinates": [-70.990344, 43.273087], "type": "Point"}, "id": "74", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161435", "facilityName": "WM OF NH - TREE \u0026#40;TURNKEY LANDFILL\u0026#41;", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.186431, 44.502699, -71.186431, 44.502699], "geometry": {"coordinates": [-71.186431, 44.502699], "type": "Point"}, "id": "75", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071162433", "facilityName": "MOUNT CARBERRY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.180633, 38.598032, -90.180633, 38.598032], "geometry": {"coordinates": [-90.180633, 38.598032], "type": "Point"}, "id": "76", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000438893", "facilityName": "VEOLIA ES TECHNICAL SOLUTIONS LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.576276, 41.682606, -87.576276, 41.682606], "geometry": {"coordinates": [-87.576276, 41.682606], "type": "Point"}, "id": "77", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000544386", "facilityName": "CLEAN HARBORS SERVICES INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.99066, 41.68362, -87.99066, 41.68362], "geometry": {"coordinates": [-87.99066, 41.68362], "type": "Point"}, "id": "78", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000748898", "facilityName": "HERITAGE ENVIRONMENTAL SERVICES, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.811945, 42.105485, -87.811945, 42.105485], "geometry": {"coordinates": [-87.811945, 42.105485], "type": "Point"}, "id": "79", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000790172", "facilityName": "LAKE LANDFILL-WASTE MANAGEMENT OF IL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.637077, 41.384838, -87.637077, 41.384838], "geometry": {"coordinates": [-87.637077, 41.384838], "type": "Point"}, "id": "80", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000791590", "facilityName": "BEECHER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.125247, 41.479537, -88.125247, 41.479537], "geometry": {"coordinates": [-88.125247, 41.479537], "type": "Point"}, "id": "81", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000833554", "facilityName": "LARAWAY RDF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.713471, 41.65626, -87.713471, 41.65626], "geometry": {"coordinates": [-87.713471, 41.65626], "type": "Point"}, "id": "82", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000905708", "facilityName": "ADVANCED ENVIRON TECHNICAL SERVICE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.873878, 42.483242, -87.873878, 42.483242], "geometry": {"coordinates": [-87.873878, 42.483242], "type": "Point"}, "id": "83", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001121553", "facilityName": "ADVANCED DISPOSAL SERVICES ZION LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.87093, 41.97582, -87.87093, 41.97582], "geometry": {"coordinates": [-87.87093, 41.97582], "type": "Point"}, "id": "84", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001227529", "facilityName": "INCINERATION SPECILATIES OF ILLINOIS INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.670904, 41.44675, -87.670904, 41.44675], "geometry": {"coordinates": [-87.670904, 41.44675], "type": "Point"}, "id": "85", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001233530", "facilityName": "FOREST SOUTH ANIMAL HOSPITAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.6147, 39.1705, -89.6147, 39.1705], "geometry": {"coordinates": [-89.6147, 39.1705], "type": "Point"}, "id": "86", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001234003", "facilityName": "ENVOTECH-ILLINOIS LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.288939, 41.870814, -88.288939, 41.870814], "geometry": {"coordinates": [-88.288939, 41.870814], "type": "Point"}, "id": "87", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001291708", "facilityName": "WASTE MGMT-SETTLERS HILL RDF/MIDWAY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.9864, 42.25678, -87.9864, 42.25678], "geometry": {"coordinates": [-87.9864, 42.25678], "type": "Point"}, "id": "88", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001293341", "facilityName": "WESTON SERVICES, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.80633, 41.68972, -87.80633, 41.68972], "geometry": {"coordinates": [-87.80633, 41.68972], "type": "Point"}, "id": "89", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001304516", "facilityName": "LUCASBERG DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.000209, 41.928249, -89.000209, 41.928249], "geometry": {"coordinates": [-89.000209, 41.928249], "type": "Point"}, "id": "90", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001305677", "facilityName": "ROCHELLE MUNICIPAL LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.465174, 37.676406, -88.465174, 37.676406], "geometry": {"coordinates": [-88.465174, 37.676406], "type": "Point"}, "id": "91", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001305908", "facilityName": "SALINE COUNTY LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.014531, 38.486678, -90.014531, 38.486678], "geometry": {"coordinates": [-90.014531, 38.486678], "type": "Point"}, "id": "92", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001333977", "facilityName": "BELLEVILLE LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.685484, 41.897846, -88.685484, 41.897846], "geometry": {"coordinates": [-88.685484, 41.897846], "type": "Point"}, "id": "93", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001336000", "facilityName": "DEKALB COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.019313, 42.448518, -89.019313, 42.448518], "geometry": {"coordinates": [-89.019313, 42.448518], "type": "Point"}, "id": "94", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001336536", "facilityName": "WASTE MANAGEMENT OF ROCKFORD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.263298, 37.843781, -89.263298, 37.843781], "geometry": {"coordinates": [-89.263298, 37.843781], "type": "Point"}, "id": "95", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001337875", "facilityName": "SOUTHERN IL REG. LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.238419, 41.682709, -88.238419, 41.682709], "geometry": {"coordinates": [-88.238419, 41.682709], "type": "Point"}, "id": "96", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001339016", "facilityName": "WHEATLAND PRAIRIE RDF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.053461, 41.670571, -88.053461, 41.670571], "geometry": {"coordinates": [-88.053461, 41.670571], "type": "Point"}, "id": "97", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001339043", "facilityName": "LAND \u0026 LAKES CO-WILLOW RANCH", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.761971, 41.785894, -89.761971, 41.785894], "geometry": {"coordinates": [-89.761971, 41.785894], "type": "Point"}, "id": "98", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001339114", "facilityName": "CONVERSION SYSTEMS, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.647368, 40.442376, -87.647368, 40.442376], "geometry": {"coordinates": [-87.647368, 40.442376], "type": "Point"}, "id": "99", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001340255", "facilityName": "ILLINOIS LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.81796, 42.36841, -87.81796, 42.36841], "geometry": {"coordinates": [-87.81796, 42.36841], "type": "Point"}, "id": "100", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001346543", "facilityName": "SOIL TECH, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.637965, 40.484296, -90.637965, 40.484296], "geometry": {"coordinates": [-90.637965, 40.484296], "type": "Point"}, "id": "101", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001346892", "facilityName": "ENVIROFIL OF ILLNOIS INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.945587, 38.626986, -88.945587, 38.626986], "geometry": {"coordinates": [-88.945587, 38.626986], "type": "Point"}, "id": "102", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001347766", "facilityName": "KANE INSURANCE AGENCY INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.50504, 40.67536, -89.50504, 40.67536], "geometry": {"coordinates": [-89.50504, 40.67536], "type": "Point"}, "id": "103", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001349416", "facilityName": "TAZEWELL RECYCLING \u0026 DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.599998, 40.099998, -87.599998, 40.099998], "geometry": {"coordinates": [-87.599998, 40.099998], "type": "Point"}, "id": "104", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001349522", "facilityName": "BRICKYARD DISPOSAL AND RECYCLING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.08877, 42.21768, -89.08877, 42.21768], "geometry": {"coordinates": [-89.08877, 42.21768], "type": "Point"}, "id": "105", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001350136", "facilityName": "INTERSTATE POLLUTION CONTROL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.750075, 42.036032, -87.750075, 42.036032], "geometry": {"coordinates": [-87.750075, 42.036032], "type": "Point"}, "id": "106", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001357816", "facilityName": "NILES C RD APT BLDG", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.575737, 41.645283, -87.575737, 41.645283], "geometry": {"coordinates": [-87.575737, 41.645283], "type": "Point"}, "id": "107", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001358138", "facilityName": "WASTE MANAGEMENT OF IL./CID TRANSFER STA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.61315, 40.70967, -89.61315, 40.70967], "geometry": {"coordinates": [-89.61315, 40.70967], "type": "Point"}, "id": "108", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001365932", "facilityName": "USDA ARS IL NORTHERN REGIONAL RESEARCH CENTER USDA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.73956, 41.89311, -87.73956, 41.89311], "geometry": {"coordinates": [-87.73956, 41.89311], "type": "Point"}, "id": "109", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001372737", "facilityName": "NORTHWEST SORTING CTR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.66995, 41.92354, -87.66995, 41.92354], "geometry": {"coordinates": [-87.66995, 41.92354], "type": "Point"}, "id": "110", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001372746", "facilityName": "CITY OF CHICAGO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.8486, 41.0946, -88.8486, 41.0946], "geometry": {"coordinates": [-88.8486, 41.0946], "type": "Point"}, "id": "111", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001372933", "facilityName": "STREATOR AREA LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.97855, 39.83268, -88.97855, 39.83268], "geometry": {"coordinates": [-88.97855, 39.83268], "type": "Point"}, "id": "112", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001800365", "facilityName": "C R RHODES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.937766, 40.137655, -88.937766, 40.137655], "geometry": {"coordinates": [-88.937766, 40.137655], "type": "Point"}, "id": "113", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001801015", "facilityName": "STERICYCLE INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.88575, 42.067272, -87.88575, 42.067272], "geometry": {"coordinates": [-87.88575, 42.067272], "type": "Point"}, "id": "114", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001822626", "facilityName": "SEXTON ENERGY LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.789572, 41.332577, -89.789572, 41.332577], "geometry": {"coordinates": [-89.789572, 41.332577], "type": "Point"}, "id": "115", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001824651", "facilityName": "SHEFFIELD (U.S. ECOLOGY, INC.)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.798606, 40.742538, -89.798606, 40.742538], "geometry": {"coordinates": [-89.798606, 40.742538], "type": "Point"}, "id": "116", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001854636", "facilityName": "PEORIA CITY/COUNTY LANDFILL 3", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.751519, 41.822565, -87.751519, 41.822565], "geometry": {"coordinates": [-87.751519, 41.822565], "type": "Point"}, "id": "117", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001961100", "facilityName": "WASTE MANAGEMENT-METRO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.7265, 41.66924, -87.7265, 41.66924], "geometry": {"coordinates": [-87.7265, 41.66924], "type": "Point"}, "id": "118", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001961360", "facilityName": "CHEMICAL WASTE MANAGEMENT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.55177, 41.58565, -87.55177, 41.58565], "geometry": {"coordinates": [-87.55177, 41.58565], "type": "Point"}, "id": "119", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001961529", "facilityName": "NATIONAL CLOSURE CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.274399, 41.980659, -88.274399, 41.980659], "geometry": {"coordinates": [-88.274399, 41.980659], "type": "Point"}, "id": "120", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001962378", "facilityName": "WOODLAND RECYCLING AND DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.425911, 40.689357, -89.425911, 40.689357], "geometry": {"coordinates": [-89.425911, 40.689357], "type": "Point"}, "id": "121", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002072346", "facilityName": "WASHINGTON LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.307492, 38.016727, -89.307492, 38.016727], "geometry": {"coordinates": [-89.307492, 38.016727], "type": "Point"}, "id": "122", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002353818", "facilityName": "PERRY RIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.084438, 41.733652, -88.084438, 41.733652], "geometry": {"coordinates": [-88.084438, 41.733652], "type": "Point"}, "id": "123", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002389898", "facilityName": "DUPAGE COUNTY FOREST PRESERVE DISTRICT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.267303, 42.351601, -88.267303, 42.351601], "geometry": {"coordinates": [-88.267303, 42.351601], "type": "Point"}, "id": "124", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002440421", "facilityName": "WASTE MANAGEMENT NORTH", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.924255, 42.175983, -87.924255, 42.175983], "geometry": {"coordinates": [-87.924255, 42.175983], "type": "Point"}, "id": "125", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110005916740", "facilityName": "LAND \u0026 LAKES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.365408, 39.082551, -90.365408, 39.082551], "geometry": {"coordinates": [-90.365408, 39.082551], "type": "Point"}, "id": "126", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006774099", "facilityName": "RCS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.468044, 40.418206, -89.468044, 40.418206], "geometry": {"coordinates": [-89.468044, 40.418206], "type": "Point"}, "id": "127", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007034592", "facilityName": "INDIAN CREEK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.158264, 38.753635, -90.158264, 38.753635], "geometry": {"coordinates": [-90.158264, 38.753635], "type": "Point"}, "id": "128", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007057460", "facilityName": "CHAIN OF ROCKS RECYCLING \u0026 DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.713727, 38.523848, -87.713727, 38.523848], "geometry": {"coordinates": [-87.713727, 38.523848], "type": "Point"}, "id": "129", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007057745", "facilityName": "K/C RECLAMATION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.6035, 39.866, -89.6035, 39.866], "geometry": {"coordinates": [-89.6035, 39.866], "type": "Point"}, "id": "130", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007059734", "facilityName": "RESOURCE TECHNOLOGY CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.264298, 39.507051, -88.264298, 39.507051], "geometry": {"coordinates": [-88.264298, 39.507051], "type": "Point"}, "id": "131", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007064201", "facilityName": "ERC/COLES COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.113834, 41.599812, -88.113834, 41.599812], "geometry": {"coordinates": [-88.113834, 41.599812], "type": "Point"}, "id": "132", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007266305", "facilityName": "LAFARGE NORTH AMERICA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.71926, 41.83152, -87.71926, 41.83152], "geometry": {"coordinates": [-87.71926, 41.83152], "type": "Point"}, "id": "133", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007266653", "facilityName": "CHICAGO STREETS DEPT - FUEL PROCESS FAC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.885201, 42.478699, -87.885201, 42.478699], "geometry": {"coordinates": [-87.885201, 42.478699], "type": "Point"}, "id": "134", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007267705", "facilityName": "LAFARGE NORTH AMERICA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.13846, 39.01523, -90.13846, 39.01523], "geometry": {"coordinates": [-90.13846, 39.01523], "type": "Point"}, "id": "135", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007520717", "facilityName": "BRIGHTON LANDFILL 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.658642, 40.931827, -88.658642, 40.931827], "geometry": {"coordinates": [-88.658642, 40.931827], "type": "Point"}, "id": "136", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007523894", "facilityName": "REPUBLIC SERVICES - LIVINGSTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.13709, 39.87847, -88.13709, 39.87847], "geometry": {"coordinates": [-88.13709, 39.87847], "type": "Point"}, "id": "137", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007533482", "facilityName": "MULTI / COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.125, 38.655, -90.125, 38.655], "geometry": {"coordinates": [-90.125, 38.655], "type": "Point"}, "id": "138", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007547128", "facilityName": "MILAM RECYCLING \u0026 DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.898971, 42.119254, -87.898971, 42.119254], "geometry": {"coordinates": [-87.898971, 42.119254], "type": "Point"}, "id": "139", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009372801", "facilityName": "WASTE MANAGEMENT NORTHWEST", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.718554, 41.830623, -87.718554, 41.830623], "geometry": {"coordinates": [-87.718554, 41.830623], "type": "Point"}, "id": "140", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009372892", "facilityName": "CITY OF CHICAGO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.888115, 41.87027, -87.888115, 41.87027], "geometry": {"coordinates": [-87.888115, 41.87027], "type": "Point"}, "id": "141", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009377897", "facilityName": "CONGRESS DEVELOPMENT CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.885568, 41.793235, -89.885568, 41.793235], "geometry": {"coordinates": [-89.885568, 41.793235], "type": "Point"}, "id": "142", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009387706", "facilityName": "WM - PRAIRIE HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.547694, 41.565987, -87.547694, 41.565987], "geometry": {"coordinates": [-87.547694, 41.565987], "type": "Point"}, "id": "143", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010016375", "facilityName": "SEXTON / LANSING LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.388496, 41.737202, -89.388496, 41.737202], "geometry": {"coordinates": [-89.388496, 41.737202], "type": "Point"}, "id": "144", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010017631", "facilityName": "DIXON/GROP LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.13274, 41.503931, -88.13274, 41.503931], "geometry": {"coordinates": [-88.13274, 41.503931], "type": "Point"}, "id": "145", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010018747", "facilityName": "WASTE MANAGEMENT INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.097671, 38.709539, -88.097671, 38.709539], "geometry": {"coordinates": [-88.097671, 38.709539], "type": "Point"}, "id": "146", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010019443", "facilityName": "OCHS LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.055266, 42.159504, -89.055266, 42.159504], "geometry": {"coordinates": [-89.055266, 42.159504], "type": "Point"}, "id": "147", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010288198", "facilityName": "WINNEBAGO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.402792, 41.382409, -88.402792, 41.382409], "geometry": {"coordinates": [-88.402792, 41.382409], "type": "Point"}, "id": "148", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010288571", "facilityName": "MORRIS GENCO LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.01348, 38.48352, -90.01348, 38.48352], "geometry": {"coordinates": [-90.01348, 38.48352], "type": "Point"}, "id": "149", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010303475", "facilityName": "BELLEVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.91967, 41.950222, -87.91967, 41.950222], "geometry": {"coordinates": [-87.91967, 41.950222], "type": "Point"}, "id": "150", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010333521", "facilityName": "WASTE MANAGEMENT- NORTHWEST", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.915924, 41.835129, -87.915924, 41.835129], "geometry": {"coordinates": [-87.915924, 41.835129], "type": "Point"}, "id": "151", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010392887", "facilityName": "JOHN SEXTON SAND \u0026 GRAVEL CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.783418, 38.263429, -89.783418, 38.263429], "geometry": {"coordinates": [-89.783418, 38.263429], "type": "Point"}, "id": "152", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010577768", "facilityName": "COTTONWOOD HILLS RECYCLING \u0026 DISPOSAL - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.41285, 40.94757, -90.41285, 40.94757], "geometry": {"coordinates": [-90.41285, 40.94757], "type": "Point"}, "id": "153", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010723592", "facilityName": "GALESBURG SD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.5702, 41.6425, -87.5702, 41.6425], "geometry": {"coordinates": [-87.5702, 41.6425], "type": "Point"}, "id": "154", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011570193", "facilityName": "CID RECYCLING AND DISPOSAL FACILITY #3 AND #4", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.702417, 37.875827, -88.702417, 37.875827], "geometry": {"coordinates": [-88.702417, 37.875827], "type": "Point"}, "id": "155", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012142840", "facilityName": "WEST END DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.883408, 42.480362, -87.883408, 42.480362], "geometry": {"coordinates": [-87.883408, 42.480362], "type": "Point"}, "id": "156", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012153828", "facilityName": "BIO ENERGY (ILLINOIS) LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.830757, 41.789582, -87.830757, 41.789582], "geometry": {"coordinates": [-87.830757, 41.789582], "type": "Point"}, "id": "157", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013677495", "facilityName": "AMERICAN GRADING CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.281768, 37.465258, -89.281768, 37.465258], "geometry": {"coordinates": [-89.281768, 37.465258], "type": "Point"}, "id": "158", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929044", "facilityName": "ANNA MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.097671, 38.709539, -88.097671, 38.709539], "geometry": {"coordinates": [-88.097671, 38.709539], "type": "Point"}, "id": "159", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929311", "facilityName": "BERGER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.63161, 40.74526, -89.63161, 40.74526], "geometry": {"coordinates": [-89.63161, 40.74526], "type": "Point"}, "id": "160", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929428", "facilityName": "WASHINGTON LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.526639, 40.422727, -88.526639, 40.422727], "geometry": {"coordinates": [-88.526639, 40.422727], "type": "Point"}, "id": "161", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929767", "facilityName": "EARL R BRADD \u0026 SON", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.706218, 38.710299, -87.706218, 38.710299], "geometry": {"coordinates": [-87.706218, 38.710299], "type": "Point"}, "id": "162", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929810", "facilityName": "DOWTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.858333, 42.279166, -87.858333, 42.279166], "geometry": {"coordinates": [-87.858333, 42.279166], "type": "Point"}, "id": "163", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013929874", "facilityName": "LAKE BLUFF MUNICIPAL #2 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.204453, 40.416149, -91.204453, 40.416149], "geometry": {"coordinates": [-91.204453, 40.416149], "type": "Point"}, "id": "164", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013930078", "facilityName": "CARTHAGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.823147, 42.32366, -88.823147, 42.32366], "geometry": {"coordinates": [-88.823147, 42.32366], "type": "Point"}, "id": "165", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013939747", "facilityName": "BONUS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.003047, 42.064001, -90.003047, 42.064001], "geometry": {"coordinates": [-90.003047, 42.064001], "type": "Point"}, "id": "166", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013939792", "facilityName": "SAVANNA MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.27942, 39.584757, -89.27942, 39.584757], "geometry": {"coordinates": [-89.27942, 39.584757], "type": "Point"}, "id": "167", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013948817", "facilityName": "MENTZER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.474033, 38.757499, -88.474033, 38.757499], "geometry": {"coordinates": [-88.474033, 38.757499], "type": "Point"}, "id": "168", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013948880", "facilityName": "FLORA MUNICIPAL #2 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.715067, 39.973121, -90.715067, 39.973121], "geometry": {"coordinates": [-90.715067, 39.973121], "type": "Point"}, "id": "169", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013953230", "facilityName": "JENNINGS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.593921, 40.533926, -89.593921, 40.533926], "geometry": {"coordinates": [-89.593921, 40.533926], "type": "Point"}, "id": "170", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957600", "facilityName": "GRIMM LANDFILL / PEORIA DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.374675, 39.092743, -90.374675, 39.092743], "geometry": {"coordinates": [-90.374675, 39.092743], "type": "Point"}, "id": "171", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968386", "facilityName": "JERSEY SANITATION COMPANY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.92578, 39.260691, -89.92578, 39.260691], "geometry": {"coordinates": [-89.92578, 39.260691], "type": "Point"}, "id": "172", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968484", "facilityName": "VIRDEN MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.983641, 38.439902, -89.983641, 38.439902], "geometry": {"coordinates": [-89.983641, 38.439902], "type": "Point"}, "id": "173", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013979203", "facilityName": "MARISSA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.983641, 38.439902, -89.983641, 38.439902], "geometry": {"coordinates": [-89.983641, 38.439902], "type": "Point"}, "id": "174", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013979230", "facilityName": "J \u0026 R LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.318157, 41.554965, -90.318157, 41.554965], "geometry": {"coordinates": [-90.318157, 41.554965], "type": "Point"}, "id": "175", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013984572", "facilityName": "EAST MOLINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.58543, 40.02021, -88.58543, 40.02021], "geometry": {"coordinates": [-88.58543, 40.02021], "type": "Point"}, "id": "176", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013984625", "facilityName": "MONTICELLO MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.100582, 37.201262, -89.100582, 37.201262], "geometry": {"coordinates": [-89.100582, 37.201262], "type": "Point"}, "id": "177", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013984634", "facilityName": "DELTA REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.577577, 41.985985, -89.577577, 41.985985], "geometry": {"coordinates": [-89.577577, 41.985985], "type": "Point"}, "id": "178", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013984689", "facilityName": "POLO MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.92578, 39.260691, -89.92578, 39.260691], "geometry": {"coordinates": [-89.92578, 39.260691], "type": "Point"}, "id": "179", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013984901", "facilityName": "WESTHOFF LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.382405, 39.32004, -90.382405, 39.32004], "geometry": {"coordinates": [-90.382405, 39.32004], "type": "Point"}, "id": "180", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013985205", "facilityName": "ESAREY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.405842, 41.379808, -88.405842, 41.379808], "geometry": {"coordinates": [-88.405842, 41.379808], "type": "Point"}, "id": "181", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014060504", "facilityName": "MORRIS COMMUNITY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.607682, 39.860131, -89.607682, 39.860131], "geometry": {"coordinates": [-89.607682, 39.860131], "type": "Point"}, "id": "182", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015818819", "facilityName": "SANGAMON VALLEY LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.024902, 42.321899, -88.024902, 42.321899], "geometry": {"coordinates": [-88.024902, 42.321899], "type": "Point"}, "id": "183", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018041652", "facilityName": "WM - COUNTRYSIDE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.896378, 41.337374, -88.896378, 41.337374], "geometry": {"coordinates": [-88.896378, 41.337374], "type": "Point"}, "id": "184", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018045630", "facilityName": "STATE LANDS IMPROVEMENT CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.40307, 41.395468, -88.40307, 41.395468], "geometry": {"coordinates": [-88.40307, 41.395468], "type": "Point"}, "id": "185", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018052033", "facilityName": "SENREQ TGU SYSTEMS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.805298, 38.7131, -87.805298, 38.7131], "geometry": {"coordinates": [-87.805298, 38.7131], "type": "Point"}, "id": "186", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018052275", "facilityName": "SUMNER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.87032, 42.28284, -87.87032, 42.28284], "geometry": {"coordinates": [-87.87032, 42.28284], "type": "Point"}, "id": "187", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018059660", "facilityName": "NORTHSHORE WASTE CONTROL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.601053, 40.497567, -89.601053, 40.497567], "geometry": {"coordinates": [-89.601053, 40.497567], "type": "Point"}, "id": "188", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018097352", "facilityName": "PEKIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.63938, 40.89388, -87.63938, 40.89388], "geometry": {"coordinates": [-87.63938, 40.89388], "type": "Point"}, "id": "189", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018104139", "facilityName": "K \u0026 H DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.41899, 38.88494, -89.41899, 38.88494], "geometry": {"coordinates": [-89.41899, 38.88494], "type": "Point"}, "id": "190", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018126348", "facilityName": "D\u0026L LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.003647, 41.407503, -90.003647, 41.407503], "geometry": {"coordinates": [-90.003647, 41.407503], "type": "Point"}, "id": "191", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018140493", "facilityName": "ECO HILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.753978, 42.099211, -87.753978, 42.099211], "geometry": {"coordinates": [-87.753978, 42.099211], "type": "Point"}, "id": "192", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018144612", "facilityName": "WINNETKA MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.014801, 38.822929, -90.014801, 38.822929], "geometry": {"coordinates": [-90.014801, 38.822929], "type": "Point"}, "id": "193", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018150374", "facilityName": "ROXANA LANDFILL COMPOST SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.401832, 41.72926, -89.401832, 41.72926], "geometry": {"coordinates": [-89.401832, 41.72926], "type": "Point"}, "id": "194", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018156564", "facilityName": "LEE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.039452, 41.293445, -89.039452, 41.293445], "geometry": {"coordinates": [-89.039452, 41.293445], "type": "Point"}, "id": "195", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018163048", "facilityName": "OGLESBY MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.16155, 40.449426, -90.16155, 40.449426], "geometry": {"coordinates": [-90.16155, 40.449426], "type": "Point"}, "id": "196", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018182189", "facilityName": "FULTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.57749, 41.65868, -87.57749, 41.65868], "geometry": {"coordinates": [-87.57749, 41.65868], "type": "Point"}, "id": "197", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018209874", "facilityName": "WASTE MANAGEMENT OF ILLINOIS INC CID RDF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.67547, 41.67728, -87.67547, 41.67728], "geometry": {"coordinates": [-87.67547, 41.67728], "type": "Point"}, "id": "198", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018228960", "facilityName": "AMERICAN INCINERATIO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.192035, 41.420008, -88.192035, 41.420008], "geometry": {"coordinates": [-88.192035, 41.420008], "type": "Point"}, "id": "199", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018284079", "facilityName": "TETRA PROCESS SERVICES LP- JOLIET", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.52566, 39.102089, -88.52566, 39.102089], "geometry": {"coordinates": [-88.52566, 39.102089], "type": "Point"}, "id": "200", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018291882", "facilityName": "LANDFILL 33 LTD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.00236, 37.789551, -89.00236, 37.789551], "geometry": {"coordinates": [-89.00236, 37.789551], "type": "Point"}, "id": "201", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018302031", "facilityName": "CWI OF IL INC HERRIN TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.5946, 41.643, -87.5946, 41.643], "geometry": {"coordinates": [-87.5946, 41.643], "type": "Point"}, "id": "202", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018312333", "facilityName": "LAND AND LAKES CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.573799, 41.673962, -87.573799, 41.673962], "geometry": {"coordinates": [-87.573799, 41.673962], "type": "Point"}, "id": "203", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018338618", "facilityName": "LIQUID ENVIRONMENTAL SOLUTIONS ILLINOIS (LESCHI)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.3725, 39.56, -89.3725, 39.56], "geometry": {"coordinates": [-89.3725, 39.56], "type": "Point"}, "id": "204", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018353618", "facilityName": "FIVE OAKS RECYCLING \u0026 DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.853329, 42.295437, -88.853329, 42.295437], "geometry": {"coordinates": [-88.853329, 42.295437], "type": "Point"}, "id": "205", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018370467", "facilityName": "BOONE COUNTY \u0026 BELVIDERE MUNICIPAL LANDFILL 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.88839, 41.066666, -87.88839, 41.066666], "geometry": {"coordinates": [-87.88839, 41.066666], "type": "Point"}, "id": "206", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018391239", "facilityName": "KANKAKEE REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.89983, 38.31034, -88.89983, 38.31034], "geometry": {"coordinates": [-88.89983, 38.31034], "type": "Point"}, "id": "207", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018399990", "facilityName": "CONSOLIDATED STORES INTERN\u0027L-BIG LOTS259", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.44525, 38.38156, -88.44525, 38.38156], "geometry": {"coordinates": [-88.44525, 38.38156], "type": "Point"}, "id": "208", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018414786", "facilityName": "WAYNE CO LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.86591, 41.029754, -87.86591, 41.029754], "geometry": {"coordinates": [-87.86591, 41.029754], "type": "Point"}, "id": "209", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018422447", "facilityName": "KANKAKEE RDF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.043754, 39.822266, -89.043754, 39.822266], "geometry": {"coordinates": [-89.043754, 39.822266], "type": "Point"}, "id": "210", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018431320", "facilityName": "MACON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.62116, 42.268, -89.62116, 42.268], "geometry": {"coordinates": [-89.62116, 42.268], "type": "Point"}, "id": "211", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018436977", "facilityName": "FREEPORT MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.564647, 41.673151, -87.564647, 41.673151], "geometry": {"coordinates": [-87.564647, 41.673151], "type": "Point"}, "id": "212", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018484086", "facilityName": "PAXTON LANDFILL CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.288727, 39.495529, -88.288727, 39.495529], "geometry": {"coordinates": [-88.288727, 39.495529], "type": "Point"}, "id": "213", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020580771", "facilityName": "ERC COLES COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.104911, 41.346305, -88.104911, 41.346305], "geometry": {"coordinates": [-88.104911, 41.346305], "type": "Point"}, "id": "214", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110021292199", "facilityName": "PRAIRIE VIEW RECYCLING \u0026 DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.727303, 38.147999, -89.727303, 38.147999], "geometry": {"coordinates": [-89.727303, 38.147999], "type": "Point"}, "id": "215", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110021349708", "facilityName": "RANDOLPH COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.0135, 41.411344, -90.0135, 41.411344], "geometry": {"coordinates": [-90.0135, 41.411344], "type": "Point"}, "id": "216", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110021360258", "facilityName": "HENRY COUNTY LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.15485, 41.49575, -88.15485, 41.49575], "geometry": {"coordinates": [-88.15485, 41.49575], "type": "Point"}, "id": "217", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024852426", "facilityName": "CDT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.638541, 41.384434, -87.638541, 41.384434], "geometry": {"coordinates": [-87.638541, 41.384434], "type": "Point"}, "id": "218", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025400796", "facilityName": "BEECHER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.237316, 41.923724, -88.237316, 41.923724], "geometry": {"coordinates": [-88.237316, 41.923724], "type": "Point"}, "id": "219", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110030120928", "facilityName": "AVIENT COLORANTS USA LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.7142, 41.65618, -87.7142, 41.65618], "geometry": {"coordinates": [-87.7142, 41.65618], "type": "Point"}, "id": "220", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110033598346", "facilityName": "LIQUID RECOVERY INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.77226, 40.73819, -89.77226, 40.73819], "geometry": {"coordinates": [-89.77226, 40.73819], "type": "Point"}, "id": "221", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034128888", "facilityName": "PEORIA/CITY-COUNTY LANDFILL 1 \u0026 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.03273, 40.465534, -89.03273, 40.465534], "geometry": {"coordinates": [-89.03273, 40.465534], "type": "Point"}, "id": "222", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034159005", "facilityName": "ADS/MCLEAN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.418616, 38.884921, -89.418616, 38.884921], "geometry": {"coordinates": [-89.418616, 38.884921], "type": "Point"}, "id": "223", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037100785", "facilityName": "BOND COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.85686, 41.77946, -87.85686, 41.77946], "geometry": {"coordinates": [-87.85686, 41.77946], "type": "Point"}, "id": "224", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110038120547", "facilityName": "BEAVER OIL TREATMENT AND RECYCLING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.77375, 41.198624, -90.77375, 41.198624], "geometry": {"coordinates": [-90.77375, 41.198624], "type": "Point"}, "id": "225", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040916934", "facilityName": "VIOLA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.67954, 41.438052, -90.67954, 41.438052], "geometry": {"coordinates": [-90.67954, 41.438052], "type": "Point"}, "id": "226", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041006023", "facilityName": "ESG WATTS INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.061877, 41.631466, -88.061877, 41.631466], "geometry": {"coordinates": [-88.061877, 41.631466], "type": "Point"}, "id": "227", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041026092", "facilityName": "LAFARGE NORTH AMERICA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.121366, 41.314508, -89.121366, 41.314508], "geometry": {"coordinates": [-89.121366, 41.314508], "type": "Point"}, "id": "228", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041157146", "facilityName": "PERU MUNICIPAL LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.958, 40.1143, -88.958, 40.1143], "geometry": {"coordinates": [-88.958, 40.1143], "type": "Point"}, "id": "229", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041166001", "facilityName": "CLINTON LFGTE FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.706218, 38.710299, -87.706218, 38.710299], "geometry": {"coordinates": [-87.706218, 38.710299], "type": "Point"}, "id": "230", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041407242", "facilityName": "COUNTRYSIDE WASTE SERVICES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.818, 38.7156, -87.818, 38.7156], "geometry": {"coordinates": [-87.818, 38.7156], "type": "Point"}, "id": "231", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041407279", "facilityName": "LAWRENCE COUNTY DISPOSAL - SUMNER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.828613, 40.747914, -87.828613, 40.747914], "geometry": {"coordinates": [-87.828613, 40.747914], "type": "Point"}, "id": "232", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041520324", "facilityName": "K \u0026 H DISPOSAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.913, 41.344022, -88.913, 41.344022], "geometry": {"coordinates": [-88.913, 41.344022], "type": "Point"}, "id": "233", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043462062", "facilityName": "LAND COMP CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.852363, 38.739368, -87.852363, 38.739368], "geometry": {"coordinates": [-87.852363, 38.739368], "type": "Point"}, "id": "234", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043793598", "facilityName": "SUMNER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.702713, 37.876135, -88.702713, 37.876135], "geometry": {"coordinates": [-88.702713, 37.876135], "type": "Point"}, "id": "235", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043807164", "facilityName": "WEST END DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.950829, 42.27108, -87.950829, 42.27108], "geometry": {"coordinates": [-87.950829, 42.27108], "type": "Point"}, "id": "236", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044321267", "facilityName": "LIBERTY IMPORTS CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.60183, 39.86005, -89.60183, 39.86005], "geometry": {"coordinates": [-89.60183, 39.86005], "type": "Point"}, "id": "237", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110046527451", "facilityName": "SC JOHNSON \u0026 SON INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.594597, 41.643002, -87.594597, 41.643002], "geometry": {"coordinates": [-87.594597, 41.643002], "type": "Point"}, "id": "238", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110049545495", "facilityName": "RIVER BEND PRAIRIE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.253244, 39.916756, -91.253244, 39.916756], "geometry": {"coordinates": [-91.253244, 39.916756], "type": "Point"}, "id": "239", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110055068652", "facilityName": "QUINCY-MUNICIPAL LANDFILL 4 P/T", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.365408, 39.082551, -90.365408, 39.082551], "geometry": {"coordinates": [-90.365408, 39.082551], "type": "Point"}, "id": "240", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110055568568", "facilityName": "RCS INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.13616, 41.952436, -88.13616, 41.952436], "geometry": {"coordinates": [-88.13616, 41.952436], "type": "Point"}, "id": "241", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063230114", "facilityName": "E \u0026 E HAULING INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.144845, 41.951879, -88.144845, 41.951879], "geometry": {"coordinates": [-88.144845, 41.951879], "type": "Point"}, "id": "242", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063231738", "facilityName": "BFI WASTE SYSTEMS OF NA LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.1456, 41.97375, -88.1456, 41.97375], "geometry": {"coordinates": [-88.1456, 41.97375], "type": "Point"}, "id": "243", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063988957", "facilityName": "MALLARD LAKE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.249232, 41.026486, -90.249232, 41.026486], "geometry": {"coordinates": [-90.249232, 41.026486], "type": "Point"}, "id": "244", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064444123", "facilityName": "KNOX COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.856857, 41.779462, -87.856857, 41.779462], "geometry": {"coordinates": [-87.856857, 41.779462], "type": "Point"}, "id": "245", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110067928933", "facilityName": "BEAVER OIL COMPANY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.261118, 37.845672, -89.261118, 37.845672], "geometry": {"coordinates": [-89.261118, 37.845672], "type": "Point"}, "id": "246", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070260495", "facilityName": "CWI OF IL INC REPUBLIC SVCS OF DESOTO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.946252, 37.755726, -88.946252, 37.755726], "geometry": {"coordinates": [-88.946252, 37.755726], "type": "Point"}, "id": "247", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070260511", "facilityName": "CWI OF IL INC MARION TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.144845, 41.951879, -88.144845, 41.951879], "geometry": {"coordinates": [-88.144845, 41.951879], "type": "Point"}, "id": "248", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070261384", "facilityName": "MALLARD LAKE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.513397, 41.382702, -90.513397, 41.382702], "geometry": {"coordinates": [-90.513397, 41.382702], "type": "Point"}, "id": "249", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070431605", "facilityName": "QUAD CITIES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.26047, 39.50678, -88.26047, 39.50678], "geometry": {"coordinates": [-88.26047, 39.50678], "type": "Point"}, "id": "250", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070458519", "facilityName": "ERC COLES COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.286946, 42.013182, -88.286946, 42.013182], "geometry": {"coordinates": [-88.286946, 42.013182], "type": "Point"}, "id": "251", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070490471", "facilityName": "FOX RIVER WATER RECLAMATION DISTRICT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.909665, 41.334998, -88.909665, 41.334998], "geometry": {"coordinates": [-88.909665, 41.334998], "type": "Point"}, "id": "252", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070490473", "facilityName": "CARUS DISPOSAL AREA 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.909665, 41.334998, -88.909665, 41.334998], "geometry": {"coordinates": [-88.909665, 41.334998], "type": "Point"}, "id": "253", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070490474", "facilityName": "CARUS DISPOSAL AREA 3", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.7113, 42.47312, -88.7113, 42.47312], "geometry": {"coordinates": [-88.7113, 42.47312], "type": "Point"}, "id": "254", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070490478", "facilityName": "HERMONSON RICHARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.085, 42.14, -89.085, 42.14], "geometry": {"coordinates": [-89.085, 42.14], "type": "Point"}, "id": "255", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070490484", "facilityName": "ADVANCED DISP SVC - ORCHARD HILLS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.35935, 42.34205, -89.35935, 42.34205], "geometry": {"coordinates": [-89.35935, 42.34205], "type": "Point"}, "id": "256", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070748377", "facilityName": "CLEAN HARBORS PECATONICA LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.12961, 41.4794, -88.12961, 41.4794], "geometry": {"coordinates": [-88.12961, 41.4794], "type": "Point"}, "id": "257", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070751103", "facilityName": "LARAWAY RDF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.600275, 40.101091, -87.600275, 40.101091], "geometry": {"coordinates": [-87.600275, 40.101091], "type": "Point"}, "id": "258", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070936677", "facilityName": "AMERESCO BRICKYARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.65, 39.1787, -89.65, 39.1787], "geometry": {"coordinates": [-89.65, 39.1787], "type": "Point"}, "id": "259", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071159707", "facilityName": "LITCHFIELD-HILLSBORO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.0385, 42.3498, -88.0385, 42.3498], "geometry": {"coordinates": [-88.0385, 42.3498], "type": "Point"}, "id": "260", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161082", "facilityName": "COUNTRYSIDE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.179937, 41.834977, -88.179937, 41.834977], "geometry": {"coordinates": [-88.179937, 41.834977], "type": "Point"}, "id": "261", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071312937", "facilityName": "BLACKWELL LANDFILL FLARE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.395147, 41.733754, -89.395147, 41.733754], "geometry": {"coordinates": [-89.395147, 41.733754], "type": "Point"}, "id": "262", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071718955", "facilityName": "LEE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.804081, 38.711125, -87.804081, 38.711125], "geometry": {"coordinates": [-87.804081, 38.711125], "type": "Point"}, "id": "263", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071870575", "facilityName": "SUMNER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.084824, 41.733948, -88.084824, 41.733948], "geometry": {"coordinates": [-88.084824, 41.733948], "type": "Point"}, "id": "264", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071871176", "facilityName": "GREENE VALLEY RECYCLING \u0026 DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.026253, 42.317928, -88.026253, 42.317928], "geometry": {"coordinates": [-88.026253, 42.317928], "type": "Point"}, "id": "265", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071882437", "facilityName": "COUNTRYSIDE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.440143, 37.667503, -95.440143, 37.667503], "geometry": {"coordinates": [-95.440143, 37.667503], "type": "Point"}, "id": "266", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000564265", "facilityName": "CITY OF CHANUTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.4792, 37.6656, -95.4792, 37.6656], "geometry": {"coordinates": [-95.4792, 37.6656], "type": "Point"}, "id": "267", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001307540", "facilityName": "CHANUTE SANITARY LANDFILL (STORMWATER)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.89577, 37.76633, -96.89577, 37.76633], "geometry": {"coordinates": [-96.89577, 37.76633], "type": "Point"}, "id": "268", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001936530", "facilityName": "DIANNE ROLLINS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.66777, 38.82547, -94.66777, 38.82547], "geometry": {"coordinates": [-94.66777, 38.82547], "type": "Point"}, "id": "269", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001963910", "facilityName": "APAC-KANSAS INC - STANLEY EAST", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.99555, 38.03897, -97.99555, 38.03897], "geometry": {"coordinates": [-97.99555, 38.03897], "type": "Point"}, "id": "270", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003167340", "facilityName": "RENO CO. LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.65974, 39.08467, -94.65974, 39.08467], "geometry": {"coordinates": [-94.65974, 39.08467], "type": "Point"}, "id": "271", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006362907", "facilityName": "GROSS AUTO SALVAGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.2874, 37.905, -95.2874, 37.905], "geometry": {"coordinates": [-95.2874, 37.905], "type": "Point"}, "id": "272", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007023023", "facilityName": "ALLEN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.3643, 39.0937, -95.3643, 39.0937], "geometry": {"coordinates": [-95.3643, 39.0937], "type": "Point"}, "id": "273", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007364495", "facilityName": "HAMM SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.89178, 37.0545, -100.89178, 37.0545], "geometry": {"coordinates": [-100.89178, 37.0545], "type": "Point"}, "id": "274", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008355430", "facilityName": "SEWARD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.774262, 37.940288, -100.774262, 37.940288], "geometry": {"coordinates": [-100.774262, 37.940288], "type": "Point"}, "id": "275", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010323845", "facilityName": "FINNEY COUNTY (WELDON) LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.72006, 39.17913, -95.72006, 39.17913], "geometry": {"coordinates": [-95.72006, 39.17913], "type": "Point"}, "id": "276", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010394858", "facilityName": "ROLLING MEADOWS RECYCLING \u0026 DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.82923, 37.23713, -94.82923, 37.23713], "geometry": {"coordinates": [-94.82923, 37.23713], "type": "Point"}, "id": "277", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010396963", "facilityName": "WHEATLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.3899, 37.75793, -97.3899, 37.75793], "geometry": {"coordinates": [-97.3899, 37.75793], "type": "Point"}, "id": "278", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011221301", "facilityName": "BROOKS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.697, 38.763, -97.697, 38.763], "geometry": {"coordinates": [-97.697, 38.763], "type": "Point"}, "id": "279", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012154685", "facilityName": "SALINA WASTE CONNECTIONS - SALINA MUNICIPAL SOLID WASTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.3888, 38.0233, -97.3888, 38.0233], "geometry": {"coordinates": [-97.3888, 38.0233], "type": "Point"}, "id": "280", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013339093", "facilityName": "HARVEY CO. LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.055937, 39.350664, -101.055937, 39.350664], "geometry": {"coordinates": [-101.055937, 39.350664], "type": "Point"}, "id": "281", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923282", "facilityName": "THOMAS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-99.872307, 38.914124, -99.872307, 38.914124], "geometry": {"coordinates": [-99.872307, 38.914124], "type": "Point"}, "id": "282", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923308", "facilityName": "TREGO COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.223932, 38.968134, -96.223932, 38.968134], "geometry": {"coordinates": [-96.223932, 38.968134], "type": "Point"}, "id": "283", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923326", "facilityName": "WABAUNSEE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.906587, 38.482367, -100.906587, 38.482367], "geometry": {"coordinates": [-100.906587, 38.482367], "type": "Point"}, "id": "284", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923521", "facilityName": "SCOTT COUNTY C\u0026D LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.721016, 37.606883, -98.721016, 37.606883], "geometry": {"coordinates": [-98.721016, 37.606883], "type": "Point"}, "id": "285", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923709", "facilityName": "PRATT COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.650661, 39.827869, -97.650661, 39.827869], "geometry": {"coordinates": [-97.650661, 39.827869], "type": "Point"}, "id": "286", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923736", "facilityName": "CITY OF SCANDIA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-99.916476, 38.479951, -99.916476, 38.479951], "geometry": {"coordinates": [-99.916476, 38.479951], "type": "Point"}, "id": "287", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923861", "facilityName": "NESS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.456568, 38.670742, -96.456568, 38.670742], "geometry": {"coordinates": [-96.456568, 38.670742], "type": "Point"}, "id": "288", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923941", "facilityName": "MORRIS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.522645, 39.783713, -96.522645, 39.783713], "geometry": {"coordinates": [-96.522645, 39.783713], "type": "Point"}, "id": "289", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013923978", "facilityName": "MARSHALL COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.9059, 38.9058, -100.9059, 38.9058], "geometry": {"coordinates": [-100.9059, 38.9058], "type": "Point"}, "id": "290", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924058", "facilityName": "CITY OF OAKLEY (055-OAK)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.151328, 38.455042, -96.151328, 38.455042], "geometry": {"coordinates": [-96.151328, 38.455042], "type": "Point"}, "id": "291", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924147", "facilityName": "EMPORIA / LYON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.648184, 38.391759, -97.648184, 38.391759], "geometry": {"coordinates": [-97.648184, 38.391759], "type": "Point"}, "id": "292", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924156", "facilityName": "CITY OF INMAN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.981843, 39.191534, -94.981843, 39.191534], "geometry": {"coordinates": [-94.981843, 39.191534], "type": "Point"}, "id": "293", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924192", "facilityName": "LEAVENWORTH CITY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.209255, 39.045128, -98.209255, 39.045128], "geometry": {"coordinates": [-98.209255, 39.045128], "type": "Point"}, "id": "294", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924245", "facilityName": "LINCOLN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.439908, 37.73871, -100.439908, 37.73871], "geometry": {"coordinates": [-100.439908, 37.73871], "type": "Point"}, "id": "295", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924682", "facilityName": "GRAY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.241938, 37.888401, -96.241938, 37.888401], "geometry": {"coordinates": [-96.241938, 37.888401], "type": "Point"}, "id": "296", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924726", "facilityName": "GREENWOOD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.785831, 37.999721, -101.785831, 37.999721], "geometry": {"coordinates": [-101.785831, 37.999721], "type": "Point"}, "id": "297", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924762", "facilityName": "HAMILTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.4809, 39.3501, -97.4809, 39.3501], "geometry": {"coordinates": [-97.4809, 39.3501], "type": "Point"}, "id": "298", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013924977", "facilityName": "MILTONVALE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.679681, 37.234655, -98.679681, 37.234655], "geometry": {"coordinates": [-98.679681, 37.234655], "type": "Point"}, "id": "299", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013925422", "facilityName": "BARBER COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.291959, 38.213948, -95.291959, 38.213948], "geometry": {"coordinates": [-95.291959, 38.213948], "type": "Point"}, "id": "300", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013925495", "facilityName": "ANDERSON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.762686, 38.916317, -101.762686, 38.916317], "geometry": {"coordinates": [-101.762686, 38.916317], "type": "Point"}, "id": "301", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013945268", "facilityName": "WALLACE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.13567, 38.871233, -97.13567, 38.871233], "geometry": {"coordinates": [-97.13567, 38.871233], "type": "Point"}, "id": "302", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957496", "facilityName": "HOPE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.4523, 39.4866, -95.4523, 39.4866], "geometry": {"coordinates": [-95.4523, 39.4866], "type": "Point"}, "id": "303", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013967458", "facilityName": "EFFINGHAM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.785678, 39.784966, -98.785678, 39.784966], "geometry": {"coordinates": [-98.785678, 39.784966], "type": "Point"}, "id": "304", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013967573", "facilityName": "SMITH COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-99.903351, 39.784149, -99.903351, 39.784149], "geometry": {"coordinates": [-99.903351, 39.784149], "type": "Point"}, "id": "305", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013979846", "facilityName": "NORTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.68907, 39.49545, -98.68907, 39.49545], "geometry": {"coordinates": [-98.68907, 39.49545], "type": "Point"}, "id": "306", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013979864", "facilityName": "OSBORNE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.6409, 38.47706, -97.6409, 38.47706], "geometry": {"coordinates": [-97.6409, 38.47706], "type": "Point"}, "id": "307", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013982878", "facilityName": "MCPHERSON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.371163, 37.237749, -100.371163, 37.237749], "geometry": {"coordinates": [-100.371163, 37.237749], "type": "Point"}, "id": "308", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013982921", "facilityName": "MEADE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.806105, 38.481013, -101.806105, 38.481013], "geometry": {"coordinates": [-101.806105, 38.481013], "type": "Point"}, "id": "309", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983010", "facilityName": "GREELEY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.87135, 37.562212, -100.87135, 37.562212], "geometry": {"coordinates": [-100.87135, 37.562212], "type": "Point"}, "id": "310", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983074", "facilityName": "HASKELL COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.316037, 38.000383, -101.316037, 38.000383], "geometry": {"coordinates": [-101.316037, 38.000383], "type": "Point"}, "id": "311", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983172", "facilityName": "KEARNY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.483346, 38.915392, -100.483346, 38.915392], "geometry": {"coordinates": [-100.483346, 38.915392], "type": "Point"}, "id": "312", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983225", "facilityName": "GOVE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.852713, 37.50656, -94.852713, 37.50656], "geometry": {"coordinates": [-94.852713, 37.50656], "type": "Point"}, "id": "313", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983341", "facilityName": "CRAWFORD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.459431, 39.7846, -100.459431, 39.7846], "geometry": {"coordinates": [-100.459431, 39.7846], "type": "Point"}, "id": "314", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983369", "facilityName": "CITY OF JENNINGS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.099629, 39.811716, -95.099629, 39.811716], "geometry": {"coordinates": [-95.099629, 39.811716], "type": "Point"}, "id": "315", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983387", "facilityName": "DONIPHAN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.707321, 37.839727, -94.707321, 37.839727], "geometry": {"coordinates": [-94.707321, 37.839727], "type": "Point"}, "id": "316", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013983449", "facilityName": "BOURBON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.26753, 37.30578, -95.26753, 37.30578], "geometry": {"coordinates": [-95.26753, 37.30578], "type": "Point"}, "id": "317", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015868", "facilityName": "LABETTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-99.307103, 39.315385, -99.307103, 39.315385], "geometry": {"coordinates": [-99.307103, 39.315385], "type": "Point"}, "id": "318", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015886", "facilityName": "ROOKS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-96.732208, 39.044922, -96.732208, 39.044922], "geometry": {"coordinates": [-96.732208, 39.044922], "type": "Point"}, "id": "319", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019338", "facilityName": "GEARY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.095687, 38.347581, -97.095687, 38.347581], "geometry": {"coordinates": [-97.095687, 38.347581], "type": "Point"}, "id": "320", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019347", "facilityName": "MARION COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.632951, 37.119477, -101.632951, 37.119477], "geometry": {"coordinates": [-101.632951, 37.119477], "type": "Point"}, "id": "321", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019356", "facilityName": "MORTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.747367, 38.042741, -98.747367, 38.042741], "geometry": {"coordinates": [-98.747367, 38.042741], "type": "Point"}, "id": "322", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019374", "facilityName": "STAFFORD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.5798, 37.2151, -95.5798, 37.2151], "geometry": {"coordinates": [-95.5798, 37.2151], "type": "Point"}, "id": "323", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017485407", "facilityName": "RESOURCE RECOVERY INC LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.15335, 39.4934, -98.15335, 39.4934], "geometry": {"coordinates": [-98.15335, 39.4934], "type": "Point"}, "id": "324", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017511307", "facilityName": "MITCHELL COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.39269, 37.75239, -97.39269, 37.75239], "geometry": {"coordinates": [-97.39269, 37.75239], "type": "Point"}, "id": "325", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017527096", "facilityName": "CORNEJO \u0026 SONS - WICHITA AIR CURTAIN COMBUSTOR (PORTABLE)(AIR)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.3899, 37.75793, -97.3899, 37.75793], "geometry": {"coordinates": [-97.3899, 37.75793], "type": "Point"}, "id": "326", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017530867", "facilityName": "CITY OF WICHITA -DEPT. OF NATURAL RESOUR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.16725, 38.93878, -97.16725, 38.93878], "geometry": {"coordinates": [-97.16725, 38.93878], "type": "Point"}, "id": "327", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017534596", "facilityName": "ABILENE SITE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.63986, 37.62964, -94.63986, 37.62964], "geometry": {"coordinates": [-94.63986, 37.62964], "type": "Point"}, "id": "328", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017573856", "facilityName": "OAK GROVE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.31601, 37.62537, -97.31601, 37.62537], "geometry": {"coordinates": [-97.31601, 37.62537], "type": "Point"}, "id": "329", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017583569", "facilityName": "CITY OF WICHITA - CHAPIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.14054, 39.42286, -97.14054, 39.42286], "geometry": {"coordinates": [-97.14054, 39.42286], "type": "Point"}, "id": "330", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017586049", "facilityName": "CLAY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.948286, 37.197973, -97.948286, 37.197973], "geometry": {"coordinates": [-97.948286, 37.197973], "type": "Point"}, "id": "331", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024379180", "facilityName": "HARPER COUNTY SOLID WASTE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.966442, 37.379616, -97.966442, 37.379616], "geometry": {"coordinates": [-97.966442, 37.379616], "type": "Point"}, "id": "332", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024523924", "facilityName": "WASTE CONNECTIONS - PLUMB THICKET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.78822, 39.05311, -94.78822, 39.05311], "geometry": {"coordinates": [-94.78822, 39.05311], "type": "Point"}, "id": "333", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024524086", "facilityName": "DEFFENBAUGH INDUSTRIES, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.61201, 37.04027, -95.61201, 37.04027], "geometry": {"coordinates": [-95.61201, 37.04027], "type": "Point"}, "id": "334", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024731012", "facilityName": "PRESSURE CAST PRODUCTS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.82923, 37.23713, -94.82923, 37.23713], "geometry": {"coordinates": [-94.82923, 37.23713], "type": "Point"}, "id": "335", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032667460", "facilityName": "ALLIED WASTE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.254642, 38.233626, -95.254642, 38.233626], "geometry": {"coordinates": [-95.254642, 38.233626], "type": "Point"}, "id": "336", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032745821", "facilityName": "ANDERSON CNTY TRANSFER STA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-99.309277, 38.522682, -99.309277, 38.522682], "geometry": {"coordinates": [-99.309277, 38.522682], "type": "Point"}, "id": "337", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034135638", "facilityName": "RUSH COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-100.850618, 37.192918, -100.850618, 37.192918], "geometry": {"coordinates": [-100.850618, 37.192918], "type": "Point"}, "id": "338", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034135727", "facilityName": "SEWARD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.1427, 39.5229, -95.1427, 39.5229], "geometry": {"coordinates": [-95.1427, 39.5229], "type": "Point"}, "id": "339", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034151673", "facilityName": "ATCHISON SITE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.135816, 37.558891, -98.135816, 37.558891], "geometry": {"coordinates": [-98.135816, 37.558891], "type": "Point"}, "id": "340", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034154466", "facilityName": "KINGMAN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-95.733373, 38.236296, -95.733373, 38.236296], "geometry": {"coordinates": [-95.733373, 38.236296], "type": "Point"}, "id": "341", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035780205", "facilityName": "COFFEY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.794083, 39.036314, -94.794083, 39.036314], "geometry": {"coordinates": [-94.794083, 39.036314], "type": "Point"}, "id": "342", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035780321", "facilityName": "DEFFENBAUGH IND. - JOHNSON CO. LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.694105, 39.112098, -94.694105, 39.112098], "geometry": {"coordinates": [-94.694105, 39.112098], "type": "Point"}, "id": "343", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041014648", "facilityName": "FOREST VIEW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.831987, 38.897839, -94.831987, 38.897839], "geometry": {"coordinates": [-94.831987, 38.897839], "type": "Point"}, "id": "344", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041396487", "facilityName": "CITY OF OLATHE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.65021, 39.480094, -97.65021, 39.480094], "geometry": {"coordinates": [-97.65021, 39.480094], "type": "Point"}, "id": "345", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041531697", "facilityName": "CLOUD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.99561, 38.04254, -97.99561, 38.04254], "geometry": {"coordinates": [-97.99561, 38.04254], "type": "Point"}, "id": "346", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043790145", "facilityName": "RENO COUNTY MUNICIPAL SOLID WASTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.70992, 38.40539, -98.70992, 38.40539], "geometry": {"coordinates": [-98.70992, 38.40539], "type": "Point"}, "id": "347", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043792054", "facilityName": "BARTON COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.061151, 39.51036, -101.061151, 39.51036], "geometry": {"coordinates": [-101.061151, 39.51036], "type": "Point"}, "id": "348", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044808134", "facilityName": "THOMAS COUNTY HOUSEHOLD HAZARDOUS WASTE SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.339053, 37.195186, -101.339053, 37.195186], "geometry": {"coordinates": [-101.339053, 37.195186], "type": "Point"}, "id": "349", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070827309", "facilityName": "STEVENS COUNTY LANDFILL (STORMWATER)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-97.390983, 37.753139, -97.390983, 37.753139], "geometry": {"coordinates": [-97.390983, 37.753139], "type": "Point"}, "id": "350", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071375602", "facilityName": "CDR NORTH LANDFILL (STORMWATER)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-98.7054, 38.4082, -98.7054, 38.4082], "geometry": {"coordinates": [-98.7054, 38.4082], "type": "Point"}, "id": "351", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071872423", "facilityName": "BARTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-101.306542, 37.962344, -101.306542, 37.962344], "geometry": {"coordinates": [-101.306542, 37.962344], "type": "Point"}, "id": "352", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071903773", "facilityName": "KEARNY COUNTY, LANDFILL SOIL BORROW SOURCE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.562091, 33.182862, -87.562091, 33.182862], "geometry": {"coordinates": [-87.562091, 33.182862], "type": "Point"}, "id": "353", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000367120", "facilityName": "TAMKO BUILDING PRODUCTS INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.1857, 34.2297, -86.1857, 34.2297], "geometry": {"coordinates": [-86.1857, 34.2297], "type": "Point"}, "id": "354", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000368245", "facilityName": "MUELLER CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.951, 33.629, -85.951, 33.629], "geometry": {"coordinates": [-85.951, 33.629], "type": "Point"}, "id": "355", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000368851", "facilityName": "US ARMY ANNISTON ARMY DEPOT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.733889, 31.337222, -85.733889, 31.337222], "geometry": {"coordinates": [-85.733889, 31.337222], "type": "Point"}, "id": "356", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000719697", "facilityName": "U.S. ARMY AVIATION CENTER OF EXCELLENCE AND FORT NOVOSEL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.629, 33.5972, -86.629, 33.5972], "geometry": {"coordinates": [-86.629, 33.5972], "type": "Point"}, "id": "357", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001712816", "facilityName": "EASTERN AREA LANDFILL, BIRMINGHAM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.25723, 32.650684, -85.25723, 32.650684], "geometry": {"coordinates": [-85.25723, 32.650684], "type": "Point"}, "id": "358", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001713334", "facilityName": "SALEM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.031157, 33.458434, -87.031157, 33.458434], "geometry": {"coordinates": [-87.031157, 33.458434], "type": "Point"}, "id": "359", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001713824", "facilityName": "US STEEL MINING (CONCORD) LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.1861, 31.2566, -87.1861, 31.2566], "geometry": {"coordinates": [-87.1861, 31.2566], "type": "Point"}, "id": "360", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002436114", "facilityName": "TIMBERLANDS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.233056, 30.626389, -88.233056, 30.626389], "geometry": {"coordinates": [-88.233056, 30.626389], "type": "Point"}, "id": "361", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006823759", "facilityName": "GULF HAULING \u0026 CONSTRUCTION INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.727061, 31.788482, -87.727061, 31.788482], "geometry": {"coordinates": [-87.727061, 31.788482], "type": "Point"}, "id": "362", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007347488", "facilityName": "SCOTCH LUMBER COMPANY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.881111, 33.660833, -87.881111, 33.660833], "geometry": {"coordinates": [-87.881111, 33.660833], "type": "Point"}, "id": "363", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009040171", "facilityName": "FAYETTE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.2525, 33.6845, -86.2525, 33.6845], "geometry": {"coordinates": [-86.2525, 33.6845], "type": "Point"}, "id": "364", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009059366", "facilityName": "CEDAR HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.9189, 34.7563, -85.9189, 34.7563], "geometry": {"coordinates": [-85.9189, 34.7563], "type": "Point"}, "id": "365", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010069399", "facilityName": "SCOTTSBORO BALEFILL SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.263056, 30.963889, -88.263056, 30.963889], "geometry": {"coordinates": [-88.263056, 30.963889], "type": "Point"}, "id": "366", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010071206", "facilityName": "CHUNCHULA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.7303, 31.7089, -86.7303, 31.7089], "geometry": {"coordinates": [-86.7303, 31.7089], "type": "Point"}, "id": "367", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010102824", "facilityName": "CHAPMAN PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.845624, 33.599386, -86.845624, 33.599386], "geometry": {"coordinates": [-86.845624, 33.599386], "type": "Point"}, "id": "368", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010102879", "facilityName": "FULTONDALE WASTE COMPLEX", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.17475, 30.763128, -88.17475, 30.763128], "geometry": {"coordinates": [-88.17475, 30.763128], "type": "Point"}, "id": "369", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010103226", "facilityName": "JARRETT ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.666806, 34.69764, -87.666806, 34.69764], "geometry": {"coordinates": [-87.666806, 34.69764], "type": "Point"}, "id": "370", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010103388", "facilityName": "SHOALS SOLID WASTE AUTHORITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.774276, 30.443309, -87.774276, 30.443309], "geometry": {"coordinates": [-87.774276, 30.443309], "type": "Point"}, "id": "371", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010380346", "facilityName": "BALDWIN COUNTY SOLID WASTE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.862, 34.342, -85.862, 34.342], "geometry": {"coordinates": [-85.862, 34.342], "type": "Point"}, "id": "372", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010431844", "facilityName": "SAND VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.58747, 33.64717, -85.58747, 33.64717], "geometry": {"coordinates": [-85.58747, 33.64717], "type": "Point"}, "id": "373", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011735667", "facilityName": "CLEBURNE COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.65326, 33.23925, -87.65326, 33.23925], "geometry": {"coordinates": [-87.65326, 33.23925], "type": "Point"}, "id": "374", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012168652", "facilityName": "BLACK WARRIOR SOLID WASTE DISPOSAL AUHORITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.8433, 31.7003, -85.8433, 31.7003], "geometry": {"coordinates": [-85.8433, 31.7003], "type": "Point"}, "id": "375", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012625221", "facilityName": "BRUNDIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.75908, 33.84824, -85.75908, 33.84824], "geometry": {"coordinates": [-85.75908, 33.84824], "type": "Point"}, "id": "376", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013930318", "facilityName": "FAIR LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.837911, 33.762192, -85.837911, 33.762192], "geometry": {"coordinates": [-85.837911, 33.762192], "type": "Point"}, "id": "377", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013930461", "facilityName": "STEWART LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.702116, 30.76007, -87.702116, 30.76007], "geometry": {"coordinates": [-87.702116, 30.76007], "type": "Point"}, "id": "378", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013930531", "facilityName": "AIRPORT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.04705, 31.11295, -86.04705, 31.11295], "geometry": {"coordinates": [-86.04705, 31.11295], "type": "Point"}, "id": "379", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931335", "facilityName": "SAMSON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.796971, 33.608309, -86.796971, 33.608309], "geometry": {"coordinates": [-86.796971, 33.608309], "type": "Point"}, "id": "380", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931344", "facilityName": "MITCHELL / AB FOUNDRY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.07177, 30.80513, -88.07177, 30.80513], "geometry": {"coordinates": [-88.07177, 30.80513], "type": "Point"}, "id": "381", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931674", "facilityName": "SARALAND SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.920814, 34.117934, -87.920814, 34.117934], "geometry": {"coordinates": [-87.920814, 34.117934], "type": "Point"}, "id": "382", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931692", "facilityName": "BALLARD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.28878, 32.40817, -86.28878, 32.40817], "geometry": {"coordinates": [-86.28878, 32.40817], "type": "Point"}, "id": "383", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931861", "facilityName": "SULLIVAN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.443099, 33.303653, -85.443099, 33.303653], "geometry": {"coordinates": [-85.443099, 33.303653], "type": "Point"}, "id": "384", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931914", "facilityName": "RANDOLPH COUNTY DEMOLITION LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.169642, 32.286218, -85.169642, 32.286218], "geometry": {"coordinates": [-85.169642, 32.286218], "type": "Point"}, "id": "385", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013931923", "facilityName": "ESCO LANDFILL #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.476048, 33.229178, -87.476048, 33.229178], "geometry": {"coordinates": [-87.476048, 33.229178], "type": "Point"}, "id": "386", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932138", "facilityName": "SUPERIOR EAGLE BLUFF LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.61769, 33.18245, -87.61769, 33.18245], "geometry": {"coordinates": [-87.61769, 33.18245], "type": "Point"}, "id": "387", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932236", "facilityName": "HARRIS LANDFILL (K / MART)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.373227, 34.149783, -87.373227, 34.149783], "geometry": {"coordinates": [-87.373227, 34.149783], "type": "Point"}, "id": "388", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932316", "facilityName": "HOOD LANDFILL (MOBILE HOME)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.0467, 32.9085, -87.0467, 32.9085], "geometry": {"coordinates": [-87.0467, 32.9085], "type": "Point"}, "id": "389", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013951205", "facilityName": "BIBB COUNTY SANITARY LANDFILL \u0026 TS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.757303, 34.896514, -85.757303, 34.896514], "geometry": {"coordinates": [-85.757303, 34.896514], "type": "Point"}, "id": "390", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013967378", "facilityName": "VALLEY VIEW SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.802683, 33.361277, -86.802683, 33.361277], "geometry": {"coordinates": [-86.802683, 33.361277], "type": "Point"}, "id": "391", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013985991", "facilityName": "HOLSOMBACK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.186531, 30.74512, -88.186531, 30.74512], "geometry": {"coordinates": [-88.186531, 30.74512], "type": "Point"}, "id": "392", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986311", "facilityName": "BRUNSON CONSTRUCTION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.373227, 34.149783, -87.373227, 34.149783], "geometry": {"coordinates": [-87.373227, 34.149783], "type": "Point"}, "id": "393", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986561", "facilityName": "POWELL LANDFILL (MOBILE HOME)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.373227, 34.149783, -87.373227, 34.149783], "geometry": {"coordinates": [-87.373227, 34.149783], "type": "Point"}, "id": "394", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986570", "facilityName": "HALEYVILLE REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.453109, 33.307193, -87.453109, 33.307193], "geometry": {"coordinates": [-87.453109, 33.307193], "type": "Point"}, "id": "395", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986696", "facilityName": "ELEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.8038, 33.612226, -85.8038, 33.612226], "geometry": {"coordinates": [-85.8038, 33.612226], "type": "Point"}, "id": "396", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015751", "facilityName": "BROWN BORTHERS / LAGARDE AVENUE TS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.712465, 33.89255, -86.712465, 33.89255], "geometry": {"coordinates": [-86.712465, 33.89255], "type": "Point"}, "id": "397", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019212", "facilityName": "BLOUNT COUNTY/NECTAR/HAYDEN LF \u0026 TS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.77453, 33.56848, -86.77453, 33.56848], "geometry": {"coordinates": [-86.77453, 33.56848], "type": "Point"}, "id": "398", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015851167", "facilityName": "NEW GEORGIA LANDFILL, BIRMINGHAM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.6852, 30.30617, -87.6852, 30.30617], "geometry": {"coordinates": [-87.6852, 30.30617], "type": "Point"}, "id": "399", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025343279", "facilityName": "GULF SHORES C/D LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.320026, 32.408915, -86.320026, 32.408915], "geometry": {"coordinates": [-86.320026, 32.408915], "type": "Point"}, "id": "400", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025364040", "facilityName": "MONTGOMERY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.046673, 33.73069, -87.046673, 33.73069], "geometry": {"coordinates": [-87.046673, 33.73069], "type": "Point"}, "id": "401", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025380594", "facilityName": "BFI WASTE SYSTEMS OF ALABAMA LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.16633, 30.78065, -88.16633, 30.78065], "geometry": {"coordinates": [-88.16633, 30.78065], "type": "Point"}, "id": "402", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025382958", "facilityName": "BROWNLEE LANDFILL LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.828028, 32.514014, -85.828028, 32.514014], "geometry": {"coordinates": [-85.828028, 32.514014], "type": "Point"}, "id": "403", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031020838", "facilityName": "GFL ENVIRONMENTAL - STONE\u0027S THROW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.437716, 32.435714, -87.437716, 32.435714], "geometry": {"coordinates": [-87.437716, 32.435714], "type": "Point"}, "id": "404", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032941912", "facilityName": "ARROWHEAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.0357, 31.0451, -88.0357, 31.0451], "geometry": {"coordinates": [-88.0357, 31.0451], "type": "Point"}, "id": "405", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034132686", "facilityName": "WASTE MANAGEMENT - CHASTANG LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.14412, 32.589861, -86.14412, 32.589861], "geometry": {"coordinates": [-86.14412, 32.589861], "type": "Point"}, "id": "406", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034135291", "facilityName": "WETUMPKA (HWY 9) SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.525859, 31.352569, -85.525859, 31.352569], "geometry": {"coordinates": [-85.525859, 31.352569], "type": "Point"}, "id": "407", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034136673", "facilityName": "ROSE HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.924803, 33.679414, -85.924803, 33.679414], "geometry": {"coordinates": [-85.924803, 33.679414], "type": "Point"}, "id": "408", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034138680", "facilityName": "CALHOUN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.785009, 34.085935, -86.785009, 34.085935], "geometry": {"coordinates": [-86.785009, 34.085935], "type": "Point"}, "id": "409", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034140793", "facilityName": "CULLMAN COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.035267, 34.021226, -86.035267, 34.021226], "geometry": {"coordinates": [-86.035267, 34.021226], "type": "Point"}, "id": "410", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034141006", "facilityName": "ETOWAH COUNTY SANITARY INERT LF \u0026 TS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.201836, 34.703571, -87.201836, 34.703571], "geometry": {"coordinates": [-87.201836, 34.703571], "type": "Point"}, "id": "411", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034185478", "facilityName": "MORRIS FARMS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.191083, 34.272523, -86.191083, 34.272523], "geometry": {"coordinates": [-86.191083, 34.272523], "type": "Point"}, "id": "412", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039017863", "facilityName": "MUNICIPAL UTILITIES BOARD OF ALBERTVILLE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.5201, 33.605845, -86.5201, 33.605845], "geometry": {"coordinates": [-86.5201, 33.605845], "type": "Point"}, "id": "413", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040628559", "facilityName": "VEOLIA E.S. STAR RIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.100856, 34.625853, -87.100856, 34.625853], "geometry": {"coordinates": [-87.100856, 34.625853], "type": "Point"}, "id": "414", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040633883", "facilityName": "CITY OF DECATUR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.1521, 31.1281, -87.1521, 31.1281], "geometry": {"coordinates": [-87.1521, 31.1281], "type": "Point"}, "id": "415", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041371422", "facilityName": "EAST BREWTON SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.319815, 34.349669, -86.319815, 34.349669], "geometry": {"coordinates": [-86.319815, 34.349669], "type": "Point"}, "id": "416", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041397253", "facilityName": "BISHOP SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.707017, 34.874788, -87.707017, 34.874788], "geometry": {"coordinates": [-87.707017, 34.874788], "type": "Point"}, "id": "417", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041428158", "facilityName": "UNDERWOOD (LAUDERDALE COUNTY) LANDFILL \u0026 TS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.318105, 34.551945, -87.318105, 34.551945], "geometry": {"coordinates": [-87.318105, 34.551945], "type": "Point"}, "id": "418", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041428620", "facilityName": "LAWRENCE COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.271624, 32.591071, -87.271624, 32.591071], "geometry": {"coordinates": [-87.271624, 32.591071], "type": "Point"}, "id": "419", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041561743", "facilityName": "PERRY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.995735, 31.511427, -85.995735, 31.511427], "geometry": {"coordinates": [-85.995735, 31.511427], "type": "Point"}, "id": "420", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041647411", "facilityName": "COFFEE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.5958, 34.6828, -86.5958, 34.6828], "geometry": {"coordinates": [-86.5958, 34.6828], "type": "Point"}, "id": "421", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110042946765", "facilityName": "SOLID WASTE DISPOSAL AUTHORITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.100856, 34.625853, -87.100856, 34.625853], "geometry": {"coordinates": [-87.100856, 34.625853], "type": "Point"}, "id": "422", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043041455", "facilityName": "DECATUR MORGAN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.169127, 31.150138, -88.169127, 31.150138], "geometry": {"coordinates": [-88.169127, 31.150138], "type": "Point"}, "id": "423", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043274792", "facilityName": "TURKEY TROT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.86462, 33.70848, -86.86462, 33.70848], "geometry": {"coordinates": [-86.86462, 33.70848], "type": "Point"}, "id": "424", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043428038", "facilityName": "JEFFERSON COUNTY LANDFILL NO. 1", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.986151, 34.696305, -85.986151, 34.696305], "geometry": {"coordinates": [-85.986151, 34.696305], "type": "Point"}, "id": "425", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043806272", "facilityName": "SCOTTSBORO SOLID WASTE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.8996, 34.0244, -86.8996, 34.0244], "geometry": {"coordinates": [-86.8996, 34.0244], "type": "Point"}, "id": "426", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043810524", "facilityName": "CULLMAN ENVIRONMENTAL WASTE MANAGEMENT CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.100856, 34.625853, -87.100856, 34.625853], "geometry": {"coordinates": [-87.100856, 34.625853], "type": "Point"}, "id": "427", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110045489315", "facilityName": "GRANGER ENERGY OF DECATUR, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.69196, 33.88876, -85.69196, 33.88876], "geometry": {"coordinates": [-85.69196, 33.88876], "type": "Point"}, "id": "428", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110045521707", "facilityName": "PIEDMONT INERT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.003056, 31.498611, -86.003056, 31.498611], "geometry": {"coordinates": [-86.003056, 31.498611], "type": "Point"}, "id": "429", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110054100584", "facilityName": "COFFEE COUNTY SOLID WASTE DISPOSAL AUTHORITY TIRE PROCESSING FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.68749, 33.17183, -86.68749, 33.17183], "geometry": {"coordinates": [-86.68749, 33.17183], "type": "Point"}, "id": "430", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110055598072", "facilityName": "SHELBY COUNTY HIGHWAY 70 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.687566, 33.171785, -86.687566, 33.171785], "geometry": {"coordinates": [-86.687566, 33.171785], "type": "Point"}, "id": "431", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060780917", "facilityName": "SHELBY COUNTY HIGHWAY 70 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.046673, 33.73069, -87.046673, 33.73069], "geometry": {"coordinates": [-87.046673, 33.73069], "type": "Point"}, "id": "432", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060781051", "facilityName": "PINE VIEW SLF MSWL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.77234, 33.56841, -86.77234, 33.56841], "geometry": {"coordinates": [-86.77234, 33.56841], "type": "Point"}, "id": "433", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060781550", "facilityName": "NEW GEORGIA LANDFILL, BIRMINGHAM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.73427, 32.927353, -86.73427, 32.927353], "geometry": {"coordinates": [-86.73427, 32.927353], "type": "Point"}, "id": "434", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060782041", "facilityName": "CHILTON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.26396, 32.65263, -85.26396, 32.65263], "geometry": {"coordinates": [-85.26396, 32.65263], "type": "Point"}, "id": "435", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064164817", "facilityName": "WASTE MANAGEMENT - OPELIKA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.100856, 34.625853, -87.100856, 34.625853], "geometry": {"coordinates": [-87.100856, 34.625853], "type": "Point"}, "id": "436", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064870974", "facilityName": "DECATUR-MORGAN COUNTY REGIONAL MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.468325, 33.234763, -86.468325, 33.234763], "geometry": {"coordinates": [-86.468325, 33.234763], "type": "Point"}, "id": "437", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069616268", "facilityName": "GASTON STEAM PLANT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-87.864631, 34.753138, -87.864631, 34.753138], "geometry": {"coordinates": [-87.864631, 34.753138], "type": "Point"}, "id": "438", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070115857", "facilityName": "CWI CHEROKEE LLC- CHEROKEE INDUSTRIAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.861701, 34.339229, -85.861701, 34.339229], "geometry": {"coordinates": [-85.861701, 34.339229], "type": "Point"}, "id": "439", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070396252", "facilityName": "SAND VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.729655, 33.995349, -85.729655, 33.995349], "geometry": {"coordinates": [-85.729655, 33.995349], "type": "Point"}, "id": "440", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070691434", "facilityName": "THREE CORNERS REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.107222, 34.071944, -86.107222, 34.071944], "geometry": {"coordinates": [-86.107222, 34.071944], "type": "Point"}, "id": "441", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070838992", "facilityName": "NOBLE HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.86462, 33.70848, -86.86462, 33.70848], "geometry": {"coordinates": [-86.86462, 33.70848], "type": "Point"}, "id": "442", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071160088", "facilityName": "JEFFERSON COUNTY LANDFILL NO. 1", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.864702, 33.708517, -86.864702, 33.708517], "geometry": {"coordinates": [-86.864702, 33.708517], "type": "Point"}, "id": "443", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071307593", "facilityName": "MOUNT OLIVE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-88.026839, 30.963197, -88.026839, 30.963197], "geometry": {"coordinates": [-88.026839, 30.963197], "type": "Point"}, "id": "444", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071435587", "facilityName": "ECOSOUTH SERVICES OF MOBILE, LLC - AXIS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-85.283324, 32.85883, -85.283324, 32.85883], "geometry": {"coordinates": [-85.283324, 32.85883], "type": "Point"}, "id": "445", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071916940", "facilityName": "CHAMBERS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-86.988907, 33.641954, -86.988907, 33.641954], "geometry": {"coordinates": [-86.988907, 33.641954], "type": "Point"}, "id": "446", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071935290", "facilityName": "BIG SKY ENVIRONMENTAL LLC LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.1398, 34.4231, -92.1398, 34.4231], "geometry": {"coordinates": [-92.1398, 34.4231], "type": "Point"}, "id": "447", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000451788", "facilityName": "WHITE BLUFF PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.539639, 34.511972, -91.539639, 34.511972], "geometry": {"coordinates": [-91.539639, 34.511972], "type": "Point"}, "id": "448", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000743535", "facilityName": "RICELAND FOODS, INC. - SOY DIVISION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.11243, 33.64108, -94.11243, 33.64108], "geometry": {"coordinates": [-94.11243, 33.64108], "type": "Point"}, "id": "449", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000756352", "facilityName": "DOMTAR A.W. LLC ASHDOWN MILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.2563, 36.138, -94.2563, 36.138], "geometry": {"coordinates": [-94.2563, 36.138], "type": "Point"}, "id": "450", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001697799", "facilityName": "WASTE MANAGEMENT ECO VISTA SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.687472, 33.324028, -92.687472, 33.324028], "geometry": {"coordinates": [-92.687472, 33.324028], "type": "Point"}, "id": "451", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001698459", "facilityName": "WASTE CORPORATION OF ARKANSAS LLC - UNION COUNTY RECYCLING AND DISPOSAL FACILITY - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.482556, 34.561083, -92.482556, 34.561083], "geometry": {"coordinates": [-92.482556, 34.561083], "type": "Point"}, "id": "452", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001698985", "facilityName": "BFI - WASTE SYSTEM OF ARKANSAS, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.301639, 34.649167, -92.301639, 34.649167], "geometry": {"coordinates": [-92.301639, 34.649167], "type": "Point"}, "id": "453", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001700213", "facilityName": "LITTLE ROCK CITY SW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.370361, 35.293806, -94.370361, 35.293806], "geometry": {"coordinates": [-94.370361, 35.293806], "type": "Point"}, "id": "454", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001700240", "facilityName": "FORT SMITH SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.092194, 35.589393, -91.092194, 35.589393], "geometry": {"coordinates": [-91.092194, 35.589393], "type": "Point"}, "id": "455", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001701775", "facilityName": "JACKSON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.678056, 33.642778, -93.678056, 33.642778], "geometry": {"coordinates": [-93.678056, 33.642778], "type": "Point"}, "id": "456", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003309768", "facilityName": "CITY OF HOPE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.255194, 35.139639, -90.255194, 35.139639], "geometry": {"coordinates": [-90.255194, 35.139639], "type": "Point"}, "id": "457", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006625447", "facilityName": "CRITTENDEN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.749944, 35.824141, -90.749944, 35.824141], "geometry": {"coordinates": [-90.749944, 35.824141], "type": "Point"}, "id": "458", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006787245", "facilityName": "JONESBORO, CITY OF-SLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.5889, 34.8491, -91.5889, 34.8491], "geometry": {"coordinates": [-91.5889, 34.8491], "type": "Point"}, "id": "459", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007229052", "facilityName": "ROLLING MEADOWS LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.209194, 35.089806, -93.209194, 35.089806], "geometry": {"coordinates": [-93.209194, 35.089806], "type": "Point"}, "id": "460", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008052800", "facilityName": "WM - OZARK RIDGE LANDFILL, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.686406, 35.715828, -90.686406, 35.715828], "geometry": {"coordinates": [-90.686406, 35.715828], "type": "Point"}, "id": "461", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009123974", "facilityName": "CRAIGHEAD CO SWDA JONESBORO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.8427, 34.0633, -93.8427, 34.0633], "geometry": {"coordinates": [-93.8427, 34.0633], "type": "Point"}, "id": "462", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010068050", "facilityName": "UPPER SW REGIONAL SOLID WASTE MANAGEMENT DISTRICT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.69813, 35.12973, -92.69813, 35.12973], "geometry": {"coordinates": [-92.69813, 35.12973], "type": "Point"}, "id": "463", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011376901", "facilityName": "MORRILTON, CITY OF-LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.185611, 34.339528, -92.185611, 34.339528], "geometry": {"coordinates": [-92.185611, 34.339528], "type": "Point"}, "id": "464", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011376956", "facilityName": "JEFFERSON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.089917, 34.528083, -93.089917, 34.528083], "geometry": {"coordinates": [-93.089917, 34.528083], "type": "Point"}, "id": "465", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012330780", "facilityName": "GARLAND COUNTY CEDAR GLADES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.383779, 34.263179, -91.383779, 34.263179], "geometry": {"coordinates": [-91.383779, 34.263179], "type": "Point"}, "id": "466", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935750", "facilityName": "SOUTHEAST ARKANSAS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.242321, 36.300623, -94.242321, 36.300623], "geometry": {"coordinates": [-94.242321, 36.300623], "type": "Point"}, "id": "467", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935901", "facilityName": "FULTON LANDFILL-QUAIL ROAD", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.265344, 33.116546, -91.265344, 33.116546], "geometry": {"coordinates": [-91.265344, 33.116546], "type": "Point"}, "id": "468", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935910", "facilityName": "EUDORA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.661449, 35.847946, -90.661449, 35.847946], "geometry": {"coordinates": [-90.661449, 35.847946], "type": "Point"}, "id": "469", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936027", "facilityName": "CITY OF JONESBORO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.254664, 33.818459, -91.254664, 33.818459], "geometry": {"coordinates": [-91.254664, 33.818459], "type": "Point"}, "id": "470", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936143", "facilityName": "DESHA COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.082053, 34.540853, -93.082053, 34.540853], "geometry": {"coordinates": [-93.082053, 34.540853], "type": "Point"}, "id": "471", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936189", "facilityName": "GARLAND COUNTY INERT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.877497, 33.569707, -92.877497, 33.569707], "geometry": {"coordinates": [-92.877497, 33.569707], "type": "Point"}, "id": "472", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936296", "facilityName": "CAMDEN SOLID WASTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.13402, 35.27815, -93.13402, 35.27815], "geometry": {"coordinates": [-93.13402, 35.27815], "type": "Point"}, "id": "473", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936401", "facilityName": "POPE COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.659668, 34.635989, -92.659668, 34.635989], "geometry": {"coordinates": [-92.659668, 34.635989], "type": "Point"}, "id": "474", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013936474", "facilityName": "CITY OF BENTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.804635, 36.376335, -91.804635, 36.376335], "geometry": {"coordinates": [-91.804635, 36.376335], "type": "Point"}, "id": "475", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988701", "facilityName": "TRI COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.842453, 34.382077, -90.842453, 34.382077], "geometry": {"coordinates": [-90.842453, 34.382077], "type": "Point"}, "id": "476", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988845", "facilityName": "CITY OF WEST HELENA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.999991, 35.785223, -89.999991, 35.785223], "geometry": {"coordinates": [-89.999991, 35.785223], "type": "Point"}, "id": "477", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015671", "facilityName": "MISSISSIPPI COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.453316, 36.069716, -90.453316, 36.069716], "geometry": {"coordinates": [-90.453316, 36.069716], "type": "Point"}, "id": "478", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015680", "facilityName": "NORTHEAST ARKANSAS REGIONAL SOLID WASTE DISTRICT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.209559, 36.39244, -94.209559, 36.39244], "geometry": {"coordinates": [-94.209559, 36.39244], "type": "Point"}, "id": "479", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015706", "facilityName": "CITY OF BENTONVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.79764, 33.202353, -91.79764, 33.202353], "geometry": {"coordinates": [-91.79764, 33.202353], "type": "Point"}, "id": "480", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019070", "facilityName": "ASHLEY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.677275, 35.719421, -90.677275, 35.719421], "geometry": {"coordinates": [-90.677275, 35.719421], "type": "Point"}, "id": "481", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022407956", "facilityName": "CRAIGHEAD COUNTY SOLID WASTE DISPOSAL- LEGACY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.17813, 34.33646, -92.17813, 34.33646], "geometry": {"coordinates": [-92.17813, 34.33646], "type": "Point"}, "id": "482", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024966296", "facilityName": "T.H.I., INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.912193, 35.496793, -91.912193, 35.496793], "geometry": {"coordinates": [-91.912193, 35.496793], "type": "Point"}, "id": "483", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024992604", "facilityName": "CLEBURNE COUNTY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.412725, 33.611319, -92.412725, 33.611319], "geometry": {"coordinates": [-92.412725, 33.611319], "type": "Point"}, "id": "484", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025013438", "facilityName": "CALHOUN COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.260861, 34.312694, -91.260861, 34.312694], "geometry": {"coordinates": [-91.260861, 34.312694], "type": "Point"}, "id": "485", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025043977", "facilityName": "EMS CLASS 1 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.841635, 33.595337, -91.841635, 33.595337], "geometry": {"coordinates": [-91.841635, 33.595337], "type": "Point"}, "id": "486", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025056962", "facilityName": "DREW COUNTY CLASS 4 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.850067, 33.214159, -91.850067, 33.214159], "geometry": {"coordinates": [-91.850067, 33.214159], "type": "Point"}, "id": "487", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025076762", "facilityName": "ASHLEY CO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.431704, 36.456813, -92.431704, 36.456813], "geometry": {"coordinates": [-92.431704, 36.456813], "type": "Point"}, "id": "488", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025110813", "facilityName": "N ARK BOARD OF REG. SANITATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.79629, 35.00461, -92.79629, 35.00461], "geometry": {"coordinates": [-92.79629, 35.00461], "type": "Point"}, "id": "489", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025122016", "facilityName": "PERRY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.833099, 39.724998, -90.833099, 39.724998], "geometry": {"coordinates": [-90.833099, 39.724998], "type": "Point"}, "id": "490", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025129199", "facilityName": "HICKORY RIDGE LANDFILL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.527807, 33.864947, -92.527807, 33.864947], "geometry": {"coordinates": [-92.527807, 33.864947], "type": "Point"}, "id": "491", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025136369", "facilityName": "SOUTHWEST AR REG SW DALLAS CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-94.361667, 33.976972, -94.361667, 33.976972], "geometry": {"coordinates": [-94.361667, 33.976972], "type": "Point"}, "id": "492", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025147419", "facilityName": "SEVIER COUNTY CLASS 4 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.163531, 34.834994, -92.163531, 34.834994], "geometry": {"coordinates": [-92.163531, 34.834994], "type": "Point"}, "id": "493", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110027990057", "facilityName": "WASTE MANAGEMENT-TWO PINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.749297, 35.825589, -90.749297, 35.825589], "geometry": {"coordinates": [-90.749297, 35.825589], "type": "Point"}, "id": "494", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110028004512", "facilityName": "CITY OF JONESBORO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.33253, 34.71411, -92.33253, 34.71411], "geometry": {"coordinates": [-92.33253, 34.71411], "type": "Point"}, "id": "495", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031482009", "facilityName": "BFI WASTE SYSTEMS OF ARKANSAS, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.694167, 35.719417, -90.694167, 35.719417], "geometry": {"coordinates": [-90.694167, 35.719417], "type": "Point"}, "id": "496", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034186958", "facilityName": "CRAIGHEAD COUNTY SWDA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.33253, 34.71411, -92.33253, 34.71411], "geometry": {"coordinates": [-92.33253, 34.71411], "type": "Point"}, "id": "497", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034187038", "facilityName": "MODELFILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.297825, 34.688419, -92.297825, 34.688419], "geometry": {"coordinates": [-92.297825, 34.688419], "type": "Point"}, "id": "498", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035767391", "facilityName": "ALLIED WASTE HAULING FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.5878, 33.6362, -93.5878, 33.6362], "geometry": {"coordinates": [-93.5878, 33.6362], "type": "Point"}, "id": "499", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035777406", "facilityName": "CITY OF HOPE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.266389, 34.662917, -92.266389, 34.662917], "geometry": {"coordinates": [-92.266389, 34.662917], "type": "Point"}, "id": "500", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110036572410", "facilityName": "CENTRAL ARKANSAS RECYCLING \u0026 DISPOSAL SERVICES CLASS 4 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.96857, 35.69025, -89.96857, 35.69025], "geometry": {"coordinates": [-89.96857, 35.69025], "type": "Point"}, "id": "501", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037070433", "facilityName": "OSCEOLA TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-90.749297, 35.825589, -90.749297, 35.825589], "geometry": {"coordinates": [-90.749297, 35.825589], "type": "Point"}, "id": "502", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037943009", "facilityName": "JONESBORO CLASS 4 LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.303089, 35.030459, -93.303089, 35.030459], "geometry": {"coordinates": [-93.303089, 35.030459], "type": "Point"}, "id": "503", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041380074", "facilityName": "YELL COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.0784, 34.8629, -92.0784, 34.8629], "geometry": {"coordinates": [-92.0784, 34.8629], "type": "Point"}, "id": "504", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041470360", "facilityName": "CITY OF JACKSONVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.22831, 34.369494, -91.22831, 34.369494], "geometry": {"coordinates": [-91.22831, 34.369494], "type": "Point"}, "id": "505", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041892690", "facilityName": "EATON MOERY ENVIRONMENTAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.442778, 34.927222, -92.442778, 34.927222], "geometry": {"coordinates": [-92.442778, 34.927222], "type": "Point"}, "id": "506", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041904419", "facilityName": "ALTERNATIVE WASTE MANAGEMENT, LLC. - CLASS IV LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.632378, 36.281344, -91.632378, 36.281344], "geometry": {"coordinates": [-91.632378, 36.281344], "type": "Point"}, "id": "507", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043803943", "facilityName": "WASTE CONNECTIONS - CHEROKEE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.505612, 35.118996, -92.505612, 35.118996], "geometry": {"coordinates": [-92.505612, 35.118996], "type": "Point"}, "id": "508", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043816127", "facilityName": "CONWAY LANDFILL \u0026 MRF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.701614, 35.129664, -92.701614, 35.129664], "geometry": {"coordinates": [-92.701614, 35.129664], "type": "Point"}, "id": "509", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064252491", "facilityName": "MORRILTON SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-89.966306, 35.777917, -89.966306, 35.777917], "geometry": {"coordinates": [-89.966306, 35.777917], "type": "Point"}, "id": "510", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064319571", "facilityName": "MISSISSIPPI COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.099, 34.20441, -92.099, 34.20441], "geometry": {"coordinates": [-92.099, 34.20441], "type": "Point"}, "id": "511", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071160267", "facilityName": "SHANNON ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.76255, 35.3309, -92.76255, 35.3309], "geometry": {"coordinates": [-92.76255, 35.3309], "type": "Point"}, "id": "512", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161060", "facilityName": "CITY OF CONWAY LANDFILL \u0026AMP; MRF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-91.108242, 35.561761, -91.108242, 35.561761], "geometry": {"coordinates": [-91.108242, 35.561761], "type": "Point"}, "id": "513", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071720188", "facilityName": "JACKSON COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-93.090012, 34.528027, -93.090012, 34.528027], "geometry": {"coordinates": [-93.090012, 34.528027], "type": "Point"}, "id": "514", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071725374", "facilityName": "GARLAND COUNTY - GARLAND COUNTY LANDFILL - PHASE 3 EXCAVATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-92.401414, 34.231835, -92.401414, 34.231835], "geometry": {"coordinates": [-92.401414, 34.231835], "type": "Point"}, "id": "515", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071782928", "facilityName": "GRAPHYTE LOBLOLLY, LLC - GRAPHYTE LOBLOLLY SEQUESTRATION SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.11742, 33.08075, -112.11742, 33.08075], "geometry": {"coordinates": [-112.11742, 33.08075], "type": "Point"}, "id": "516", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001694667", "facilityName": "SIERRA ESTRELLA SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.30267, 33.53645, -112.30267, 33.53645], "geometry": {"coordinates": [-112.30267, 33.53645], "type": "Point"}, "id": "517", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002373486", "facilityName": "GLENDALE MUNICIPAL SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.134142, 33.712905, -112.134142, 33.712905], "geometry": {"coordinates": [-112.134142, 33.712905], "type": "Point"}, "id": "518", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002572252", "facilityName": "SKUNK CREEK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.11763, 33.4192, -112.11763, 33.4192], "geometry": {"coordinates": [-112.11763, 33.4192], "type": "Point"}, "id": "519", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002574633", "facilityName": "CITY OF PHOENIX 27TH AVE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.88195, 32.1199, -110.88195, 32.1199], "geometry": {"coordinates": [-110.88195, 32.1199], "type": "Point"}, "id": "520", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002606109", "facilityName": "LOS REALES MUNICIPAL SOLID WASTE LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.750086, 33.367897, -112.750086, 33.367897], "geometry": {"coordinates": [-112.750086, 33.367897], "type": "Point"}, "id": "521", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008254030", "facilityName": "MARICOPA COUNTY - HASSAYAMPA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.61994, 32.74854, -111.61994, 32.74854], "geometry": {"coordinates": [-111.61994, 32.74854], "type": "Point"}, "id": "522", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008255351", "facilityName": "CITY OF ELOY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.280658, 33.077084, -112.280658, 33.077084], "geometry": {"coordinates": [-112.280658, 33.077084], "type": "Point"}, "id": "523", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009525512", "facilityName": "BUTTERFIELD STATION FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.676029, 32.596592, -114.676029, 32.596592], "geometry": {"coordinates": [-114.676029, 32.596592], "type": "Point"}, "id": "524", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010595980", "facilityName": "COCOPAH SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.6371, 33.2222, -112.6371, 33.2222], "geometry": {"coordinates": [-112.6371, 33.2222], "type": "Point"}, "id": "525", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012150313", "facilityName": "SOUTHWEST REGIONAL LANDFILL (SO0702)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.1524, 35.3633, -114.1524, 35.3633], "geometry": {"coordinates": [-114.1524, 35.3633], "type": "Point"}, "id": "526", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012596477", "facilityName": "MOHAVE COUNTY - CERBAT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.19503, 33.943591, -114.19503, 33.943591], "geometry": {"coordinates": [-114.19503, 33.943591], "type": "Point"}, "id": "527", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012625132", "facilityName": "LA PAZ COUNTY REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.51315, 35.022772, -114.51315, 35.022772], "geometry": {"coordinates": [-114.51315, 35.022772], "type": "Point"}, "id": "528", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012625141", "facilityName": "MOHAVE VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.33908, 34.997433, -110.33908, 34.997433], "geometry": {"coordinates": [-110.33908, 34.997433], "type": "Point"}, "id": "529", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012625169", "facilityName": "PAINTED DESERT LANDFILL (PEN-ROB)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.0471, 34.5155, -112.0471, 34.5155], "geometry": {"coordinates": [-112.0471, 34.5155], "type": "Point"}, "id": "530", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012625178", "facilityName": "GRAY WOLF REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.43122, 33.00781, -111.43122, 33.00781], "geometry": {"coordinates": [-111.43122, 33.00781], "type": "Point"}, "id": "531", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013373278", "facilityName": "IRONWOOD NON-MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "532", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932780", "facilityName": "NAVAJO CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "533", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932806", "facilityName": "VERNON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "534", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932824", "facilityName": "CONCHO CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "535", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932860", "facilityName": "BOWIE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "536", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932888", "facilityName": "DOUGLAS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "537", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932913", "facilityName": "ST DAVID CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "538", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932922", "facilityName": "SUN SITES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "539", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932940", "facilityName": "TOMBSTONE REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "540", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013932977", "facilityName": "BENSON MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.331621, 31.637136, -110.331621, 31.637136], "geometry": {"coordinates": [-110.331621, 31.637136], "type": "Point"}, "id": "541", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933002", "facilityName": "HUACHUCA CITY LANDFILL \u0026 MRF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "542", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933020", "facilityName": "PAGE MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "543", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933066", "facilityName": "SANDERS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "544", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933100", "facilityName": "PINE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "545", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933128", "facilityName": "MIAMI MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "546", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933137", "facilityName": "PLEASANT VALLEY / YOUNG MUNICIPAL LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "547", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933155", "facilityName": "REGIONAL LANDFILL (SAFFORD / GRAHAM COUNTY)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "548", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933182", "facilityName": "ARTESIA MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.707818, 32.834362, -109.707818, 32.834362], "geometry": {"coordinates": [-109.707818, 32.834362], "type": "Point"}, "id": "549", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933191", "facilityName": "EDEN MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "550", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933208", "facilityName": "PIMA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "551", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933226", "facilityName": "DUNCAN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "552", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933271", "facilityName": "FRANKLIN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "553", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933299", "facilityName": "SOUTH GREENLEE COUNTY MSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "554", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933306", "facilityName": "YORK VALLEY NO 1 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "555", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933360", "facilityName": "B B BONNER CO CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "556", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933379", "facilityName": "CLINT\u0027S WELL CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "557", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933404", "facilityName": "FOREST LAKES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "558", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933422", "facilityName": "MORMAN LAKE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "559", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933459", "facilityName": "MUND\u0027S PARK CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "560", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933486", "facilityName": "TUSAYAN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "561", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933510", "facilityName": "HAYDEN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.743103, 32.948882, -110.743103, 32.948882], "geometry": {"coordinates": [-110.743103, 32.948882], "type": "Point"}, "id": "562", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933538", "facilityName": "DUDLEYVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "563", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933565", "facilityName": "PAYSON LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "564", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933823", "facilityName": "ALLIED CONCRETE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "565", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933841", "facilityName": "MESA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "566", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933903", "facilityName": "HASSAYAMPA MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.78734, 35.17561, -113.78734, 35.17561], "geometry": {"coordinates": [-113.78734, 35.17561], "type": "Point"}, "id": "567", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933930", "facilityName": "ANTERES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.155288, 33.362657, -112.155288, 33.362657], "geometry": {"coordinates": [-112.155288, 33.362657], "type": "Point"}, "id": "568", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013933985", "facilityName": "WILLIAM ROER CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "569", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934001", "facilityName": "HICKMAN\u0027S EGG RANCH CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "570", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934029", "facilityName": "NEW RIVER MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "571", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934065", "facilityName": "FIRST STREET CRLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "572", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934074", "facilityName": "RRCA (OLD TEMPE) CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.98735, 33.42277, -111.98735, 33.42277], "geometry": {"coordinates": [-111.98735, 33.42277], "type": "Point"}, "id": "573", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934092", "facilityName": "BRADLEY REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "574", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934163", "facilityName": "16TH ST (DEL RIO) CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490737, 33.350076, -112.490737, 33.350076], "geometry": {"coordinates": [-112.490737, 33.350076], "type": "Point"}, "id": "575", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934172", "facilityName": "19TH AVENUE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.489998, 33.349998, -112.489998, 33.349998], "geometry": {"coordinates": [-112.489998, 33.349998], "type": "Point"}, "id": "576", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934350", "facilityName": "FLORENCE STATE PRISON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.00411, 33.39505, -112.00411, 33.39505], "geometry": {"coordinates": [-112.00411, 33.39505], "type": "Point"}, "id": "577", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934412", "facilityName": "JUICE OF LIFE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "578", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934458", "facilityName": "SATORIS (EARTHWORKS) CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.099809, 33.64009, -112.099809, 33.64009], "geometry": {"coordinates": [-112.099809, 33.64009], "type": "Point"}, "id": "579", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934494", "facilityName": "TURF PARADISE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "580", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934528", "facilityName": "UFI CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "581", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934564", "facilityName": "SNOWFLAKE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "582", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934591", "facilityName": "TAYLOR CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "583", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934608", "facilityName": "WINSLOW MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "584", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934671", "facilityName": "AJO MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.648159, 35.613364, -113.648159, 35.613364], "geometry": {"coordinates": [-113.648159, 35.613364], "type": "Point"}, "id": "585", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934706", "facilityName": "LITTLEFIELD MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.648159, 35.613364, -113.648159, 35.613364], "geometry": {"coordinates": [-113.648159, 35.613364], "type": "Point"}, "id": "586", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934742", "facilityName": "GOLDEN VALLEY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.278115, 32.414649, -111.278115, 32.414649], "geometry": {"coordinates": [-111.278115, 32.414649], "type": "Point"}, "id": "587", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934797", "facilityName": "MARANA REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.98765, 32.21408, -110.98765, 32.21408], "geometry": {"coordinates": [-110.98765, 32.21408], "type": "Point"}, "id": "588", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934822", "facilityName": "MISSION CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "589", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934840", "facilityName": "OLD NOGALES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "590", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934859", "facilityName": "RITA ROAD CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "591", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934868", "facilityName": "RYAN FIELD CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "592", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934895", "facilityName": "STATE PIT CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "593", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934902", "facilityName": "VINCENT MULLINS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "594", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934939", "facilityName": "WALNUT CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "595", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934948", "facilityName": "WILMOT ROAD CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "596", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013934984", "facilityName": "LA CANADA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "597", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935037", "facilityName": "SAHUARO MONUMENT CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.9777, 32.1995, -110.9777, 32.1995], "geometry": {"coordinates": [-110.9777, 32.1995], "type": "Point"}, "id": "598", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935055", "facilityName": "29TH STREET CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "599", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935082", "facilityName": "CACTUS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "600", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935091", "facilityName": "COLUMBUS #1 \u0026 2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "601", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935126", "facilityName": "CORTARO ROAD CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "602", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935153", "facilityName": "DAVIS / MONTHAN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "603", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935162", "facilityName": "ESPERANZA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "604", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935171", "facilityName": "INA ROAD CONSTRUCTION DEBRIS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "605", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935180", "facilityName": "LA CHOLLA #1 \u0026 2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "606", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935206", "facilityName": "LINDA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "607", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935224", "facilityName": "KELVIN / RIVERSIDE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "608", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935242", "facilityName": "MARICOPA #1 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "609", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935260", "facilityName": "ORACLE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "610", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935288", "facilityName": "STANFIELD MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "611", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935304", "facilityName": "SUPERIOR MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.528771, 33.377246, -111.528771, 33.377246], "geometry": {"coordinates": [-111.528771, 33.377246], "type": "Point"}, "id": "612", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935331", "facilityName": "REPUBLIC SERVICES - APACHE JUNCTION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "613", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935377", "facilityName": "COOLIDGE MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "614", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935402", "facilityName": "COOLIDGE NO 2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "615", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935554", "facilityName": "KIRKLAND CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404175, 34.705299, -112.404175, 34.705299], "geometry": {"coordinates": [-112.404175, 34.705299], "type": "Point"}, "id": "616", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935563", "facilityName": "HILLSIDE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404175, 34.705299, -112.404175, 34.705299], "geometry": {"coordinates": [-112.404175, 34.705299], "type": "Point"}, "id": "617", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935625", "facilityName": "PRESCOTT VALLEY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.763889, 31.563889, -110.763889, 31.563889], "geometry": {"coordinates": [-110.763889, 31.563889], "type": "Point"}, "id": "618", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935778", "facilityName": "PATAGONIA MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.90967, 31.532134, -110.90967, 31.532134], "geometry": {"coordinates": [-110.90967, 31.532134], "type": "Point"}, "id": "619", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935796", "facilityName": "KINO SPRINGS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.95419, 31.39197, -110.95419, 31.39197], "geometry": {"coordinates": [-110.95419, 31.39197], "type": "Point"}, "id": "620", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935803", "facilityName": "NOGALES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.023688, 31.525389, -111.023688, 31.525389], "geometry": {"coordinates": [-111.023688, 31.525389], "type": "Point"}, "id": "621", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935812", "facilityName": "RIO RICO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "622", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935849", "facilityName": "CAMP VERDE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "623", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935858", "facilityName": "MAYER CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "624", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935894", "facilityName": "SKULL VALLEY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.84028, 31.753058, -110.84028, 31.753058], "geometry": {"coordinates": [-110.84028, 31.753058], "type": "Point"}, "id": "625", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013935956", "facilityName": "ELGIN MSW LANDFILL(SONOITA)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.20227, 33.43435, -112.20227, 33.43435], "geometry": {"coordinates": [-112.20227, 33.43435], "type": "Point"}, "id": "626", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013944795", "facilityName": "PERRYVILLE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.068574, 32.750522, -114.068574, 32.750522], "geometry": {"coordinates": [-114.068574, 32.750522], "type": "Point"}, "id": "627", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957183", "facilityName": "MARTINEZ LAKE LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.934785, 35.390007, -113.934785, 35.390007], "geometry": {"coordinates": [-113.934785, 35.390007], "type": "Point"}, "id": "628", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957192", "facilityName": "BERMUDA CITY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "629", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957236", "facilityName": "ESTES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "630", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013957263", "facilityName": "SUNIZONA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "631", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968000", "facilityName": "TEMPE #1 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "632", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968028", "facilityName": "MARBLE CANYON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "633", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968046", "facilityName": "WILLIAMS MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "634", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968064", "facilityName": "LEES FERRY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "635", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013975314", "facilityName": "BLACK CANYON CITY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "636", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013975323", "facilityName": "GRAND CANYON / NORTH RIM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "637", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013976279", "facilityName": "GREER CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "638", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986785", "facilityName": "ALPINE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "639", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986810", "facilityName": "DOUBLE ADOBE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "640", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986829", "facilityName": "PEARCE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "641", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986838", "facilityName": "BISBEE MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "642", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986856", "facilityName": "COURTLAND CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "643", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986865", "facilityName": "NACO CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "644", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986874", "facilityName": "DRAGOON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "645", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986918", "facilityName": "RUSSELL GULCH-GLOBE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "646", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986936", "facilityName": "STAR VALLEY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "647", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986945", "facilityName": "GRAHAM COUNTY CENTRAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "648", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013986972", "facilityName": "THATCHER CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "649", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987016", "facilityName": "FORT THOMAS MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "650", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987025", "facilityName": "SHELDON MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270667, 33.10234, -109.270667, 33.10234], "geometry": {"coordinates": [-109.270667, 33.10234], "type": "Point"}, "id": "651", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987061", "facilityName": "MORENCI CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.020381, 33.671208, -114.020381, 33.671208], "geometry": {"coordinates": [-114.020381, 33.671208], "type": "Point"}, "id": "652", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987123", "facilityName": "COUNTY RIVER TRIBES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.020381, 33.671208, -114.020381, 33.671208], "geometry": {"coordinates": [-114.020381, 33.671208], "type": "Point"}, "id": "653", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987267", "facilityName": "EHRENBERG LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "654", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987338", "facilityName": "GOODYEAR SUMP #4 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.64707, 33.22361, -111.64707, 33.22361], "geometry": {"coordinates": [-111.64707, 33.22361], "type": "Point"}, "id": "655", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987374", "facilityName": "QUEEN CREEK MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "656", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987560", "facilityName": "RAINBOW ENTERPRISES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.266952, 33.435755, -112.266952, 33.435755], "geometry": {"coordinates": [-112.266952, 33.435755], "type": "Point"}, "id": "657", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987677", "facilityName": "TOLLESON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.106617, 33.422176, -112.106617, 33.422176], "geometry": {"coordinates": [-112.106617, 33.422176], "type": "Point"}, "id": "658", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987775", "facilityName": "22ND AVENUE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.489998, 33.349998, -112.489998, 33.349998], "geometry": {"coordinates": [-112.489998, 33.349998], "type": "Point"}, "id": "659", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013987828", "facilityName": "ALAMO STATE PARK CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "660", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988042", "facilityName": "TERRA QUEST REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "661", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988060", "facilityName": "LONE PINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "662", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988122", "facilityName": "SILVERBELL (OLD) CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.97166, 32.22448, -110.97166, 32.22448], "geometry": {"coordinates": [-110.97166, 32.22448], "type": "Point"}, "id": "663", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988195", "facilityName": "CATALINA MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "664", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988202", "facilityName": "BROADWAY NO 1 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "665", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988211", "facilityName": "CONGRESS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "666", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988220", "facilityName": "EL CAMINO DEL CERRO CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.9618, 32.24981, -110.9618, 32.24981], "geometry": {"coordinates": [-110.9618, 32.24981], "type": "Point"}, "id": "667", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988239", "facilityName": "HOUGHTON / IRVINGTON CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "668", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988257", "facilityName": "JAIL ANNEX CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "669", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988266", "facilityName": "NEARMONT CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "670", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988284", "facilityName": "PRUDENCE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "671", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988293", "facilityName": "RYLAND CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "672", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988319", "facilityName": "TUMAMOC CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "673", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988337", "facilityName": "WHY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.9937, 31.9487, -110.9937, 31.9487], "geometry": {"coordinates": [-110.9937, 31.9487], "type": "Point"}, "id": "674", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988355", "facilityName": "SAHUARITA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.974062, 36.990926, -112.974062, 36.990926], "geometry": {"coordinates": [-112.974062, 36.990926], "type": "Point"}, "id": "675", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988382", "facilityName": "COLORADO CITY MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "676", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988417", "facilityName": "HOLBROOK SOUTH MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "677", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988426", "facilityName": "SHOW LOW CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "678", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988453", "facilityName": "ELOY MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.90967, 31.532134, -110.90967, 31.532134], "geometry": {"coordinates": [-110.90967, 31.532134], "type": "Point"}, "id": "679", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988471", "facilityName": "TUBAC MSW LANDFILL/COLLECTION SITE SINCE 1996", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "680", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988499", "facilityName": "SEDONA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404916, 34.705333, -112.404916, 34.705333], "geometry": {"coordinates": [-112.404916, 34.705333], "type": "Point"}, "id": "681", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988505", "facilityName": "ASH FORK MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.17493, 34.404936, -113.17493, 34.404936], "geometry": {"coordinates": [-113.17493, 34.404936], "type": "Point"}, "id": "682", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988523", "facilityName": "BAGDAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "683", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988630", "facilityName": "MARICOPA #2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "684", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013988649", "facilityName": "RANDOLPH / LA PALMA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.992472, 33.799979, -111.992472, 33.799979], "geometry": {"coordinates": [-111.992472, 33.799979], "type": "Point"}, "id": "685", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015715", "facilityName": "CAVE CREEK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.82406, 33.24881, -111.82406, 33.24881], "geometry": {"coordinates": [-111.82406, 33.24881], "type": "Point"}, "id": "686", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014015724", "facilityName": "CHANDLER MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "687", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019089", "facilityName": "MAMMOTH MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "688", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019098", "facilityName": "HARRISON ROAD NO 2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.289182, 35.286292, -110.289182, 35.286292], "geometry": {"coordinates": [-110.289182, 35.286292], "type": "Point"}, "id": "689", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019105", "facilityName": "JOSEPH CITY CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "690", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019132", "facilityName": "DESIGN MASTER HOMES CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.045095, 35.633744, -112.045095, 35.633744], "geometry": {"coordinates": [-112.045095, 35.633744], "type": "Point"}, "id": "691", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019141", "facilityName": "ASHURST LAKE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.783, 33.038649, -109.783, 33.038649], "geometry": {"coordinates": [-109.783, 33.038649], "type": "Point"}, "id": "692", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019150", "facilityName": "SAN JOSE MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "693", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019169", "facilityName": "EASTERN REGIONAL MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.32872, 33.00577, -111.32872, 33.00577], "geometry": {"coordinates": [-111.32872, 33.00577], "type": "Point"}, "id": "694", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014024723", "facilityName": "SAN MANUEL PSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.051903, 33.708414, -112.051903, 33.708414], "geometry": {"coordinates": [-112.051903, 33.708414], "type": "Point"}, "id": "695", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015954485", "facilityName": "DEER VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.06564, 33.681984, -112.06564, 33.681984], "geometry": {"coordinates": [-112.06564, 33.681984], "type": "Point"}, "id": "696", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015966472", "facilityName": "LONE CACTUS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.299867, 34.940267, -110.299867, 34.940267], "geometry": {"coordinates": [-110.299867, 34.940267], "type": "Point"}, "id": "697", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017206192", "facilityName": "APS - CHOLLA POWER PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.270892, 34.578127, -109.270892, 34.578127], "geometry": {"coordinates": [-109.270892, 34.578127], "type": "Point"}, "id": "698", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017431242", "facilityName": "CORONADO GENERATING PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "699", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017441286", "facilityName": "CENTRAL ARIZONA COLLEGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.555371, 32.752147, -111.555371, 32.752147], "geometry": {"coordinates": [-111.555371, 32.752147], "type": "Point"}, "id": "700", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022823943", "facilityName": "CITY OF ELOY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.47509, 36.90219, -111.47509, 36.90219], "geometry": {"coordinates": [-111.47509, 36.90219], "type": "Point"}, "id": "701", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024890803", "facilityName": "POWELL SUBSTATION DIESEL PROJECT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.67612, 33.1898, -112.67612, 33.1898], "geometry": {"coordinates": [-112.67612, 33.1898], "type": "Point"}, "id": "702", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031036313", "facilityName": "SR 85 LANDFILL PUBLIC WORKS DEPT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.84109, 32.22826, -110.84109, 32.22826], "geometry": {"coordinates": [-110.84109, 32.22826], "type": "Point"}, "id": "703", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031369114", "facilityName": "BROADWAY NORTH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.743102, 32.948871, -110.743102, 32.948871], "geometry": {"coordinates": [-110.743102, 32.948871], "type": "Point"}, "id": "704", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034147064", "facilityName": "DUDLEYVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.92682, 32.078773, -110.92682, 32.078773], "geometry": {"coordinates": [-110.92682, 32.078773], "type": "Point"}, "id": "705", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034181613", "facilityName": "LOS REALES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.020381, 33.671208, -114.020381, 33.671208], "geometry": {"coordinates": [-114.020381, 33.671208], "type": "Point"}, "id": "706", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035776997", "facilityName": "BOUSE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.476438, 33.681904, -112.476438, 33.681904], "geometry": {"coordinates": [-112.476438, 33.681904], "type": "Point"}, "id": "707", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035777228", "facilityName": "NORTHWEST REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404175, 34.705299, -112.404175, 34.705299], "geometry": {"coordinates": [-112.404175, 34.705299], "type": "Point"}, "id": "708", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035777237", "facilityName": "PRESCOTT / SUNDOG RANCH RD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.404175, 34.705299, -112.404175, 34.705299], "geometry": {"coordinates": [-112.404175, 34.705299], "type": "Point"}, "id": "709", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035777246", "facilityName": "PRESCOTT VALLEY MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.61865, 32.54399, -114.61865, 32.54399], "geometry": {"coordinates": [-114.61865, 32.54399], "type": "Point"}, "id": "710", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037248984", "facilityName": "SOUTH YUMA COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.3125, 34.529167, -109.3125, 34.529167], "geometry": {"coordinates": [-109.3125, 34.529167], "type": "Point"}, "id": "711", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037376620", "facilityName": "APACHE COUNTY - REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.24988, 33.182983, -111.24988, 33.182983], "geometry": {"coordinates": [-111.24988, 33.182983], "type": "Point"}, "id": "712", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039394777", "facilityName": "SILVER BAR MINE REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.28239, 31.71621, -110.28239, 31.71621], "geometry": {"coordinates": [-110.28239, 31.71621], "type": "Point"}, "id": "713", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039450876", "facilityName": "COCHISE COUNTY - WESTERN REGIONAL WTCS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.65172, 33.208557, -111.65172, 33.208557], "geometry": {"coordinates": [-111.65172, 33.208557], "type": "Point"}, "id": "714", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039469599", "facilityName": "QUEEN CREEK WTCS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.43973, 32.85782, -114.43973, 32.85782], "geometry": {"coordinates": [-114.43973, 32.85782], "type": "Point"}, "id": "715", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039495169", "facilityName": "US ARMY - YUMA PROVING GROUND", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.995505, 33.423638, -111.995505, 33.423638], "geometry": {"coordinates": [-111.995505, 33.423638], "type": "Point"}, "id": "716", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039496122", "facilityName": "WAYNE OXYGEN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.324, 32.774, -111.324, 32.774], "geometry": {"coordinates": [-111.324, 32.774], "type": "Point"}, "id": "717", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040893245", "facilityName": "CACTUS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.039174, 32.649535, -114.039174, 32.649535], "geometry": {"coordinates": [-114.039174, 32.649535], "type": "Point"}, "id": "718", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041015120", "facilityName": "COPPER MOUNTAIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.068574, 32.750522, -114.068574, 32.750522], "geometry": {"coordinates": [-114.068574, 32.750522], "type": "Point"}, "id": "719", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041361852", "facilityName": "ROLL MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.52297, 35.240997, -109.52297, 35.240997], "geometry": {"coordinates": [-109.52297, 35.240997], "type": "Point"}, "id": "720", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041375570", "facilityName": "CHAMBERS CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.79977, 33.957243, -112.79977, 33.957243], "geometry": {"coordinates": [-112.79977, 33.957243], "type": "Point"}, "id": "721", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041379139", "facilityName": "WICKENBURG MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.648159, 35.613364, -113.648159, 35.613364], "geometry": {"coordinates": [-113.648159, 35.613364], "type": "Point"}, "id": "722", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041421565", "facilityName": "SILVER CREEK CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "723", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041426882", "facilityName": "CHANDLER INT #2 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "724", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041427079", "facilityName": "CHANDLER INT #3 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "725", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041429790", "facilityName": "AGUILA CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "726", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041437326", "facilityName": "CHANDLER INT #1 CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "727", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041467203", "facilityName": "ST MARY\u0027S CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "728", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041475034", "facilityName": "PRUDENCE / KENYON TER CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "729", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041478996", "facilityName": "A MOUNTAIN CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "730", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041480992", "facilityName": "FLORENCE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.020381, 33.671208, -114.020381, 33.671208], "geometry": {"coordinates": [-114.020381, 33.671208], "type": "Point"}, "id": "731", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041491374", "facilityName": "QUARTZITE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.326222, 32.983642, -111.326222, 32.983642], "geometry": {"coordinates": [-111.326222, 32.983642], "type": "Point"}, "id": "732", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041496565", "facilityName": "PICACHO MSW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.89055, 31.970017, -111.89055, 31.970017], "geometry": {"coordinates": [-111.89055, 31.970017], "type": "Point"}, "id": "733", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041498091", "facilityName": "SASBE CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-109.754601, 31.880031, -109.754601, 31.880031], "geometry": {"coordinates": [-109.754601, 31.880031], "type": "Point"}, "id": "734", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041501675", "facilityName": "WILLCOX MSW LANDFILLL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "735", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041519327", "facilityName": "CAMP GERONIMO", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-110.856185, 33.732225, -110.856185, 33.732225], "geometry": {"coordinates": [-110.856185, 33.732225], "type": "Point"}, "id": "736", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041573473", "facilityName": "TONTO BASIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.7611, 32.8314, -111.7611, 32.8314], "geometry": {"coordinates": [-111.7611, 32.8314], "type": "Point"}, "id": "737", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110042329968", "facilityName": "CASA GRANDE SOLID WASTE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.1872, 32.42113, -111.1872, 32.42113], "geometry": {"coordinates": [-111.1872, 32.42113], "type": "Point"}, "id": "738", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043797139", "facilityName": "TANGERINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.51733, 35.30836, -111.51733, 35.30836], "geometry": {"coordinates": [-111.51733, 35.30836], "type": "Point"}, "id": "739", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043816136", "facilityName": "CINDER LAKE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.099687, 33.624112, -112.099687, 33.624112], "geometry": {"coordinates": [-112.099687, 33.624112], "type": "Point"}, "id": "740", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060984038", "facilityName": "DEER VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.1661, 32.42252, -111.1661, 32.42252], "geometry": {"coordinates": [-111.1661, 32.42252], "type": "Point"}, "id": "741", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060988828", "facilityName": "TANGERINE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-113.41396, 35.543774, -113.41396, 35.543774], "geometry": {"coordinates": [-113.41396, 35.543774], "type": "Point"}, "id": "742", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110062853531", "facilityName": "HUALAPAI TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.490727, 33.350066, -112.490727, 33.350066], "geometry": {"coordinates": [-112.490727, 33.350066], "type": "Point"}, "id": "743", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064323209", "facilityName": "OLD TOWN DUMP CSWLF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.7555, 33.47718, -111.7555, 33.47718], "geometry": {"coordinates": [-111.7555, 33.47718], "type": "Point"}, "id": "744", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064473396", "facilityName": "VULCAN MATERIALS CO - PLANT # 28", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.293542, 32.676497, -111.293542, 32.676497], "geometry": {"coordinates": [-111.293542, 32.676497], "type": "Point"}, "id": "745", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069565937", "facilityName": "WASTE CONNECTIONS OF ARIZONA - DURHAM REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.03026, 33.42051, -112.03026, 33.42051], "geometry": {"coordinates": [-112.03026, 33.42051], "type": "Point"}, "id": "746", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070133929", "facilityName": "24TH ST LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.276415, 32.3933, -111.276415, 32.3933], "geometry": {"coordinates": [-111.276415, 32.3933], "type": "Point"}, "id": "747", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070616336", "facilityName": "WASTE MANAGEMENT MARANA REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-114.51369, 35.02241, -114.51369, 35.02241], "geometry": {"coordinates": [-114.51369, 35.02241], "type": "Point"}, "id": "748", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070692044", "facilityName": "MOHAVE VALLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.27186, 33.07995, -112.27186, 33.07995], "geometry": {"coordinates": [-112.27186, 33.07995], "type": "Point"}, "id": "749", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161426", "facilityName": "BUTTERFIELD STATION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.787864, 33.504378, -111.787864, 33.504378], "geometry": {"coordinates": [-111.787864, 33.504378], "type": "Point"}, "id": "750", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161734", "facilityName": "SALT RIVER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-112.12774, 33.71267, -112.12774, 33.71267], "geometry": {"coordinates": [-112.12774, 33.71267], "type": "Point"}, "id": "751", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161804", "facilityName": "CITY OF PHOENIX - SKUNK CREEK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.276415, 32.3933, -111.276415, 32.3933], "geometry": {"coordinates": [-111.276415, 32.3933], "type": "Point"}, "id": "752", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071262384", "facilityName": "MARANA REGIONAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-111.022196, 31.975471, -111.022196, 31.975471], "geometry": {"coordinates": [-111.022196, 31.975471], "type": "Point"}, "id": "753", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071948191", "facilityName": "SAHUARITA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.494881, 42.350563, -71.494881, 42.350563], "geometry": {"coordinates": [-71.494881, 42.350563], "type": "Point"}, "id": "754", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000736856", "facilityName": "MARLBOROUGH DPW WATER DIVISION EAST PLT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.22491, 42.62369, -72.22491, 42.62369], "geometry": {"coordinates": [-72.22491, 42.62369], "type": "Point"}, "id": "755", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001102486", "facilityName": "ATHOL TRANSFER STATION (FORMER LANDFILL)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.992129, 41.590099, -70.992129, 41.590099], "geometry": {"coordinates": [-70.992129, 41.590099], "type": "Point"}, "id": "756", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001942293", "facilityName": "DARTMOUTH WASTEWATER TREATMENT PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.552144, 42.141501, -72.552144, 42.141501], "geometry": {"coordinates": [-72.552144, 42.141501], "type": "Point"}, "id": "757", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001943719", "facilityName": "FP MCNAMARA RUBBISH REMOVAL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.552144, 42.141501, -72.552144, 42.141501], "geometry": {"coordinates": [-72.552144, 42.141501], "type": "Point"}, "id": "758", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001943719", "facilityName": "NORTHEAST TOOL \u0026 ENG", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.1052, 41.7524, -71.1052, 41.7524], "geometry": {"coordinates": [-71.1052, 41.7524], "type": "Point"}, "id": "759", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001944291", "facilityName": "FALL RIVER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.16888, 41.28372, -70.16888, 41.28372], "geometry": {"coordinates": [-70.16888, 41.28372], "type": "Point"}, "id": "760", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001957062", "facilityName": "NANTUCKET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.29993, 42.039162, -71.29993, 42.039162], "geometry": {"coordinates": [-71.29993, 42.039162], "type": "Point"}, "id": "761", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002000931", "facilityName": "PLAINVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.89789, 41.9923, -70.89789, 41.9923], "geometry": {"coordinates": [-70.89789, 41.9923], "type": "Point"}, "id": "762", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002017665", "facilityName": "BFI HALIFAX LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.89789, 41.9923, -70.89789, 41.9923], "geometry": {"coordinates": [-70.89789, 41.9923], "type": "Point"}, "id": "763", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002017665", "facilityName": "GAS RECOVERY SYSTEMS-HALIFAX", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.241095, 41.940917, -71.241095, 41.940917], "geometry": {"coordinates": [-71.241095, 41.940917], "type": "Point"}, "id": "764", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002020526", "facilityName": "ATTLEBORO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.3529, 42.6273, -71.3529, 42.6273], "geometry": {"coordinates": [-71.3529, 42.6273], "type": "Point"}, "id": "765", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002028706", "facilityName": "LOWELL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.979535, 42.06418, -70.979535, 42.06418], "geometry": {"coordinates": [-70.979535, 42.06418], "type": "Point"}, "id": "766", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002061866", "facilityName": "GAS RECOVERY SYSTEMS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.979535, 42.06418, -70.979535, 42.06418], "geometry": {"coordinates": [-70.979535, 42.06418], "type": "Point"}, "id": "767", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002061866", "facilityName": "BFINA EAST BRIDGEWATER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.64114, 42.44591, -71.64114, 42.44591], "geometry": {"coordinates": [-71.64114, 42.44591], "type": "Point"}, "id": "768", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003477577", "facilityName": "BOLTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.90943, 42.2226, -70.90943, 42.2226], "geometry": {"coordinates": [-70.90943, 42.2226], "type": "Point"}, "id": "769", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003486460", "facilityName": "HINGHAM LANDFILL \u0026 TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.22024, 41.68502, -70.22024, 41.68502], "geometry": {"coordinates": [-70.22024, 41.68502], "type": "Point"}, "id": "770", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003488360", "facilityName": "YARMOUTH WASTE MANAGEMENT FACILITIES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.07949, 42.3874, -72.07949, 42.3874], "geometry": {"coordinates": [-72.07949, 42.3874], "type": "Point"}, "id": "771", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003491908", "facilityName": "LANDFILL \u0026 GAS GENERATING FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.38328, 42.36294, -71.38328, 42.36294], "geometry": {"coordinates": [-71.38328, 42.36294], "type": "Point"}, "id": "772", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003500658", "facilityName": "WAYLAND SANDHILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.33787, 41.8178, -71.33787, 41.8178], "geometry": {"coordinates": [-71.33787, 41.8178], "type": "Point"}, "id": "773", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003501032", "facilityName": "SEEKONK LANDFILL (CLOSED)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.946296, 42.837272, -70.946296, 42.837272], "geometry": {"coordinates": [-70.946296, 42.837272], "type": "Point"}, "id": "774", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007228491", "facilityName": "WASTE MANAGEMENT HUNT ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.266756, 42.275539, -73.266756, 42.275539], "geometry": {"coordinates": [-73.266756, 42.275539], "type": "Point"}, "id": "775", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008403478", "facilityName": "MEADWESTVACO CUSTOM PAPERS LAUREL MILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.427741, 42.291126, -71.427741, 42.291126], "geometry": {"coordinates": [-71.427741, 42.291126], "type": "Point"}, "id": "776", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008412556", "facilityName": "FRAMINGHAM RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.0949, 42.01994, -71.0949, 42.01994], "geometry": {"coordinates": [-71.0949, 42.01994], "type": "Point"}, "id": "777", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008414402", "facilityName": "EASTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "778", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008414750", "facilityName": "GILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.076812, 42.180149, -71.076812, 42.180149], "geometry": {"coordinates": [-71.076812, 42.180149], "type": "Point"}, "id": "779", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008415465", "facilityName": "BFI RANDOLPH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.33892, 42.126, -71.33892, 42.126], "geometry": {"coordinates": [-71.33892, 42.126], "type": "Point"}, "id": "780", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008415884", "facilityName": "NORFOLK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.745199, 42.147413, -72.745199, 42.147413], "geometry": {"coordinates": [-72.745199, 42.147413], "type": "Point"}, "id": "781", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008419684", "facilityName": "TWISS ST LANDFILL GAS-ENERGY PROJECT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.902389, 42.269699, -71.902389, 42.269699], "geometry": {"coordinates": [-71.902389, 42.269699], "type": "Point"}, "id": "782", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008420226", "facilityName": "LEICESTER RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.36169, 42.27162, -71.36169, 42.27162], "geometry": {"coordinates": [-71.36169, 42.27162], "type": "Point"}, "id": "783", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008420609", "facilityName": "NATICK DPW", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.00787, 42.22849, -72.00787, 42.22849], "geometry": {"coordinates": [-72.00787, 42.22849], "type": "Point"}, "id": "784", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009289858", "facilityName": "SPENCER TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "785", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009290114", "facilityName": "ADAMS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.00935, 42.15753, -71.00935, 42.15753], "geometry": {"coordinates": [-71.00935, 42.15753], "type": "Point"}, "id": "786", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009325088", "facilityName": "HOLBROOK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "787", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009337388", "facilityName": "WATERTOWN BEMIS DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.8, 41.91, -70.8, 41.91], "geometry": {"coordinates": [-70.8, 41.91], "type": "Point"}, "id": "788", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009348820", "facilityName": "NORTH CARVER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "789", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009349035", "facilityName": "SHAFFER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.292638, 42.096209, -71.292638, 42.096209], "geometry": {"coordinates": [-71.292638, 42.096209], "type": "Point"}, "id": "790", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009917420", "facilityName": "CARITAS SOUTHWOOD HOSPITAL (FORMER)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.71669, 42.29416, -72.71669, 42.29416], "geometry": {"coordinates": [-72.71669, 42.29416], "type": "Point"}, "id": "791", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010387713", "facilityName": "NORTHAMPTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "792", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010387786", "facilityName": "WENDELL DEMO \u0026 STUMP LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.2282, 42.08015, -72.2282, 42.08015], "geometry": {"coordinates": [-72.2282, 42.08015], "type": "Point"}, "id": "793", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010402288", "facilityName": "WALES TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.92954, 42.67378, -72.92954, 42.67378], "geometry": {"coordinates": [-72.92954, 42.67378], "type": "Point"}, "id": "794", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010402377", "facilityName": "ROWE RECYCLING TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.02776, 42.24076, -71.02776, 42.24076], "geometry": {"coordinates": [-71.02776, 42.24076], "type": "Point"}, "id": "795", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012161329", "facilityName": "QUARRY HILLS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.55687, 42.21993, -72.55687, 42.21993], "geometry": {"coordinates": [-72.55687, 42.21993], "type": "Point"}, "id": "796", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012199405", "facilityName": "SOUTH HADLEY LANDFILL \u0026 RECYCLING CTR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "797", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012537184", "facilityName": "TEMPLETON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.0402, 42.2422, -71.0402, 42.2422], "geometry": {"coordinates": [-71.0402, 42.2422], "type": "Point"}, "id": "798", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012658105", "facilityName": "QUARRY HILLS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.98411, 42.53102, -70.98411, 42.53102], "geometry": {"coordinates": [-70.98411, 42.53102], "type": "Point"}, "id": "799", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013388324", "facilityName": "PEABODY LANDFILL TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.73943, 42.1794, -70.73943, 42.1794], "geometry": {"coordinates": [-70.73943, 42.1794], "type": "Point"}, "id": "800", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013696991", "facilityName": "SCITUATE DRIFTWAY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.691271, 42.384942, -71.691271, 42.384942], "geometry": {"coordinates": [-71.691271, 42.384942], "type": "Point"}, "id": "801", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013913649", "facilityName": "BOYLSTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.748658, 42.452685, -71.748658, 42.452685], "geometry": {"coordinates": [-71.748658, 42.452685], "type": "Point"}, "id": "802", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013913667", "facilityName": "STERLING LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.86286, 42.28616, -71.86286, 42.28616], "geometry": {"coordinates": [-71.86286, 42.28616], "type": "Point"}, "id": "803", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013913765", "facilityName": "BRUNELLE DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "804", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013913818", "facilityName": "GREEN HILL PARK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "805", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914069", "facilityName": "RUTLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.085512, 42.211071, -72.085512, 42.211071], "geometry": {"coordinates": [-72.085512, 42.211071], "type": "Point"}, "id": "806", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914201", "facilityName": "BROOKFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "807", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914309", "facilityName": "UXBRIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.70991, 42.41611, -71.70991, 42.41611], "geometry": {"coordinates": [-71.70991, 42.41611], "type": "Point"}, "id": "808", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914336", "facilityName": "CLINTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.70548, 42.20391, -71.70548, 42.20391], "geometry": {"coordinates": [-71.70548, 42.20391], "type": "Point"}, "id": "809", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914354", "facilityName": "GRAFTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.04603, 42.28023, -71.04603, 42.28023], "geometry": {"coordinates": [-71.04603, 42.28023], "type": "Point"}, "id": "810", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914489", "facilityName": "HALLET STREET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.054951, 42.339423, -71.054951, 42.339423], "geometry": {"coordinates": [-71.054951, 42.339423], "type": "Point"}, "id": "811", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914504", "facilityName": "NEPONSET AVENUE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.656809, 41.93535, -70.656809, 41.93535], "geometry": {"coordinates": [-70.656809, 41.93535], "type": "Point"}, "id": "812", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914595", "facilityName": "SOUTH STREET DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "813", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914657", "facilityName": "RAVENBROOK FARMS DEMOLITION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "814", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914675", "facilityName": "PEMBROKE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.82204, 41.69395, -70.82204, 41.69395], "geometry": {"coordinates": [-70.82204, 41.69395], "type": "Point"}, "id": "815", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914693", "facilityName": "MATTAPOISETT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.8148, 41.7734, -70.8148, 41.7734], "geometry": {"coordinates": [-70.8148, 41.7734], "type": "Point"}, "id": "816", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914728", "facilityName": "ROCHESTER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.906285, 42.155931, -70.906285, 42.155931], "geometry": {"coordinates": [-70.906285, 42.155931], "type": "Point"}, "id": "817", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914746", "facilityName": "OLD ROCKLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "818", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914773", "facilityName": "WEST BRIDGEWATER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.13928, 42.07258, -71.13928, 42.07258], "geometry": {"coordinates": [-71.13928, 42.07258], "type": "Point"}, "id": "819", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914951", "facilityName": "SHARON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.201468, 42.154225, -71.201468, 42.154225], "geometry": {"coordinates": [-71.201468, 42.154225], "type": "Point"}, "id": "820", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013914988", "facilityName": "NORWOOD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.261609, 42.224843, -71.261609, 42.224843], "geometry": {"coordinates": [-71.261609, 42.224843], "type": "Point"}, "id": "821", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915022", "facilityName": "DOVER WESTWOOD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "822", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915157", "facilityName": "FLETCHER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "823", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915255", "facilityName": "ASHBY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "824", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915273", "facilityName": "MALDEN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.14029, 42.38868, -71.14029, 42.38868], "geometry": {"coordinates": [-71.14029, 42.38868], "type": "Point"}, "id": "825", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915291", "facilityName": "NEW ST LANDFILL (DANEHY PARK)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "826", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915353", "facilityName": "BILLERICA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.460098, 42.446602, -71.460098, 42.446602], "geometry": {"coordinates": [-71.460098, 42.446602], "type": "Point"}, "id": "827", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915380", "facilityName": "LOWELL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.9245, 42.515959, -72.9245, 42.515959], "geometry": {"coordinates": [-72.9245, 42.515959], "type": "Point"}, "id": "828", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915406", "facilityName": "PLAINFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.635903, 42.369519, -72.635903, 42.369519], "geometry": {"coordinates": [-72.635903, 42.369519], "type": "Point"}, "id": "829", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915503", "facilityName": "HUNTINGTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "830", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915558", "facilityName": "LUDLOW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "831", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915629", "facilityName": "SPRINGFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "832", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915674", "facilityName": "M T SULLIVAN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.61525, 42.081, -72.61525, 42.081], "geometry": {"coordinates": [-72.61525, 42.081], "type": "Point"}, "id": "833", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915692", "facilityName": "GRASSO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "834", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915727", "facilityName": "HOLYOKE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.71188, 42.29387, -72.71188, 42.29387], "geometry": {"coordinates": [-72.71188, 42.29387], "type": "Point"}, "id": "835", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915745", "facilityName": "NORTHAMPTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "836", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915781", "facilityName": "BLANDFORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.22632, 42.04374, -72.22632, 42.04374], "geometry": {"coordinates": [-72.22632, 42.04374], "type": "Point"}, "id": "837", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915807", "facilityName": "WALES DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "838", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915843", "facilityName": "WARWICK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "839", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915861", "facilityName": "ERVING LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.0394, 42.6106, -71.0394, 42.6106], "geometry": {"coordinates": [-71.0394, 42.6106], "type": "Point"}, "id": "840", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915950", "facilityName": "MIDDLETON LANDFILL B", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.925355, 42.64656, -70.925355, 42.64656], "geometry": {"coordinates": [-70.925355, 42.64656], "type": "Point"}, "id": "841", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013915978", "facilityName": "MARBLEHEAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.9066, 42.5886, -70.9066, 42.5886], "geometry": {"coordinates": [-70.9066, 42.5886], "type": "Point"}, "id": "842", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916012", "facilityName": "BEVERLY LANDFILL B", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.925355, 42.64656, -70.925355, 42.64656], "geometry": {"coordinates": [-70.925355, 42.64656], "type": "Point"}, "id": "843", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916021", "facilityName": "PALMER COVE DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.983718, 42.528246, -70.983718, 42.528246], "geometry": {"coordinates": [-70.983718, 42.528246], "type": "Point"}, "id": "844", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916094", "facilityName": "GCR INC LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.925355, 42.64656, -70.925355, 42.64656], "geometry": {"coordinates": [-70.925355, 42.64656], "type": "Point"}, "id": "845", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916101", "facilityName": "OLD PEABODY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.98737, 42.78727, -70.98737, 42.78727], "geometry": {"coordinates": [-70.98737, 42.78727], "type": "Point"}, "id": "846", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916129", "facilityName": "STEELE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.02159, 42.46556, -71.02159, 42.46556], "geometry": {"coordinates": [-71.02159, 42.46556], "type": "Point"}, "id": "847", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916147", "facilityName": "SAUGUS LANDFILL A", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.925355, 42.64656, -70.925355, 42.64656], "geometry": {"coordinates": [-70.925355, 42.64656], "type": "Point"}, "id": "848", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916209", "facilityName": "GROVELAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.109368, 41.788418, -71.109368, 41.788418], "geometry": {"coordinates": [-71.109368, 41.788418], "type": "Point"}, "id": "849", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916343", "facilityName": "REHOBOTH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.109368, 41.788418, -71.109368, 41.788418], "geometry": {"coordinates": [-71.109368, 41.788418], "type": "Point"}, "id": "850", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916352", "facilityName": "NUNES LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.203435, 41.915574, -71.203435, 41.915574], "geometry": {"coordinates": [-71.203435, 41.915574], "type": "Point"}, "id": "851", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916370", "facilityName": "NORTON PAPER COMPANY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.66901, 41.41008, -70.66901, 41.41008], "geometry": {"coordinates": [-70.66901, 41.41008], "type": "Point"}, "id": "852", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916389", "facilityName": "WEST TISBURY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.1909, 42.71369, -73.1909, 42.71369], "geometry": {"coordinates": [-73.1909, 42.71369], "type": "Point"}, "id": "853", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916441", "facilityName": "ELM STREET DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "854", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916478", "facilityName": "OTIS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "855", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916487", "facilityName": "MINERY DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "856", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916496", "facilityName": "COLE AVENUE DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "857", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916584", "facilityName": "NEW MARLBOROUGH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.597624, 41.614507, -70.597624, 41.614507], "geometry": {"coordinates": [-70.597624, 41.614507], "type": "Point"}, "id": "858", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013916646", "facilityName": "FALMOUTH DISPOSAL AREA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "859", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013945589", "facilityName": "MILLVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "860", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013945767", "facilityName": "EAST LONGMEADOW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.28221, 42.3748, -71.28221, 42.3748], "geometry": {"coordinates": [-71.28221, 42.3748], "type": "Point"}, "id": "861", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013945829", "facilityName": "WESTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.364845, 42.324795, -71.364845, 42.324795], "geometry": {"coordinates": [-71.364845, 42.324795], "type": "Point"}, "id": "862", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013958413", "facilityName": "OLD WAYLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.739594, 42.212466, -71.739594, 42.212466], "geometry": {"coordinates": [-71.739594, 42.212466], "type": "Point"}, "id": "863", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013958431", "facilityName": "MILLBURY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.4527, 42.1527, -73.4527, 42.1527], "geometry": {"coordinates": [-73.4527, 42.1527], "type": "Point"}, "id": "864", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013968215", "facilityName": "EGREMONT LANDFILL B", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "865", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013969214", "facilityName": "CONCORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.637755, 42.547376, -71.637755, 42.547376], "geometry": {"coordinates": [-71.637755, 42.547376], "type": "Point"}, "id": "866", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013969250", "facilityName": "SHIRLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.925355, 42.64656, -70.925355, 42.64656], "geometry": {"coordinates": [-70.925355, 42.64656], "type": "Point"}, "id": "867", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013969571", "facilityName": "SWAMPSCOTT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.600813, 42.170581, -72.600813, 42.170581], "geometry": {"coordinates": [-72.600813, 42.170581], "type": "Point"}, "id": "868", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013969624", "facilityName": "PALMER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.052, 42.22447, -72.052, 42.22447], "geometry": {"coordinates": [-72.052, 42.22447], "type": "Point"}, "id": "869", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013970195", "facilityName": "EAST BROOKFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.67631, 42.54251, -71.67631, 42.54251], "geometry": {"coordinates": [-71.67631, 42.54251], "type": "Point"}, "id": "870", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013976867", "facilityName": "SHIRLEY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.197456, 42.178957, -71.197456, 42.178957], "geometry": {"coordinates": [-71.197456, 42.178957], "type": "Point"}, "id": "871", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013976894", "facilityName": "NORWOOD (PCB) LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.13209, 42.24989, -72.13209, 42.24989], "geometry": {"coordinates": [-72.13209, 42.24989], "type": "Point"}, "id": "872", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013976947", "facilityName": "WEST BROOKFIELD LANDFILL-WIGWAM ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.89067, 41.64541, -70.89067, 41.64541], "geometry": {"coordinates": [-70.89067, 41.64541], "type": "Point"}, "id": "873", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013977492", "facilityName": "FAIRHAVEN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.509449, 41.769975, -70.509449, 41.769975], "geometry": {"coordinates": [-70.509449, 41.769975], "type": "Point"}, "id": "874", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992242", "facilityName": "PROVINCETOWN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.13339, 42.42043, -73.13339, 42.42043], "geometry": {"coordinates": [-73.13339, 42.42043], "type": "Point"}, "id": "875", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992331", "facilityName": "HINSDALE TRANSFER STATION TS SINCE 1980", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.381613, 42.073052, -73.381613, 42.073052], "geometry": {"coordinates": [-73.381613, 42.073052], "type": "Point"}, "id": "876", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992420", "facilityName": "SHEFFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.109368, 41.788418, -71.109368, 41.788418], "geometry": {"coordinates": [-71.109368, 41.788418], "type": "Point"}, "id": "877", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992527", "facilityName": "FREETOWN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.109368, 41.788418, -71.109368, 41.788418], "geometry": {"coordinates": [-71.109368, 41.788418], "type": "Point"}, "id": "878", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992563", "facilityName": "MELLO LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.9894, 42.61654, -70.9894, 42.61654], "geometry": {"coordinates": [-70.9894, 42.61654], "type": "Point"}, "id": "879", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992830", "facilityName": "RUBCHINUK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.13912, 42.69777, -71.13912, 42.69777], "geometry": {"coordinates": [-71.13912, 42.69777], "type": "Point"}, "id": "880", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992849", "facilityName": "NORTH ANDOVER LANDFILL B", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.79969, 42.56636, -72.79969, 42.56636], "geometry": {"coordinates": [-72.79969, 42.56636], "type": "Point"}, "id": "881", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992956", "facilityName": "BUCKLAND SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "882", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992983", "facilityName": "MONROE BRIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.50258, 42.0578, -72.50258, 42.0578], "geometry": {"coordinates": [-72.50258, 42.0578], "type": "Point"}, "id": "883", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993125", "facilityName": "EAST LONGMEADOW TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.47811, 42.35486, -72.47811, 42.35486], "geometry": {"coordinates": [-72.47811, 42.35486], "type": "Point"}, "id": "884", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993278", "facilityName": "AMHERST LANDFILL RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.655697, 42.300985, -72.655697, 42.300985], "geometry": {"coordinates": [-72.655697, 42.300985], "type": "Point"}, "id": "885", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993312", "facilityName": "P ALLEN \u0026 SON DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.635903, 42.369519, -72.635903, 42.369519], "geometry": {"coordinates": [-72.635903, 42.369519], "type": "Point"}, "id": "886", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993321", "facilityName": "SOUTHAMPTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.635903, 42.369519, -72.635903, 42.369519], "geometry": {"coordinates": [-72.635903, 42.369519], "type": "Point"}, "id": "887", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993394", "facilityName": "MIDDLEFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "888", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993465", "facilityName": "SCA LANDFILL / WATERTOWN", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.27424, 42.39895, -71.27424, 42.39895], "geometry": {"coordinates": [-71.27424, 42.39895], "type": "Point"}, "id": "889", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993483", "facilityName": "GTE REALTY CORPORTATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "890", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993544", "facilityName": "WESTFORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "891", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993606", "facilityName": "HOPKINTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.201468, 42.154225, -71.201468, 42.154225], "geometry": {"coordinates": [-71.201468, 42.154225], "type": "Point"}, "id": "892", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993795", "facilityName": "WESTWOOD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.201468, 42.154225, -71.201468, 42.154225], "geometry": {"coordinates": [-71.201468, 42.154225], "type": "Point"}, "id": "893", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993811", "facilityName": "MILLIS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "894", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013993982", "facilityName": "SOUTH CARVER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "895", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013994053", "facilityName": "HANOVER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.85821, 42.26305, -70.85821, 42.26305], "geometry": {"coordinates": [-70.85821, 42.26305], "type": "Point"}, "id": "896", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013994071", "facilityName": "HULL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "897", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013994491", "facilityName": "GRAFTON DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.896279, 42.364626, -71.896279, 42.364626], "geometry": {"coordinates": [-71.896279, 42.364626], "type": "Point"}, "id": "898", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013994570", "facilityName": "LUNENBURG LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.39782, 42.6383, -71.39782, 42.6383], "geometry": {"coordinates": [-71.39782, 42.6383], "type": "Point"}, "id": "899", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019533", "facilityName": "CHEMSFORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.201468, 42.154225, -71.201468, 42.154225], "geometry": {"coordinates": [-71.201468, 42.154225], "type": "Point"}, "id": "900", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014019551", "facilityName": "MEDWAY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.85787, 42.06981, -71.85787, 42.06981], "geometry": {"coordinates": [-71.85787, 42.06981], "type": "Point"}, "id": "901", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014379555", "facilityName": "WEBSTER LANDFILL \u0026 TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.198786, 42.457989, -73.198786, 42.457989], "geometry": {"coordinates": [-73.198786, 42.457989], "type": "Point"}, "id": "902", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015975818", "facilityName": "PITTSFIELD MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.147321, 42.516273, -71.147321, 42.516273], "geometry": {"coordinates": [-71.147321, 42.516273], "type": "Point"}, "id": "903", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017373260", "facilityName": "WOBURN SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.194248, 42.032531, -71.194248, 42.032531], "geometry": {"coordinates": [-71.194248, 42.032531], "type": "Point"}, "id": "904", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017441767", "facilityName": "MANSFIELD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.046669, 42.753889, -71.046669, 42.753889], "geometry": {"coordinates": [-71.046669, 42.753889], "type": "Point"}, "id": "905", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018894080", "facilityName": "HAVERHILL MUNICIPAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.173505, 42.277914, -71.173505, 42.277914], "geometry": {"coordinates": [-71.173505, 42.277914], "type": "Point"}, "id": "906", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110021126208", "facilityName": "GARDNER STREET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.241095, 41.940917, -71.241095, 41.940917], "geometry": {"coordinates": [-71.241095, 41.940917], "type": "Point"}, "id": "907", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022332821", "facilityName": "LANDFILL GAS UTILIZATION PROJECT", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.2705, 42.13622, -71.2705, 42.13622], "geometry": {"coordinates": [-71.2705, 42.13622], "type": "Point"}, "id": "908", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022354986", "facilityName": "BIRD INCORPORATED LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-69.99831, 41.77424, -69.99831, 41.77424], "geometry": {"coordinates": [-69.99831, 41.77424], "type": "Point"}, "id": "909", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022403709", "facilityName": "ORLEANS SANITARY LANDFILL TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.24436, 42.35149, -73.24436, 42.35149], "geometry": {"coordinates": [-73.24436, 42.35149], "type": "Point"}, "id": "910", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022410853", "facilityName": "LENOX LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.644696, 41.391829, -70.644696, 41.391829], "geometry": {"coordinates": [-70.644696, 41.391829], "type": "Point"}, "id": "911", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022439191", "facilityName": "OAK BLUFFS LANDFILL TS SINCE 6-96", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.990137, 42.068526, -70.990137, 42.068526], "geometry": {"coordinates": [-70.990137, 42.068526], "type": "Point"}, "id": "912", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110022882013", "facilityName": "THATCHER STREET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.536898, 42.140164, -72.536898, 42.140164], "geometry": {"coordinates": [-72.536898, 42.140164], "type": "Point"}, "id": "913", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024308738", "facilityName": "COTTAGE ST LANDFILL GAS RECOVERY SYSTEM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.910501, 42.108173, -70.910501, 42.108173], "geometry": {"coordinates": [-70.910501, 42.108173], "type": "Point"}, "id": "914", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024309684", "facilityName": "ROCKLAND RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.5318, 42.174162, -72.5318, 42.174162], "geometry": {"coordinates": [-72.5318, 42.174162], "type": "Point"}, "id": "915", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024317808", "facilityName": "LANDFILL \u0026 GAS RECOVERY SYSTEM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.086477, 41.92299, -71.086477, 41.92299], "geometry": {"coordinates": [-71.086477, 41.92299], "type": "Point"}, "id": "916", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024333960", "facilityName": "TAUNTON LANDFILL \u0026 GAS ENERGY RECOVERY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.20988, 42.34748, -72.20988, 42.34748], "geometry": {"coordinates": [-72.20988, 42.34748], "type": "Point"}, "id": "917", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024334068", "facilityName": "HARDWICK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.064472, 41.926859, -71.064472, 41.926859], "geometry": {"coordinates": [-71.064472, 41.926859], "type": "Point"}, "id": "918", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024341345", "facilityName": "RAYNHAM SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.4936, 41.74128, -70.4936, 41.74128], "geometry": {"coordinates": [-70.4936, 41.74128], "type": "Point"}, "id": "919", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024341381", "facilityName": "SANDWICH TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.15721, 42.56071, -73.15721, 42.56071], "geometry": {"coordinates": [-73.15721, 42.56071], "type": "Point"}, "id": "920", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024353386", "facilityName": "CHESHIRE TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.03195, 42.10516, -72.03195, 42.10516], "geometry": {"coordinates": [-72.03195, 42.10516], "type": "Point"}, "id": "921", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024357088", "facilityName": "SOUTHBRIDGE RECYCLING \u0026 DISPOSAL PARK", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.613042, 42.573085, -72.613042, 42.573085], "geometry": {"coordinates": [-72.613042, 42.573085], "type": "Point"}, "id": "922", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024360154", "facilityName": "GREENFIELD SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.845589, 42.533852, -71.845589, 42.533852], "geometry": {"coordinates": [-71.845589, 42.533852], "type": "Point"}, "id": "923", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024367816", "facilityName": "FITCHBURG WESTMINSTER LANDFILL FLARE", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.845589, 42.533852, -71.845589, 42.533852], "geometry": {"coordinates": [-71.845589, 42.533852], "type": "Point"}, "id": "924", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024367816", "facilityName": "NESOURCE CONTROL INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.583757, 41.731171, -70.583757, 41.731171], "geometry": {"coordinates": [-70.583757, 41.731171], "type": "Point"}, "id": "925", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024370919", "facilityName": "BOURNE LANDFILL \u0026 TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.201468, 42.154225, -71.201468, 42.154225], "geometry": {"coordinates": [-71.201468, 42.154225], "type": "Point"}, "id": "926", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024370955", "facilityName": "CANTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.98475, 41.724511, -70.98475, 41.724511], "geometry": {"coordinates": [-70.98475, 41.724511], "type": "Point"}, "id": "927", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024371080", "facilityName": "CRAPO HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.0247, 42.5872, -72.0247, 42.5872], "geometry": {"coordinates": [-72.0247, 42.5872], "type": "Point"}, "id": "928", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024371160", "facilityName": "GARDNER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.294789, 41.933939, -71.294789, 41.933939], "geometry": {"coordinates": [-71.294789, 41.933939], "type": "Point"}, "id": "929", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024807752", "facilityName": "UNION ENERGY CORP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.53093, 42.17561, -72.53093, 42.17561], "geometry": {"coordinates": [-72.53093, 42.17561], "type": "Point"}, "id": "930", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110028031298", "facilityName": "CHICOPEE ELECTRIC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.54246, 42.16711, -72.54246, 42.16711], "geometry": {"coordinates": [-72.54246, 42.16711], "type": "Point"}, "id": "931", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031010260", "facilityName": "CHICOPEE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.547189, 42.227281, -72.547189, 42.227281], "geometry": {"coordinates": [-72.547189, 42.227281], "type": "Point"}, "id": "932", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031262862", "facilityName": "HOLYOKE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.18631, 42.67291, -72.18631, 42.67291], "geometry": {"coordinates": [-72.18631, 42.67291], "type": "Point"}, "id": "933", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034153975", "facilityName": "ROYALSTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.57107, 42.56874, -71.57107, 42.56874], "geometry": {"coordinates": [-71.57107, 42.56874], "type": "Point"}, "id": "934", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034155651", "facilityName": "AYER TRANSFER STATION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.08264, 41.57244, -71.08264, 41.57244], "geometry": {"coordinates": [-71.08264, 41.57244], "type": "Point"}, "id": "935", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034157481", "facilityName": "WESTPORT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.53598, 42.66732, -72.53598, 42.66732], "geometry": {"coordinates": [-72.53598, 42.66732], "type": "Point"}, "id": "936", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034179083", "facilityName": "BERNARDSTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.62405, 42.14317, -72.62405, 42.14317], "geometry": {"coordinates": [-72.62405, 42.14317], "type": "Point"}, "id": "937", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037237219", "facilityName": "ADVANTAGE APPLIANCE REPAIR", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.83454, 41.92843, -70.83454, 41.92843], "geometry": {"coordinates": [-70.83454, 41.92843], "type": "Point"}, "id": "938", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040447674", "facilityName": "MIDDLEBOROUGH LANDFILL \u0026 TRAN", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.936, 41.417, -70.936, 41.417], "geometry": {"coordinates": [-70.936, 41.417], "type": "Point"}, "id": "939", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041404815", "facilityName": "GOSNOLD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-73.229422, 42.392732, -73.229422, 42.392732], "geometry": {"coordinates": [-73.229422, 42.392732], "type": "Point"}, "id": "940", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041434034", "facilityName": "NORTH ADAMS SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.509449, 41.769975, -70.509449, 41.769975], "geometry": {"coordinates": [-70.509449, 41.769975], "type": "Point"}, "id": "941", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041455804", "facilityName": "WELLFLEET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.627601, 42.527718, -72.627601, 42.527718], "geometry": {"coordinates": [-72.627601, 42.527718], "type": "Point"}, "id": "942", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041459463", "facilityName": "COLRAIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "943", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041490197", "facilityName": "EAST BRIDGEWATER LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.806327, 41.963625, -70.806327, 41.963625], "geometry": {"coordinates": [-70.806327, 41.963625], "type": "Point"}, "id": "944", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041497822", "facilityName": "HANSON TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.725689, 41.808204, -70.725689, 41.808204], "geometry": {"coordinates": [-70.725689, 41.808204], "type": "Point"}, "id": "945", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043795541", "facilityName": "CARVER-MARION-WAREHAM LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.4936, 41.74128, -70.4936, 41.74128], "geometry": {"coordinates": [-70.4936, 41.74128], "type": "Point"}, "id": "946", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043912059", "facilityName": "SANDWICH LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.54246, 42.16711, -72.54246, 42.16711], "geometry": {"coordinates": [-72.54246, 42.16711], "type": "Point"}, "id": "947", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043921414", "facilityName": "AMERESCO CHICOPEE ENERGY INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.49245, 42.36625, -72.49245, 42.36625], "geometry": {"coordinates": [-72.49245, 42.36625], "type": "Point"}, "id": "948", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044359048", "facilityName": "AMHERST LANDFILL AND RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.943889, 41.876389, -70.943889, 41.876389], "geometry": {"coordinates": [-70.943889, 41.876389], "type": "Point"}, "id": "949", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044359173", "facilityName": "LAKEVILLE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.899056, 41.706207, -70.899056, 41.706207], "geometry": {"coordinates": [-70.899056, 41.706207], "type": "Point"}, "id": "950", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044359280", "facilityName": "B\u0026F LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.073611, 42.388056, -72.073611, 42.388056], "geometry": {"coordinates": [-72.073611, 42.388056], "type": "Point"}, "id": "951", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044359896", "facilityName": "BIOGAS ENERGY SOLUTIONS LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.09159, 42.009075, -71.09159, 42.009075], "geometry": {"coordinates": [-71.09159, 42.009075], "type": "Point"}, "id": "952", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110054264336", "facilityName": "PROSPECT STREET LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.982436, 42.52624, -70.982436, 42.52624], "geometry": {"coordinates": [-70.982436, 42.52624], "type": "Point"}, "id": "953", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063728612", "facilityName": "PEABODY MONOFILL ASSOCIATES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.509449, 41.769975, -70.509449, 41.769975], "geometry": {"coordinates": [-70.509449, 41.769975], "type": "Point"}, "id": "954", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064826666", "facilityName": "OTIS AIR FORCE BASE LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.54598, 42.22128, -72.54598, 42.22128], "geometry": {"coordinates": [-72.54598, 42.22128], "type": "Point"}, "id": "955", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064857061", "facilityName": "GRANBY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.54246, 42.16711, -72.54246, 42.16711], "geometry": {"coordinates": [-72.54246, 42.16711], "type": "Point"}, "id": "956", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070936024", "facilityName": "CHICOPEE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-70.7397, 42.1793, -70.7397, 42.1793], "geometry": {"coordinates": [-70.7397, 42.1793], "type": "Point"}, "id": "957", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071718208", "facilityName": "DRIFTWAY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.459564, 42.446574, -71.459564, 42.446574], "geometry": {"coordinates": [-71.459564, 42.446574], "type": "Point"}, "id": "958", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071718439", "facilityName": "PEPPERELL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.364312, 42.324764, -71.364312, 42.324764], "geometry": {"coordinates": [-71.364312, 42.324764], "type": "Point"}, "id": "959", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071718516", "facilityName": "OLD WAYLAND DUMP", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-72.477774, 42.357566, -72.477774, 42.357566], "geometry": {"coordinates": [-72.477774, 42.357566], "type": "Point"}, "id": "960", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071719336", "facilityName": "AMHERST LANDFILL AND RECYCLING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.11198, 41.74718, -71.11198, 41.74718], "geometry": {"coordinates": [-71.11198, 41.74718], "type": "Point"}, "id": "961", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071821044", "facilityName": "BROWNING FERRIS INDUSTRIES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.7824, 42.5929, -71.7824, 42.5929], "geometry": {"coordinates": [-71.7824, 42.5929], "type": "Point"}, "id": "962", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071871858", "facilityName": "FITCHBURG LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-71.069213, 42.241343, -71.069213, 42.241343], "geometry": {"coordinates": [-71.069213, 42.241343], "type": "Point"}, "id": "963", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071875719", "facilityName": "MILTON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.464759, 41.66864, -83.464759, 41.66864], "geometry": {"coordinates": [-83.464759, 41.66864], "type": "Point"}, "id": "964", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000384352", "facilityName": "ENVIROSAFE SERVICES OF OHIO INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.763715, 41.889223, -80.763715, 41.889223], "geometry": {"coordinates": [-80.763715, 41.889223], "type": "Point"}, "id": "965", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000385066", "facilityName": "INEOS PIGMENTS USA INC - ASHTABULA COMPLEX PLANT 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.6716, 41.48622, -81.6716, 41.48622], "geometry": {"coordinates": [-81.6716, 41.48622], "type": "Point"}, "id": "966", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000387206", "facilityName": "GENERAL ENVIRONMENTAL MANAGEMENT LLC (1318005977)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.620004, 40.997313, -81.620004, 40.997313], "geometry": {"coordinates": [-81.620004, 40.997313], "type": "Point"}, "id": "967", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000388508", "facilityName": "PPG INDUSTRIES, BARBERTON", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.026022, 39.010113, -83.026022, 39.010113], "geometry": {"coordinates": [-83.026022, 39.010113], "type": "Point"}, "id": "968", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000395260", "facilityName": "US DOE PORTSMOUTH GASEOUS DIFFUSION PLANT - BWCS DUF6", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.86898, 39.27697, -82.86898, 39.27697], "geometry": {"coordinates": [-82.86898, 39.27697], "type": "Point"}, "id": "969", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000748647", "facilityName": "MWV CUSTOM PAPERS LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.44114, 41.09514, -81.44114, 41.09514], "geometry": {"coordinates": [-81.44114, 41.09514], "type": "Point"}, "id": "970", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000893542", "facilityName": "SD MYERS LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.27565, 39.68301, -84.27565, 39.68301], "geometry": {"coordinates": [-84.27565, 39.68301], "type": "Point"}, "id": "971", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000901221", "facilityName": "WMI MEDICAL SERVICES OF OHIO, INC. - DAYTON", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.88325, 41.09211, -80.88325, 41.09211], "geometry": {"coordinates": [-80.88325, 41.09211], "type": "Point"}, "id": "972", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001619696", "facilityName": "WMI MEDICAL SERVICES OF OHIO, INC - YOUNGSTOWN", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.957147, 39.082643, -82.957147, 39.082643], "geometry": {"coordinates": [-82.957147, 39.082643], "type": "Point"}, "id": "973", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001629578", "facilityName": "PIKE SANITATION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.259879, 40.707476, -81.259879, 40.707476], "geometry": {"coordinates": [-81.259879, 40.707476], "type": "Point"}, "id": "974", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001629587", "facilityName": "WASTE MANAGEMENT AMERICAN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.247568, 39.696492, -84.247568, 39.696492], "geometry": {"coordinates": [-84.247568, 39.696492], "type": "Point"}, "id": "975", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001988190", "facilityName": "PINNACLE RD RECYCLING AND DISPOSAL FACIL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.410127, 39.287785, -84.410127, 39.287785], "geometry": {"coordinates": [-84.410127, 39.287785], "type": "Point"}, "id": "976", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001988485", "facilityName": "VALICOR ENVIRONMENTAL SERVICES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.536569, 41.700562, -83.536569, 41.700562], "geometry": {"coordinates": [-83.536569, 41.700562], "type": "Point"}, "id": "977", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004637714", "facilityName": "DURA AVENUE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.56558, 40.45454, -84.56558, 40.45454], "geometry": {"coordinates": [-84.56558, 40.45454], "type": "Point"}, "id": "978", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004665540", "facilityName": "CELINA SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.903255, 38.89689, -83.903255, 38.89689], "geometry": {"coordinates": [-83.903255, 38.89689], "type": "Point"}, "id": "979", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004719653", "facilityName": "RUMPKE WASTE AND RECYCLING - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.252307, 39.715707, -84.252307, 39.715707], "geometry": {"coordinates": [-84.252307, 39.715707], "type": "Point"}, "id": "980", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004736830", "facilityName": "STONY HOLLOW LANDFILL, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.65546, 41.41339, -81.65546, 41.41339], "geometry": {"coordinates": [-81.65546, 41.41339], "type": "Point"}, "id": "981", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006191682", "facilityName": "CLEVELAND LAND DEVELOPMNT / HARRY ROCK LF", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.678782, 41.113025, -83.678782, 41.113025], "geometry": {"coordinates": [-83.678782, 41.113025], "type": "Point"}, "id": "982", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006202411", "facilityName": "HANCOCK COUNTY LANDFILL *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.535134, 40.805953, -82.535134, 40.805953], "geometry": {"coordinates": [-82.535134, 40.805953], "type": "Point"}, "id": "983", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006216451", "facilityName": "RICHLAND CO SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.559298, 41.151282, -81.559298, 41.151282], "geometry": {"coordinates": [-81.559298, 41.151282], "type": "Point"}, "id": "984", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006219733", "facilityName": "AKRON REGIONAL LANDFILL *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.600014, 41.05999, -81.600014, 41.05999], "geometry": {"coordinates": [-81.600014, 41.05999], "type": "Point"}, "id": "985", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006238179", "facilityName": "SUMMIT C\u0026D, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.168816, 39.36463, -84.168816, 39.36463], "geometry": {"coordinates": [-84.168816, 39.36463], "type": "Point"}, "id": "986", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006263248", "facilityName": "BIGFOOT RUN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.26715, 40.785833, -81.26715, 40.785833], "geometry": {"coordinates": [-81.26715, 40.785833], "type": "Point"}, "id": "987", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006273674", "facilityName": "STARK C \u0026 D DISPOSAL, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.48517, 40.971102, -82.48517, 40.971102], "geometry": {"coordinates": [-82.48517, 40.971102], "type": "Point"}, "id": "988", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006278866", "facilityName": "NOBLE ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.074946, 40.944907, -81.074946, 40.944907], "geometry": {"coordinates": [-81.074946, 40.944907], "type": "Point"}, "id": "989", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006297499", "facilityName": "CENTRAL WASTE INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.5337, 40.35099, -82.5337, 40.35099], "geometry": {"coordinates": [-82.5337, 40.35099], "type": "Point"}, "id": "990", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006307870", "facilityName": "KNOX COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.465678, 39.12929, -82.465678, 39.12929], "geometry": {"coordinates": [-82.465678, 39.12929], "type": "Point"}, "id": "991", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006308548", "facilityName": "BEECH HOLLOW SANITARY LANDFILL *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.0089, 40.3064, -81.0089, 40.3064], "geometry": {"coordinates": [-81.0089, 40.3064], "type": "Point"}, "id": "992", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006311017", "facilityName": "HARRISON COUNTY SANITARY LANDFILL (0634000065)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.56369, 39.29736, -84.56369, 39.29736], "geometry": {"coordinates": [-84.56369, 39.29736], "type": "Point"}, "id": "993", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006317084", "facilityName": "TRUSTED JOURNEY PET CREMATION SERVICES", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.234745, 38.982266, -82.234745, 38.982266], "geometry": {"coordinates": [-82.234745, 38.982266], "type": "Point"}, "id": "994", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006321710", "facilityName": "GALLIA COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.603452, 41.344025, -82.603452, 41.344025], "geometry": {"coordinates": [-82.603452, 41.344025], "type": "Point"}, "id": "995", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006328232", "facilityName": "ERIE COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.674193, 41.419807, -81.674193, 41.419807], "geometry": {"coordinates": [-81.674193, 41.419807], "type": "Point"}, "id": "996", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006333182", "facilityName": "ROSBY RESOURCE RECYCLING, INC. (1318118050)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.63246, 41.4488, -81.63246, 41.4488], "geometry": {"coordinates": [-81.63246, 41.4488], "type": "Point"}, "id": "997", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006337302", "facilityName": "HARVARD REFUSE INC *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.85641, 40.01588, -83.85641, 40.01588], "geometry": {"coordinates": [-83.85641, 40.01588], "type": "Point"}, "id": "998", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006345419", "facilityName": "TREMONT LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.83726, 40.06618, -80.83726, 40.06618], "geometry": {"coordinates": [-80.83726, 40.06618], "type": "Point"}, "id": "999", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006350643", "facilityName": "APEX ENVIRONMENTAL LLC WASTE TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.764816, 39.917262, -80.764816, 39.917262], "geometry": {"coordinates": [-80.764816, 39.917262], "type": "Point"}, "id": "1000", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007156763", "facilityName": "TONKOVICH TRUCKING CO.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.7754, 41.8915, -80.7754, 41.8915], "geometry": {"coordinates": [-80.7754, 41.8915], "type": "Point"}, "id": "1001", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007707909", "facilityName": "FIELDS BROOK", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.816, 39.206666, -84.816, 39.206666], "geometry": {"coordinates": [-84.816, 39.206666], "type": "Point"}, "id": "1002", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007718461", "facilityName": "BOND ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.351662, 39.610116, -84.351662, 39.610116], "geometry": {"coordinates": [-84.351662, 39.610116], "type": "Point"}, "id": "1003", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008585398", "facilityName": "WEIDLE DEMOLITION FILL *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.760144, 39.954514, -83.760144, 39.954514], "geometry": {"coordinates": [-83.760144, 39.954514], "type": "Point"}, "id": "1004", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008586949", "facilityName": "SPRINGFIELD LANDFILL LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.736387, 41.377187, -83.736387, 41.377187], "geometry": {"coordinates": [-83.736387, 41.377187], "type": "Point"}, "id": "1005", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008595065", "facilityName": "WOOD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.525, 41.0, -80.525, 41.0], "geometry": {"coordinates": [-80.525, 41.0], "type": "Point"}, "id": "1006", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008615294", "facilityName": "REPUBLIC SERVICES - CARBON LIMESTONE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.663446, 40.676019, -80.663446, 40.676019], "geometry": {"coordinates": [-80.663446, 40.676019], "type": "Point"}, "id": "1007", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008637868", "facilityName": "EAST LIVERPOOL LANDFILL, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.280543, 39.46145, -82.280543, 39.46145], "geometry": {"coordinates": [-82.280543, 39.46145], "type": "Point"}, "id": "1008", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008643575", "facilityName": "ATHENS HOCKING RECLAMATION CENTER *", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.020356, 41.524265, -83.020356, 41.524265], "geometry": {"coordinates": [-83.020356, 41.524265], "type": "Point"}, "id": "1009", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009425103", "facilityName": "OTTAWA COUNTY LANDFILL GAS POWER STATION (0362010127)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.423749, 40.666666, -81.423749, 40.666666], "geometry": {"coordinates": [-81.423749, 40.666666], "type": "Point"}, "id": "1010", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009429877", "facilityName": "COUNTYWIDE RECYCLING AND DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.71511, 41.104935, -80.71511, 41.104935], "geometry": {"coordinates": [-80.71511, 41.104935], "type": "Point"}, "id": "1011", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009430632", "facilityName": "EVERCLEAR OF OHIO LIMITED", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.50794, 41.60855, -83.50794, 41.60855], "geometry": {"coordinates": [-83.50794, 41.60855], "type": "Point"}, "id": "1012", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009430829", "facilityName": "WASTE MANAGEMENT OF OHIO-NORTHWEST", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.48894, 41.37633, -81.48894, 41.37633], "geometry": {"coordinates": [-81.48894, 41.37633], "type": "Point"}, "id": "1013", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009601886", "facilityName": "WASTE MANAGEMENT - CLEVELAND HAULING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.712419, 39.590035, -82.712419, 39.590035], "geometry": {"coordinates": [-82.712419, 39.590035], "type": "Point"}, "id": "1014", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009603081", "facilityName": "REPUBLIC SERVICES - PINE GROVE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.641051, 39.688082, -84.641051, 39.688082], "geometry": {"coordinates": [-84.641051, 39.688082], "type": "Point"}, "id": "1015", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009610787", "facilityName": "PREBLE COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.50457, 41.602509, -83.50457, 41.602509], "geometry": {"coordinates": [-83.50457, 41.602509], "type": "Point"}, "id": "1016", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009619323", "facilityName": "EVERGREEN RECYCING AND DISPOSAL FACILITY, INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.673396, 40.881887, -82.673396, 40.881887], "geometry": {"coordinates": [-82.673396, 40.881887], "type": "Point"}, "id": "1017", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009620945", "facilityName": "SHELBY MEMORIAL HOSPITAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.39866, 40.74315, -81.39866, 40.74315], "geometry": {"coordinates": [-81.39866, 40.74315], "type": "Point"}, "id": "1018", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009635519", "facilityName": "STATEWIDE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.245553, 40.674419, -81.245553, 40.674419], "geometry": {"coordinates": [-81.245553, 40.674419], "type": "Point"}, "id": "1019", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009636055", "facilityName": "MINERVA ENTERPRISES, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.50789, 41.700687, -83.50789, 41.700687], "geometry": {"coordinates": [-83.50789, 41.700687], "type": "Point"}, "id": "1020", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009651457", "facilityName": "HOFFMAN ROAD SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.198181, 41.766395, -81.198181, 41.766395], "geometry": {"coordinates": [-81.198181, 41.766395], "type": "Point"}, "id": "1021", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009654221", "facilityName": "LAKE COUNTY SOLID WASTE FACILITY - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.110295, 39.842015, -83.110295, 39.842015], "geometry": {"coordinates": [-83.110295, 39.842015], "type": "Point"}, "id": "1022", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009666352", "facilityName": "FRANKLIN COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.662604, 41.3139, -81.662604, 41.3139], "geometry": {"coordinates": [-81.662604, 41.3139], "type": "Point"}, "id": "1023", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009671541", "facilityName": "ROYALTON ROAD SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.867333, 40.813216, -82.867333, 40.813216], "geometry": {"coordinates": [-82.867333, 40.813216], "type": "Point"}, "id": "1024", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009673790", "facilityName": "CRAWFORD COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.774691, 40.376873, -80.774691, 40.376873], "geometry": {"coordinates": [-80.774691, 40.376873], "type": "Point"}, "id": "1025", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009821933", "facilityName": "CROSSRIDGE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.49986, 39.18631, -84.49986, 39.18631], "geometry": {"coordinates": [-84.49986, 39.18631], "type": "Point"}, "id": "1026", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010296991", "facilityName": "ELDA RECYCLING AND DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.582612, 40.917967, -80.582612, 40.917967], "geometry": {"coordinates": [-80.582612, 40.917967], "type": "Point"}, "id": "1027", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110010358932", "facilityName": "WASTE MANAGEMENT - MAHONING LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.70964, 41.13387, -80.70964, 41.13387], "geometry": {"coordinates": [-80.70964, 41.13387], "type": "Point"}, "id": "1028", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011942782", "facilityName": "TOTAL WASTE LOGISTICS LAS, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.663931, 39.264744, -84.663931, 39.264744], "geometry": {"coordinates": [-84.663931, 39.264744], "type": "Point"}, "id": "1029", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011942835", "facilityName": "NEW BALTIMORE CDD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.90796, 41.791626, -80.90796, 41.791626], "geometry": {"coordinates": [-80.90796, 41.791626], "type": "Point"}, "id": "1030", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110011942979", "facilityName": "WASTE MANAGEMENT - GENEVA LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.855347, 39.439914, -83.855347, 39.439914], "geometry": {"coordinates": [-83.855347, 39.439914], "type": "Point"}, "id": "1031", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012715428", "facilityName": "WILMINGTON SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.47463, 41.37403, -81.47463, 41.37403], "geometry": {"coordinates": [-81.47463, 41.37403], "type": "Point"}, "id": "1032", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013857807", "facilityName": "CUYAHOGA REGIONAL SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.102492, 40.296474, -81.102492, 40.296474], "geometry": {"coordinates": [-81.102492, 40.296474], "type": "Point"}, "id": "1033", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013972870", "facilityName": "MARTIN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.01499, 40.27462, -83.01499, 40.27462], "geometry": {"coordinates": [-83.01499, 40.27462], "type": "Point"}, "id": "1034", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013973012", "facilityName": "CITY OF DELAWARE LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.65234, 41.43675, -81.65234, 41.43675], "geometry": {"coordinates": [-81.65234, 41.43675], "type": "Point"}, "id": "1035", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013973290", "facilityName": "NICKY BOULEVARD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.280889, 40.810091, -82.280889, 40.810091], "geometry": {"coordinates": [-82.280889, 40.810091], "type": "Point"}, "id": "1036", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013973691", "facilityName": "ASHLAND COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.39701, 41.64615, -81.39701, 41.64615], "geometry": {"coordinates": [-81.39701, 41.64615], "type": "Point"}, "id": "1037", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013991804", "facilityName": "CITY OF WILLOUGHBY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.183134, 40.58598, -83.183134, 40.58598], "geometry": {"coordinates": [-83.183134, 40.58598], "type": "Point"}, "id": "1038", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992046", "facilityName": "MARION CITY DEMOLITION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.553253, 41.604023, -83.553253, 41.604023], "geometry": {"coordinates": [-83.553253, 41.604023], "type": "Point"}, "id": "1039", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013992126", "facilityName": "ROSSFORD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.66321, 41.31622, -81.66321, 41.31622], "geometry": {"coordinates": [-81.66321, 41.31622], "type": "Point"}, "id": "1040", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014008956", "facilityName": "NORTON ENVIRONMENTAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.722918, 41.680353, -83.722918, 41.680353], "geometry": {"coordinates": [-83.722918, 41.680353], "type": "Point"}, "id": "1041", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014009125", "facilityName": "KING ROAD LANDFILL \u0026 TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.93377, 41.50573, -82.93377, 41.50573], "geometry": {"coordinates": [-82.93377, 41.50573], "type": "Point"}, "id": "1042", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014327727", "facilityName": "HB MAGRUDER MEMORIAL HOSPITAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.39662, 40.575351, -84.39662, 40.575351], "geometry": {"coordinates": [-84.39662, 40.575351], "type": "Point"}, "id": "1043", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110014342050", "facilityName": "ST MARYS LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.657465, 39.990315, -83.657465, 39.990315], "geometry": {"coordinates": [-83.657465, 39.990315], "type": "Point"}, "id": "1044", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015645275", "facilityName": "NORTHEAST LANDFILL - CLARK COUNTY, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.898333, 41.185278, -80.898333, 41.185278], "geometry": {"coordinates": [-80.898333, 41.185278], "type": "Point"}, "id": "1045", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015646363", "facilityName": "LORDSTOWN CONSTRUCTION RECOVERY, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.450761, 39.216476, -84.450761, 39.216476], "geometry": {"coordinates": [-84.450761, 39.216476], "type": "Point"}, "id": "1046", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015654692", "facilityName": "GRAY ROAD FILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.39435, 40.77258, -81.39435, 40.77258], "geometry": {"coordinates": [-81.39435, 40.77258], "type": "Point"}, "id": "1047", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015710916", "facilityName": "KIMBLE TRANSFER \u0026 RECYCLING - CANTON", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.2598, 39.72322, -84.2598, 39.72322], "geometry": {"coordinates": [-84.2598, 39.72322], "type": "Point"}, "id": "1048", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110016686200", "facilityName": "S.R.I., INCORPORATED", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.46377, 41.356822, -81.46377, 41.356822], "geometry": {"coordinates": [-81.46377, 41.356822], "type": "Point"}, "id": "1049", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017765701", "facilityName": "BFI - GLENWILLOW LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.88851, 40.82986, -82.88851, 40.82986], "geometry": {"coordinates": [-82.88851, 40.82986], "type": "Point"}, "id": "1050", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020119469", "facilityName": "STETZER ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.169967, 41.294962, -82.169967, 41.294962], "geometry": {"coordinates": [-82.169967, 41.294962], "type": "Point"}, "id": "1051", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020689450", "facilityName": "LORAIN COUNTY LFG POWER STATION (0247100968)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.955538, 41.370834, -82.955538, 41.370834], "geometry": {"coordinates": [-82.955538, 41.370834], "type": "Point"}, "id": "1052", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024528368", "facilityName": "VICKERY ENVIRONMENTAL INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.640955, 41.353479, -83.640955, 41.353479], "geometry": {"coordinates": [-83.640955, 41.353479], "type": "Point"}, "id": "1053", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024560321", "facilityName": "D-K ENTERPRISES C\u0026DD FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.95844, 41.31316, -81.95844, 41.31316], "geometry": {"coordinates": [-81.95844, 41.31316], "type": "Point"}, "id": "1054", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024560394", "facilityName": "PREFERRED TRUCKING SERVICES, INC., DBA JDS TRUCKING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.916, 40.427, -80.916, 40.427], "geometry": {"coordinates": [-80.916, 40.427], "type": "Point"}, "id": "1055", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024560875", "facilityName": "APEX ENVIRONMENTAL, LLC - SANITARY LANDFILL (0641000223)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.764777, 39.173721, -84.764777, 39.173721], "geometry": {"coordinates": [-84.764777, 39.173721], "type": "Point"}, "id": "1056", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110028008634", "facilityName": "WHITEWATER RECLAMATION COMPANY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.474372, 41.379045, -81.474372, 41.379045], "geometry": {"coordinates": [-81.474372, 41.379045], "type": "Point"}, "id": "1057", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110028051818", "facilityName": "CUYAHOGA REGIONAL SANITARY LANDFILL (1318247813)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.3288, 40.9107, -83.3288, 40.9107], "geometry": {"coordinates": [-83.3288, 40.9107], "type": "Point"}, "id": "1058", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110030738799", "facilityName": "COUNTY ENVIRONMENTAL OF WYANDOT SANITARY LANDFILL (0388000039)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.401654, 39.133742, -84.401654, 39.133742], "geometry": {"coordinates": [-84.401654, 39.133742], "type": "Point"}, "id": "1059", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110031469998", "facilityName": "H. HAFNER \u0026 SONS INC.", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.413383, 41.108215, -83.413383, 41.108215], "geometry": {"coordinates": [-83.413383, 41.108215], "type": "Point"}, "id": "1060", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034169129", "facilityName": "WIN WASTE INNOVATIONS OF SENECA COUNTY - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.41227, 41.251852, -84.41227, 41.251852], "geometry": {"coordinates": [-84.41227, 41.251852], "type": "Point"}, "id": "1061", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034171054", "facilityName": "DEFIANCE COUNTY SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.40955, 39.52899, -83.40955, 39.52899], "geometry": {"coordinates": [-83.40955, 39.52899], "type": "Point"}, "id": "1062", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110034181472", "facilityName": "FAYETTE COUNTY TRANSFER STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.49867, 39.18895, -84.49867, 39.18895], "geometry": {"coordinates": [-84.49867, 39.18895], "type": "Point"}, "id": "1063", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037613124", "facilityName": "CENTER HILL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.00135, 39.84157, -84.00135, 39.84157], "geometry": {"coordinates": [-84.00135, 39.84157], "type": "Point"}, "id": "1064", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039134512", "facilityName": "WASTE MANAGEMENT OF OHIO, INC. - FAIRBORN HAULING", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.158251, 39.735838, -82.158251, 39.735838], "geometry": {"coordinates": [-82.158251, 39.735838], "type": "Point"}, "id": "1065", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039134530", "facilityName": "TUNNELL HILL RECLAMATION, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.31099, 40.14764, -82.31099, 40.14764], "geometry": {"coordinates": [-82.31099, 40.14764], "type": "Point"}, "id": "1066", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040757240", "facilityName": "FALLSBURG ROAD LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.8262, 40.2233, -81.8262, 40.2233], "geometry": {"coordinates": [-81.8262, 40.2233], "type": "Point"}, "id": "1067", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041079515", "facilityName": "COSHOCTON LANDFILL (0616010081)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.486523, 38.826546, -83.486523, 38.826546], "geometry": {"coordinates": [-83.486523, 38.826546], "type": "Point"}, "id": "1068", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041429950", "facilityName": "ADAMS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.381177, 41.57215, -81.381177, 41.57215], "geometry": {"coordinates": [-81.381177, 41.57215], "type": "Point"}, "id": "1069", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041437022", "facilityName": "LAKE COUNTY RECYCLING \u0026 DISPOSAL LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.52446, 40.50059, -81.52446, 40.50059], "geometry": {"coordinates": [-81.52446, 40.50059], "type": "Point"}, "id": "1070", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041506162", "facilityName": "KIMBLE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.0673, 41.3346, -84.0673, 41.3346], "geometry": {"coordinates": [-84.0673, 41.3346], "type": "Point"}, "id": "1071", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041548000", "facilityName": "HENRY COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.2494, 39.9086, -82.2494, 39.9086], "geometry": {"coordinates": [-82.2494, 39.9086], "type": "Point"}, "id": "1072", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041564287", "facilityName": "WM- SUBURBAN RECYCLING \u0026 DISPOSAL FACILITY - LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.465765, 39.768421, -81.465765, 39.768421], "geometry": {"coordinates": [-81.465765, 39.768421], "type": "Point"}, "id": "1073", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041565703", "facilityName": "NOBLE COUNTY / WESTLAND LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.184876, 39.800216, -84.184876, 39.800216], "geometry": {"coordinates": [-84.184876, 39.800216], "type": "Point"}, "id": "1074", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110042328736", "facilityName": "WAGONER-FORD HARDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.07824, 40.94138, -81.07824, 40.94138], "geometry": {"coordinates": [-81.07824, 40.94138], "type": "Point"}, "id": "1075", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043321955", "facilityName": "MAHONING RENEWABLE ENERGY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.724428, 40.413065, -83.724428, 40.413065], "geometry": {"coordinates": [-83.724428, 40.413065], "type": "Point"}, "id": "1076", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043788390", "facilityName": "REPUBLIC SERVICES - CHEROKEE RUN LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.385295, 41.562591, -81.385295, 41.562591], "geometry": {"coordinates": [-81.385295, 41.562591], "type": "Point"}, "id": "1077", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043801357", "facilityName": "LAKE COUNTY RECYCLING \u0026AMP; DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.587, 41.518, -84.587, 41.518], "geometry": {"coordinates": [-84.587, 41.518], "type": "Point"}, "id": "1078", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043812719", "facilityName": "WILLIAMS COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.818083, 40.640869, -82.818083, 40.640869], "geometry": {"coordinates": [-82.818083, 40.640869], "type": "Point"}, "id": "1079", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110046569851", "facilityName": "WASHINGTON ENVIRONMENTAL SERVICES LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.04219, 40.91499, -81.04219, 40.91499], "geometry": {"coordinates": [-81.04219, 40.91499], "type": "Point"}, "id": "1080", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110054885601", "facilityName": "FOUNDRY SAND SERVICE, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.706003, 40.494618, -80.706003, 40.494618], "geometry": {"coordinates": [-80.706003, 40.494618], "type": "Point"}, "id": "1081", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110056296707", "facilityName": "RICHMOND MILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.597814, 39.274673, -84.597814, 39.274673], "geometry": {"coordinates": [-84.597814, 39.274673], "type": "Point"}, "id": "1082", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110056505161", "facilityName": "RUMPKE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.279142, 39.45634, -82.279142, 39.45634], "geometry": {"coordinates": [-82.279142, 39.45634], "type": "Point"}, "id": "1083", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110058881385", "facilityName": "ATHENS HOCKING RECLAMATION CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.54137, 40.51139, -81.54137, 40.51139], "geometry": {"coordinates": [-81.54137, 40.51139], "type": "Point"}, "id": "1084", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060899425", "facilityName": "KIMBLE SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.59798, 40.97406, -81.59798, 40.97406], "geometry": {"coordinates": [-81.59798, 40.97406], "type": "Point"}, "id": "1085", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110061063272", "facilityName": "BUTCHER C\u0026D, LLC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.725717, 40.12033, -83.725717, 40.12033], "geometry": {"coordinates": [-83.725717, 40.12033], "type": "Point"}, "id": "1086", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110061077089", "facilityName": "CITY OF URBANA", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.305511, 39.883293, -82.305511, 39.883293], "geometry": {"coordinates": [-82.305511, 39.883293], "type": "Point"}, "id": "1087", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063648888", "facilityName": "OHIO WASTE SYS SUBURBAN SOUTH RECYCLING \u0026AMP; DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.4916, 41.60614, -81.4916, 41.60614], "geometry": {"coordinates": [-81.4916, 41.60614], "type": "Point"}, "id": "1088", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064231175", "facilityName": "CITY OF EUCLID - SLUDGE INCINERATORS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.4916, 41.60614, -81.4916, 41.60614], "geometry": {"coordinates": [-81.4916, 41.60614], "type": "Point"}, "id": "1089", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064231184", "facilityName": "CITY OF EUCLID - LAKELAND SLUDGE HANDLIN", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.12067, 41.35022, -82.12067, 41.35022], "geometry": {"coordinates": [-82.12067, 41.35022], "type": "Point"}, "id": "1090", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064339425", "facilityName": "GREGORY TRUCKING INC", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.03661, 39.91191, -83.03661, 39.91191], "geometry": {"coordinates": [-83.03661, 39.91191], "type": "Point"}, "id": "1091", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110066858396", "facilityName": "FRANK ROAD RECYCLING SOLUTIONS", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.59798, 40.97406, -81.59798, 40.97406], "geometry": {"coordinates": [-81.59798, 40.97406], "type": "Point"}, "id": "1092", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070125237", "facilityName": "BUTCHER \u0026 SON INC C\u0026D LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-80.911512, 40.432403, -80.911512, 40.432403], "geometry": {"coordinates": [-80.911512, 40.432403], "type": "Point"}, "id": "1093", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070244826", "facilityName": "APEX LFG ENERGY, LLC (0641025009)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.453684, 41.604344, -83.453684, 41.604344], "geometry": {"coordinates": [-83.453684, 41.604344], "type": "Point"}, "id": "1094", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070726250", "facilityName": "EVERGREEN RECYCLING \u0026AMP; DISPOSAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.64016, 41.35653, -83.64016, 41.35653], "geometry": {"coordinates": [-83.64016, 41.35653], "type": "Point"}, "id": "1095", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070864104", "facilityName": "JEHM", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.537701, 40.708897, -81.537701, 40.708897], "geometry": {"coordinates": [-81.537701, 40.708897], "type": "Point"}, "id": "1096", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071159944", "facilityName": "MT. EATON LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.138502, 39.732232, -82.138502, 39.732232], "geometry": {"coordinates": [-82.138502, 39.732232], "type": "Point"}, "id": "1097", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071160748", "facilityName": "TUNNEL HILL RECLAMATION LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-83.505899, 41.693136, -83.505899, 41.693136], "geometry": {"coordinates": [-83.505899, 41.693136], "type": "Point"}, "id": "1098", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161065", "facilityName": "HOFFMAN ROAD SANITARY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-81.09861, 41.01722, -81.09861, 41.01722], "geometry": {"coordinates": [-81.09861, 41.01722], "type": "Point"}, "id": "1099", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071162375", "facilityName": "WILLOWCREEK LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-84.58611, 41.51611, -84.58611, 41.51611], "geometry": {"coordinates": [-84.58611, 41.51611], "type": "Point"}, "id": "1100", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071720061", "facilityName": "WILLIAMS COUNTY LANDFILL (0386010059)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}, {"bbox": [-82.7231, 39.5779, -82.7231, 39.5779], "geometry": {"coordinates": [-82.7231, 39.5779], "type": "Point"}, "id": "1101", "properties": {"__folium_color": "SaddleBrown", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071871095", "facilityName": "PINE GROVE REGIONAL FACILITY (0123000228)", "industry": "http://w3id.org/fio/v1/naics#NAICS-562212", "industryName": "Solid Waste Landfill "}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_cbfbee044dc14700b3439b5bfa812d70.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["facility", "facilityName", "industry", "industryName"];
let aliases = ["facility", "facilityName", "industry", "industryName"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"sticky": true,
"className": "foliumtooltip",
});
geo_json_cbfbee044dc14700b3439b5bfa812d70.bindPopup(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["facility", "facilityName", "industry", "industryName"];
let aliases = ["facility", "facilityName", "industry", "industryName"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i].toLocaleString()}</th>
<td>${handleObject(layer.feature.properties[v]).toLocaleString()}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"className": "foliumpopup",
});
geo_json_cbfbee044dc14700b3439b5bfa812d70.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
function geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_styler(feature) {
switch(feature.id) {
default:
return {"color": "MidnightBlue", "fillColor": "MidnightBlue", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_pointToLayer(feature, latlng) {
var opts = {
"stroke": true,
"color": "#3388ff",
"weight": 3,
"opacity": 1.0,
"lineCap": "round",
"lineJoin": "round",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#3388ff",
"fillOpacity": 0.2,
"fillRule": "evenodd",
"bubblingMouseEvents": true,
"radius": 3,
};
let style = geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69 = L.geoJson(null, {
onEachFeature: geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_onEachFeature,
style: geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_styler,
pointToLayer: geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_pointToLayer,
...{
"hidden": true,
}
});
function geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_add (data) {
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69
.addData(data);
}
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69_add({"bbox": [-114.61865, 30.64995, -67.283141, 46.9626], "features": [{"bbox": [-67.293245, 44.641785, -67.293245, 44.641785], "geometry": {"coordinates": [-67.293245, 44.641785], "type": "Point"}, "id": "1102", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000601714", "facilityName": "NAVAL COMPUTER \u0026 TELECOM STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-69.92, 43.89, -69.92, 43.89], "geometry": {"coordinates": [-69.92, 43.89], "type": "Point"}, "id": "1103", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000797077", "facilityName": "BRUNSWICK NAVAL AIR STATION BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.80738, 44.80944, -68.80738, 44.80944], "geometry": {"coordinates": [-68.80738, 44.80944], "type": "Point"}, "id": "1104", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000865617", "facilityName": "MAINE ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-67.8576, 46.9626, -67.8576, 46.9626], "geometry": {"coordinates": [-67.8576, 46.9626], "type": "Point"}, "id": "1105", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003553182", "facilityName": "LORING AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-69.924608, 43.89769, -69.924608, 43.89769], "geometry": {"coordinates": [-69.924608, 43.89769], "type": "Point"}, "id": "1106", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013835181", "facilityName": "US NAVY NAVAL AIR STATION BRUNSWICK 2", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-69.7915, 44.31757, -69.7915, 44.31757], "geometry": {"coordinates": [-69.7915, 44.31757], "type": "Point"}, "id": "1107", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015815616", "facilityName": "ME ARMY NATL GUARD CAMP KEYES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.824558, 44.814905, -68.824558, 44.814905], "geometry": {"coordinates": [-68.824558, 44.814905], "type": "Point"}, "id": "1108", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025247800", "facilityName": "AIR NATIONAL GUARD 101ST AIR REFUEL WING", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.282545, 44.085015, -70.282545, 44.085015], "geometry": {"coordinates": [-70.282545, 44.085015], "type": "Point"}, "id": "1109", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037143150", "facilityName": "MAINE NATIONAL GUARD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.8422, 44.80848, -68.8422, 44.80848], "geometry": {"coordinates": [-68.8422, 44.80848], "type": "Point"}, "id": "1110", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037143221", "facilityName": "U.S. ARMY MAINE NATIONAL GUARD BANGOR TRAINING SITE RANGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.73061, 43.07722, -70.73061, 43.07722], "geometry": {"coordinates": [-70.73061, 43.07722], "type": "Point"}, "id": "1111", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039667401", "facilityName": "NAVY MEDICINE READINESS TRAIN", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.31582, 43.63409, -70.31582, 43.63409], "geometry": {"coordinates": [-70.31582, 43.63409], "type": "Point"}, "id": "1112", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039670969", "facilityName": "SOUTH PORTLAND AIR NATIONAL GUARD STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-67.283141, 44.645007, -67.283141, 44.645007], "geometry": {"coordinates": [-67.283141, 44.645007], "type": "Point"}, "id": "1113", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039675946", "facilityName": "NAVAL SUPPORT ACTIVITY (NSA) CUTLER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.73626, 43.084163, -70.73626, 43.084163], "geometry": {"coordinates": [-70.73626, 43.084163], "type": "Point"}, "id": "1114", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040176207", "facilityName": "SHIPYARD WIDE MS4 STORMWATER GENERAL PERMIT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.741666, 43.084167, -70.741666, 43.084167], "geometry": {"coordinates": [-70.741666, 43.084167], "type": "Point"}, "id": "1115", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040852459", "facilityName": "PORTSMOUTH NAVAL SHIPYARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.27478, 44.0808, -70.27478, 44.0808], "geometry": {"coordinates": [-70.27478, 44.0808], "type": "Point"}, "id": "1116", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110042247128", "facilityName": "AMSA 160", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.313051, 44.276035, -68.313051, 44.276035], "geometry": {"coordinates": [-68.313051, 44.276035], "type": "Point"}, "id": "1117", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110061087201", "facilityName": "US COAST GUARD SOUTHWEST HARBOR", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.01351, 44.40473, -68.01351, 44.40473], "geometry": {"coordinates": [-68.01351, 44.40473], "type": "Point"}, "id": "1118", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069360685", "facilityName": "NAVAL SUPPORT ACTIVITY (NSA)", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-68.80657, 44.80739, -68.80657, 44.80739], "geometry": {"coordinates": [-68.80657, 44.80739], "type": "Point"}, "id": "1119", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070033445", "facilityName": "MAINE ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.728742, 43.115663, -70.728742, 43.115663], "geometry": {"coordinates": [-70.728742, 43.115663], "type": "Point"}, "id": "1120", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071159239", "facilityName": "PORTSMOUTH NAVAL SHIPYARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-72.27294, 43.72469, -72.27294, 43.72469], "geometry": {"coordinates": [-72.27294, 43.72469], "type": "Point"}, "id": "1121", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000566780", "facilityName": "ARMY COLD REGIONS RESEARCH \u0026 ENGINEERING LAB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.800993, 43.079355, -70.800993, 43.079355], "geometry": {"coordinates": [-70.800993, 43.079355], "type": "Point"}, "id": "1122", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002083165", "facilityName": "PEASE AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.631183, 42.945084, -71.631183, 42.945084], "geometry": {"coordinates": [-71.631183, 42.945084], "type": "Point"}, "id": "1123", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003903385", "facilityName": "NEW BOSTON AIR FORCE STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.818071, 43.089722, -70.818071, 43.089722], "geometry": {"coordinates": [-70.818071, 43.089722], "type": "Point"}, "id": "1124", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009360538", "facilityName": "NH AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.46748, 43.00168, -71.46748, 43.00168], "geometry": {"coordinates": [-71.46748, 43.00168], "type": "Point"}, "id": "1125", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043703472", "facilityName": "NH DMA\u0026VS - MANCHESTER READINESS CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.50367, 43.21035, -71.50367, 43.21035], "geometry": {"coordinates": [-71.50367, 43.21035], "type": "Point"}, "id": "1126", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043703481", "facilityName": "NH DMA\u0026VS - ARMY AVIATION SUPPORT FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.51319, 43.21213, -71.51319, 43.21213], "geometry": {"coordinates": [-71.51319, 43.21213], "type": "Point"}, "id": "1127", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043703490", "facilityName": "NH DMA\u0026VS - STATE MILITARY RESERVATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.482066, 43.191254, -71.482066, 43.191254], "geometry": {"coordinates": [-71.482066, 43.191254], "type": "Point"}, "id": "1128", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069330101", "facilityName": "EDWARD CROSS TRAINING COMPLEX", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.1267, 43.27098, -71.1267, 43.27098], "geometry": {"coordinates": [-71.1267, 43.27098], "type": "Point"}, "id": "1129", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070224665", "facilityName": "NH ARMY NATIONAL GUARD CENTER STRAFFORD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.127188, 43.272351, -71.127188, 43.272351], "geometry": {"coordinates": [-71.127188, 43.272351], "type": "Point"}, "id": "1130", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070234151", "facilityName": "CENTER STRAFFORD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.1267, 43.27098, -71.1267, 43.27098], "geometry": {"coordinates": [-71.1267, 43.27098], "type": "Point"}, "id": "1131", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070234671", "facilityName": "US ARMY NATIONAL GUARD CENTER STRAFFORD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.973208, 43.301151, -70.973208, 43.301151], "geometry": {"coordinates": [-70.973208, 43.301151], "type": "Point"}, "id": "1132", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070234695", "facilityName": "US ARMY NATIONAL GUARD CENTER STRAFFORD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.126853, 43.271488, -71.126853, 43.271488], "geometry": {"coordinates": [-71.126853, 43.271488], "type": "Point"}, "id": "1133", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070234696", "facilityName": "US ARMY NATIONAL GUARD CENTER STRAFFORD TRAINING SITE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.852301, 38.543888, -89.852301, 38.543888], "geometry": {"coordinates": [-89.852301, 38.543888], "type": "Point"}, "id": "1134", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000438964", "facilityName": "SCOTT AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-90.31333, 42.21, -90.31333, 42.21], "geometry": {"coordinates": [-90.31333, 42.21], "type": "Point"}, "id": "1135", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000912870", "facilityName": "SAVANNA ARMY DEPOT ACTIVITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.44475, 42.3177, -88.44475, 42.3177], "geometry": {"coordinates": [-88.44475, 42.3177], "type": "Point"}, "id": "1136", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001293617", "facilityName": "WOODSTOCK NATIONAL GUARD ARMORY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.20091, 40.11632, -88.20091, 40.11632], "geometry": {"coordinates": [-88.20091, 40.11632], "type": "Point"}, "id": "1137", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001293779", "facilityName": "MILITARY \u0026 NAVAL DEPT. - URBANA NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.839527, 41.849751, -87.839527, 41.849751], "geometry": {"coordinates": [-87.839527, 41.849751], "type": "Point"}, "id": "1138", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001302652", "facilityName": "IL ARMY NTL GD CSMSR FRMS3 FMS9", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.64697, 39.78076, -89.64697, 39.78076], "geometry": {"coordinates": [-89.64697, 39.78076], "type": "Point"}, "id": "1139", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001305828", "facilityName": "G MITTENDORF \u0026 E LONG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.91528, 41.24352, -89.91528, 41.24352], "geometry": {"coordinates": [-89.91528, 41.24352], "type": "Point"}, "id": "1140", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001332451", "facilityName": "MILITARY \u0026 NAVAL DEPT - KEWANEE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.86098, 41.12074, -87.86098, 41.12074], "geometry": {"coordinates": [-87.86098, 41.12074], "type": "Point"}, "id": "1141", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001332861", "facilityName": "CENTRAL PARKING CORPORATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-91.41199, 39.96447, -91.41199, 39.96447], "geometry": {"coordinates": [-91.41199, 39.96447], "type": "Point"}, "id": "1142", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001340923", "facilityName": "MILITARY \u0026 NAVAL DEPT. - QUINCY NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.09075, 42.27622, -89.09075, 42.27622], "geometry": {"coordinates": [-89.09075, 42.27622], "type": "Point"}, "id": "1143", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001349979", "facilityName": "MILITARY \u0026 NAVAL DEPT - ROCKFORD NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.65757, 39.18752, -89.65757, 39.18752], "geometry": {"coordinates": [-89.65757, 39.18752], "type": "Point"}, "id": "1144", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001355168", "facilityName": "MILITARY AND NAVAL DEPARTMENT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.669231, 39.848543, -89.669231, 39.848543], "geometry": {"coordinates": [-89.669231, 39.848543], "type": "Point"}, "id": "1145", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001355435", "facilityName": "US DOD USAF CAPITAL MAP ANG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.66848, 39.81765, -89.66848, 39.81765], "geometry": {"coordinates": [-89.66848, 39.81765], "type": "Point"}, "id": "1146", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001355550", "facilityName": "MILITARY \u0026 NAVAL DEPT - CAMP LINCOLN NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.94949, 38.630323, -88.94949, 38.630323], "geometry": {"coordinates": [-88.94949, 38.630323], "type": "Point"}, "id": "1147", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001356069", "facilityName": "DEPT OF MILITARY AFFAIRS SALEM", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.83778, 41.34576, -88.83778, 41.34576], "geometry": {"coordinates": [-88.83778, 41.34576], "type": "Point"}, "id": "1148", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001365594", "facilityName": "OTTAWA NATL GUARD ARMORY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.808761, 42.21176, -87.808761, 42.21176], "geometry": {"coordinates": [-87.808761, 42.21176], "type": "Point"}, "id": "1149", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001368172", "facilityName": "US ARMY FT SHERIDAN BRAC OFFICE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-90.044498, 41.17464, -90.044498, 41.17464], "geometry": {"coordinates": [-90.044498, 41.17464], "type": "Point"}, "id": "1150", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001371881", "facilityName": "MILITARY \u0026 NAVAL DEPT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-90.37107, 40.94923, -90.37107, 40.94923], "geometry": {"coordinates": [-90.37107, 40.94923], "type": "Point"}, "id": "1151", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001377901", "facilityName": "MILITARY \u0026 NAVAL DEPT - GALESBURG NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.878572, 39.83682, -88.878572, 39.83682], "geometry": {"coordinates": [-88.878572, 39.83682], "type": "Point"}, "id": "1152", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001378438", "facilityName": "ILLINOIS NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-90.647054, 40.910821, -90.647054, 40.910821], "geometry": {"coordinates": [-90.647054, 40.910821], "type": "Point"}, "id": "1153", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001379204", "facilityName": "MILITARY \u0026 NAVAL DEPT - MONMOUTH NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.67569, 41.98669, -88.67569, 41.98669], "geometry": {"coordinates": [-88.67569, 41.98669], "type": "Point"}, "id": "1154", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001385545", "facilityName": "MILITARY \u0026 NAVAL DEPT - SYCAMORE NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.27622, 42.03223, -88.27622, 42.03223], "geometry": {"coordinates": [-88.27622, 42.03223], "type": "Point"}, "id": "1155", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001801747", "facilityName": "MILITARY AND NAVAL DEPARTMENT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.621322, 41.896791, -87.621322, 41.896791], "geometry": {"coordinates": [-87.621322, 41.896791], "type": "Point"}, "id": "1156", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001802407", "facilityName": "MILITARY \u0026 NAVAL DEPT - CHIC CHICAGO AVE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.60635, 41.80042, -87.60635, 41.80042], "geometry": {"coordinates": [-87.60635, 41.80042], "type": "Point"}, "id": "1157", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001820806", "facilityName": "MILITARY \u0026 NAVAL DEPT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.70696, 41.90918, -87.70696, 41.90918], "geometry": {"coordinates": [-87.70696, 41.90918], "type": "Point"}, "id": "1158", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001821100", "facilityName": "MILITARY \u0026 NAVAL DEPT - CHIC NORTHWEST", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.164791, 36.998212, -89.164791, 36.998212], "geometry": {"coordinates": [-89.164791, 36.998212], "type": "Point"}, "id": "1159", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001824535", "facilityName": "MILITARY \u0026 NAVAL DEPT. - CAIRO NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.238604, 40.117302, -88.238604, 40.117302], "geometry": {"coordinates": [-88.238604, 40.117302], "type": "Point"}, "id": "1160", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001824786", "facilityName": "MILITARY \u0026 NAVAL DEPT - CHAMPAIGN NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-90.16758, 38.70146, -90.16758, 38.70146], "geometry": {"coordinates": [-90.16758, 38.70146], "type": "Point"}, "id": "1161", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002069831", "facilityName": "U.S. ARMY ST. LOUIS AREA SUPPORT CTR.", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.12653, 41.32765, -89.12653, 41.32765], "geometry": {"coordinates": [-89.12653, 41.32765], "type": "Point"}, "id": "1162", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002074674", "facilityName": "SOCIAL SECURITY DISTRICT OFFICE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.701485, 40.658125, -89.701485, 40.658125], "geometry": {"coordinates": [-89.701485, 40.658125], "type": "Point"}, "id": "1163", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015679997", "facilityName": "ILLINOIS AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.63919, 40.87364, -88.63919, 40.87364], "geometry": {"coordinates": [-88.63919, 40.87364], "type": "Point"}, "id": "1164", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018050197", "facilityName": "MILITARY \u0026 NAVAL DEPT - PONTIAC NG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.703324, 40.656783, -89.703324, 40.656783], "geometry": {"coordinates": [-89.703324, 40.656783], "type": "Point"}, "id": "1165", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018095522", "facilityName": "182ND AIRLIFT WING IL AIR NATL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.59908, 42.28637, -89.59908, 42.28637], "geometry": {"coordinates": [-89.59908, 42.28637], "type": "Point"}, "id": "1166", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110018327586", "facilityName": "MILITARY \u0026 NAVEL DEPT. - FREEPORT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.669765, 39.846535, -89.669765, 39.846535], "geometry": {"coordinates": [-89.669765, 39.846535], "type": "Point"}, "id": "1167", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041416884", "facilityName": "IL AIR NATIONAL GUARD AIRPORT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.825, 42.096667, -87.825, 42.096667], "geometry": {"coordinates": [-87.825, 42.096667], "type": "Point"}, "id": "1168", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041995393", "facilityName": "GLENVIEW NAVAL AIR STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.832001, 42.31316, -87.832001, 42.31316], "geometry": {"coordinates": [-87.832001, 42.31316], "type": "Point"}, "id": "1169", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041995758", "facilityName": "US NAVY NAVAL STATION GREAT LAKES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-87.838127, 42.315498, -87.838127, 42.315498], "geometry": {"coordinates": [-87.838127, 42.315498], "type": "Point"}, "id": "1170", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070938994", "facilityName": "NAVAL STATION GREAT LAKES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.593865, 38.852812, -97.593865, 38.852812], "geometry": {"coordinates": [-97.593865, 38.852812], "type": "Point"}, "id": "1171", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001238857", "facilityName": "SALINA IRON \u0026 METAL COMPANY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-95.78478, 39.12951, -95.78478, 39.12951], "geometry": {"coordinates": [-95.78478, 39.12951], "type": "Point"}, "id": "1172", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007286285", "facilityName": "FORBES FIELD AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.885381, 37.926575, -97.885381, 37.926575], "geometry": {"coordinates": [-97.885381, 37.926575], "type": "Point"}, "id": "1173", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009286325", "facilityName": "HUTCHINSON (EX) NAVAL AIR STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.89974, 39.27713, -94.89974, 39.27713], "geometry": {"coordinates": [-94.89974, 39.27713], "type": "Point"}, "id": "1174", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013982967", "facilityName": "DWIGHT D. EISENHOWER VA MEDICAL CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.789724, 38.754364, -97.789724, 38.754364], "geometry": {"coordinates": [-97.789724, 38.754364], "type": "Point"}, "id": "1175", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015308601", "facilityName": "US DOD USAF SMOKY HILL ANG RANGE DET 1 184 IW KANSAS", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.245392, 37.642118, -97.245392, 37.642118], "geometry": {"coordinates": [-97.245392, 37.642118], "type": "Point"}, "id": "1176", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015679791", "facilityName": "US DOD USAF MCCONNELL AFB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.91915, 39.35965, -94.91915, 39.35965], "geometry": {"coordinates": [-94.91915, 39.35965], "type": "Point"}, "id": "1177", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017471886", "facilityName": "DEPT. ARMY-FT. LEAVENWORTH", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.919339, 39.35855, -94.919339, 39.35855], "geometry": {"coordinates": [-94.919339, 39.35855], "type": "Point"}, "id": "1178", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017499394", "facilityName": "FORT LEAVENWORTH (PARENT SITE)", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-95.680745, 39.022426, -95.680745, 39.022426], "geometry": {"coordinates": [-95.680745, 39.022426], "type": "Point"}, "id": "1179", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020751300", "facilityName": "KANSAS NATIONAL GUARD HEADQUARTERS", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-96.779444, 39.065881, -96.779444, 39.065881], "geometry": {"coordinates": [-96.779444, 39.065881], "type": "Point"}, "id": "1180", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110020842310", "facilityName": "FORT RILEY, ARMY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-95.680667, 38.959773, -95.680667, 38.959773], "geometry": {"coordinates": [-95.680667, 38.959773], "type": "Point"}, "id": "1181", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110046298305", "facilityName": "KANSAS AIR NATIONAL GUARD 190TH AIR REFUELING", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.950756, 39.327022, -94.950756, 39.327022], "geometry": {"coordinates": [-94.950756, 39.327022], "type": "Point"}, "id": "1182", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110063384430", "facilityName": "LEAVENWORTH UNITED STATES ARMY RESERVE CENTER (USARC)", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.250607, 37.637428, -97.250607, 37.637428], "geometry": {"coordinates": [-97.250607, 37.637428], "type": "Point"}, "id": "1183", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064145394", "facilityName": "US DOD USAF MCCONNELL AFB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.9968, 38.94205, -94.9968, 38.94205], "geometry": {"coordinates": [-94.9968, 38.94205], "type": "Point"}, "id": "1184", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069446237", "facilityName": "US ARMY SUNFLOWER AMMUNITION PLANT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-96.8139, 39.0883, -96.8139, 39.0883], "geometry": {"coordinates": [-96.8139, 39.0883], "type": "Point"}, "id": "1185", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069468123", "facilityName": "KANSAS ARMY NATIONAL GUARD - ENVIRONMENTAL MGMT. BRANCH (AIR)", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-100.033227, 37.728978, -100.033227, 37.728978], "geometry": {"coordinates": [-100.033227, 37.728978], "type": "Point"}, "id": "1186", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069634462", "facilityName": "DODGE CITY UNITED STATES ARMY RESERVE CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.256397, 37.634502, -97.256397, 37.634502], "geometry": {"coordinates": [-97.256397, 37.634502], "type": "Point"}, "id": "1187", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071102315", "facilityName": "MCCONNELL AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-96.779438, 39.06585, -96.779438, 39.06585], "geometry": {"coordinates": [-96.779438, 39.06585], "type": "Point"}, "id": "1188", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071162321", "facilityName": "FORT RILEY, ARMY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-97.245506, 37.630896, -97.245506, 37.630896], "geometry": {"coordinates": [-97.245506, 37.630896], "type": "Point"}, "id": "1189", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071849311", "facilityName": "MCCONNELL AFB AIR STRIPPER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-96.78333, 39.06666, -96.78333, 39.06666], "geometry": {"coordinates": [-96.78333, 39.06666], "type": "Point"}, "id": "1190", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071871565", "facilityName": "US ARMY FORT RILEY-GARRISON", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.951, 33.629, -85.951, 33.629], "geometry": {"coordinates": [-85.951, 33.629], "type": "Point"}, "id": "1191", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000368851", "facilityName": "US ARMY ANNISTON ARMY DEPOT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.733889, 31.337222, -85.733889, 31.337222], "geometry": {"coordinates": [-85.733889, 31.337222], "type": "Point"}, "id": "1192", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000719697", "facilityName": "U.S. ARMY AVIATION CENTER OF EXCELLENCE AND FORT NOVOSEL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-86.682083, 34.586833, -86.682083, 34.586833], "geometry": {"coordinates": [-86.682083, 34.586833], "type": "Point"}, "id": "1193", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001147394", "facilityName": "US ARMY GARRISON-REDSTONE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.783263, 33.716873, -85.783263, 33.716873], "geometry": {"coordinates": [-85.783263, 33.716873], "type": "Point"}, "id": "1194", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002448156", "facilityName": "US ARMY FORT MCCLELLAN", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-86.75589, 33.56931, -86.75589, 33.56931], "geometry": {"coordinates": [-86.75589, 33.56931], "type": "Point"}, "id": "1195", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003033173", "facilityName": "117TH AIR REFUELING WING, ALABAMA AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.925727, 33.680495, -85.925727, 33.680495], "geometry": {"coordinates": [-85.925727, 33.680495], "type": "Point"}, "id": "1196", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017409197", "facilityName": "CHEMICAL AGENT DISPOSAL FACILITY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.898752, 33.726196, -85.898752, 33.726196], "geometry": {"coordinates": [-85.898752, 33.726196], "type": "Point"}, "id": "1197", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039071893", "facilityName": "US ARMY NATIONAL GUARD FORT MCCLELLAN RANGES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-88.0611, 30.64995, -88.0611, 30.64995], "geometry": {"coordinates": [-88.0611, 30.64995], "type": "Point"}, "id": "1198", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064123265", "facilityName": "U.S. COAST GUARD SECTOR MOBILE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-86.60967, 34.694098, -86.60967, 34.694098], "geometry": {"coordinates": [-86.60967, 34.694098], "type": "Point"}, "id": "1199", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070515599", "facilityName": "ALABAMA NATIONAL GUARD UTES #3 HUNTSVILLE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.747044, 31.369649, -85.747044, 31.369649], "geometry": {"coordinates": [-85.747044, 31.369649], "type": "Point"}, "id": "1200", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071710976", "facilityName": "ARMORY COMMISSION OF ALABAMA", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-85.707218, 31.332954, -85.707218, 31.332954], "geometry": {"coordinates": [-85.707218, 31.332954], "type": "Point"}, "id": "1201", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071871146", "facilityName": "FORT NOVOSEL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-89.932494, 35.957493, -89.932494, 35.957493], "geometry": {"coordinates": [-89.932494, 35.957493], "type": "Point"}, "id": "1202", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110002346863", "facilityName": "EAKER AFB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.279571, 35.30364, -94.279571, 35.30364], "geometry": {"coordinates": [-94.279571, 35.30364], "type": "Point"}, "id": "1203", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110008252782", "facilityName": "FCMTC WATERWORKS-FCMTC WTP #2", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.064222, 34.2745, -92.064222, 34.2745], "geometry": {"coordinates": [-92.064222, 34.2745], "type": "Point"}, "id": "1204", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024424096", "facilityName": "US ARMY PINE BLUFF ARSENAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.374781, 35.337988, -94.374781, 35.337988], "geometry": {"coordinates": [-94.374781, 35.337988], "type": "Point"}, "id": "1205", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025056659", "facilityName": "188TH WING ARKANSAS AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.290296, 34.81398, -92.290296, 34.81398], "geometry": {"coordinates": [-92.290296, 34.81398], "type": "Point"}, "id": "1206", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025079288", "facilityName": "ARK MILITARY CAMP ROBINSON", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.379431, 35.341718, -94.379431, 35.341718], "geometry": {"coordinates": [-94.379431, 35.341718], "type": "Point"}, "id": "1207", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025087554", "facilityName": "188TH FIGHTER WING/NAT. GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-94.29714, 36.27522, -94.29714, 36.27522], "geometry": {"coordinates": [-94.29714, 36.27522], "type": "Point"}, "id": "1208", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110025108862", "facilityName": "NW AR REG AIRPORT CAR RENTAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.22044, 34.72811, -92.22044, 34.72811], "geometry": {"coordinates": [-92.22044, 34.72811], "type": "Point"}, "id": "1209", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032688330", "facilityName": "TRANSPORTATION SECURITY ADMINISTRATION -", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.110833, 34.888333, -92.110833, 34.888333], "geometry": {"coordinates": [-92.110833, 34.888333], "type": "Point"}, "id": "1210", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110032941976", "facilityName": "LITTLE ROCK AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.27735, 34.82241, -92.27735, 34.82241], "geometry": {"coordinates": [-92.27735, 34.82241], "type": "Point"}, "id": "1211", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037072128", "facilityName": "U.S. ARMY NATIONAL GUARD CAMP ROBINSON RANGES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-92.27, 34.826111, -92.27, 34.826111], "geometry": {"coordinates": [-92.27, 34.826111], "type": "Point"}, "id": "1212", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110042012336", "facilityName": "MILITARY DEPARTMENT OF ARKANSAS - ROBINSON MANEUVER TRAINING FACILITY (RMTC)", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-91.57567, 34.594664, -91.57567, 34.594664], "geometry": {"coordinates": [-91.57567, 34.594664], "type": "Point"}, "id": "1213", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110044308326", "facilityName": "STUTTGART MUNICIPAL AIRPORT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-114.5888, 32.654581, -114.5888, 32.654581], "geometry": {"coordinates": [-114.5888, 32.654581], "type": "Point"}, "id": "1214", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000600680", "facilityName": "YUMA MARINE CORPS AIR STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-110.369739, 31.552415, -110.369739, 31.552415], "geometry": {"coordinates": [-110.369739, 31.552415], "type": "Point"}, "id": "1215", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000607228", "facilityName": "USDOD FORT HUACHUCA", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-111.30379, 32.50612, -111.30379, 32.50612], "geometry": {"coordinates": [-111.30379, 32.50612], "type": "Point"}, "id": "1216", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015940197", "facilityName": "SILVERBELL ARMY HELIPORT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-112.32162, 33.536814, -112.32162, 33.536814], "geometry": {"coordinates": [-112.32162, 33.536814], "type": "Point"}, "id": "1217", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110015956964", "facilityName": "USAF - LUKE AFB - LITCHFIELD PARK WWTP", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-110.948582, 32.10516, -110.948582, 32.10516], "geometry": {"coordinates": [-110.948582, 32.10516], "type": "Point"}, "id": "1218", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110016971339", "facilityName": "U S AIR FORCE PLANT NO 44", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-111.962537, 33.465562, -111.962537, 33.465562], "geometry": {"coordinates": [-111.962537, 33.465562], "type": "Point"}, "id": "1219", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110017205816", "facilityName": "U.S. ARMY NATIONAL GUARD PAPAGO PARK RANGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-112.323936, 33.536673, -112.323936, 33.536673], "geometry": {"coordinates": [-112.323936, 33.536673], "type": "Point"}, "id": "1220", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110027982280", "facilityName": "USAF LUKE AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-111.379319, 33.067287, -111.379319, 33.067287], "geometry": {"coordinates": [-111.379319, 33.067287], "type": "Point"}, "id": "1221", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037149216", "facilityName": "ARMY NAT GUARD FLORENCE TRAINING RANGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-114.61865, 32.54399, -114.61865, 32.54399], "geometry": {"coordinates": [-114.61865, 32.54399], "type": "Point"}, "id": "1222", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037248984", "facilityName": "SOUTH YUMA COUNTY LANDFILL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-111.01068, 32.27585, -111.01068, 32.27585], "geometry": {"coordinates": [-111.01068, 32.27585], "type": "Point"}, "id": "1223", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037574693", "facilityName": "RAYTHEON", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-114.43973, 32.85782, -114.43973, 32.85782], "geometry": {"coordinates": [-114.43973, 32.85782], "type": "Point"}, "id": "1224", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039495169", "facilityName": "US ARMY - YUMA PROVING GROUND", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-112.3749, 33.5351, -112.3749, 33.5351], "geometry": {"coordinates": [-112.3749, 33.5351], "type": "Point"}, "id": "1225", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040911396", "facilityName": "LUKE AFB - 56TH FIGHTER WING", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-114.506668, 32.620556, -114.506668, 32.620556], "geometry": {"coordinates": [-114.506668, 32.620556], "type": "Point"}, "id": "1226", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041362263", "facilityName": "U S MARINE CORPS BARRY M GOLDWATER RANGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-110.878052, 32.17724, -110.878052, 32.17724], "geometry": {"coordinates": [-110.878052, 32.17724], "type": "Point"}, "id": "1227", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041964096", "facilityName": "US DOD USAF DAVIS - MONTHAN AFB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-114.506666, 32.620556, -114.506666, 32.620556], "geometry": {"coordinates": [-114.506666, 32.620556], "type": "Point"}, "id": "1228", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041967930", "facilityName": "USMC - BARRY M GOLDWATER RANGE WESTERN", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-112.00864, 33.42576, -112.00864, 33.42576], "geometry": {"coordinates": [-112.00864, 33.42576], "type": "Point"}, "id": "1229", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110043336333", "facilityName": "ARIZONA AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-111.83071, 35.213344, -111.83071, 35.213344], "geometry": {"coordinates": [-111.83071, 35.213344], "type": "Point"}, "id": "1230", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060990904", "facilityName": "U.S. CAMP NAVAJO, ARIZONA ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-112.3567, 33.54, -112.3567, 33.54], "geometry": {"coordinates": [-112.3567, 33.54], "type": "Point"}, "id": "1231", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110067041472", "facilityName": "US DOD USAF BARRY M GOLDWATER RANGE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-110.949191, 32.133981, -110.949191, 32.133981], "geometry": {"coordinates": [-110.949191, 32.133981], "type": "Point"}, "id": "1232", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071275663", "facilityName": "ARIZONA AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-110.86333, 32.16138, -110.86333, 32.16138], "geometry": {"coordinates": [-110.86333, 32.16138], "type": "Point"}, "id": "1233", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071875813", "facilityName": "U S AIR FORCE DAVIS-MONTHAN AFB", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.951719, 42.153621, -70.951719, 42.153621], "geometry": {"coordinates": [-70.951719, 42.153621], "type": "Point"}, "id": "1234", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000794908", "facilityName": "US COAST GUARD S. WEYMOUTH BUOY DEPOT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.577275, 42.550346, -71.577275, 42.550346], "geometry": {"coordinates": [-71.577275, 42.550346], "type": "Point"}, "id": "1235", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001148687", "facilityName": "MA NATIONAL GUARD MAINTENANCE SHOP", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.3585, 42.29116, -71.3585, 42.29116], "geometry": {"coordinates": [-71.3585, 42.29116], "type": "Point"}, "id": "1236", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001148721", "facilityName": "U.S. ARMY, NATICK SOLDIER R\u0026D CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.04129, 42.34579, -71.04129, 42.34579], "geometry": {"coordinates": [-71.04129, 42.34579], "type": "Point"}, "id": "1237", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001950826", "facilityName": "US ARMY RESERVE 99TH REGIONAL SUPPORT CO", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.13972, 42.38636, -71.13972, 42.38636], "geometry": {"coordinates": [-71.13972, 42.38636], "type": "Point"}, "id": "1238", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003462413", "facilityName": "MA ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.4887, 42.13096, -71.4887, 42.13096], "geometry": {"coordinates": [-71.4887, 42.13096], "type": "Point"}, "id": "1239", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110003499376", "facilityName": "AIR NATIONAL GUARD 212 ENGINEERING INST SQUADRON", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.77815, 42.27966, -71.77815, 42.27966], "geometry": {"coordinates": [-71.77815, 42.27966], "type": "Point"}, "id": "1240", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006898866", "facilityName": "MA ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-72.71798, 42.17357, -72.71798, 42.17357], "geometry": {"coordinates": [-72.71798, 42.17357], "type": "Point"}, "id": "1241", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006898946", "facilityName": "BARNES AIR NATIONAL GUARD BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.55534, 41.66708, -70.55534, 41.66708], "geometry": {"coordinates": [-70.55534, 41.66708], "type": "Point"}, "id": "1242", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110021071695", "facilityName": "MA ARMY NATL GUARD CAMP EDWARDS", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.597, 42.545, -71.597, 42.545], "geometry": {"coordinates": [-71.597, 42.545], "type": "Point"}, "id": "1243", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024338402", "facilityName": "US ARMY DEVENS RESERVE TRAINING AREA", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.95526, 42.16489, -70.95526, 42.16489], "geometry": {"coordinates": [-70.95526, 42.16489], "type": "Point"}, "id": "1244", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024373177", "facilityName": "US NAVAL AIR STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.3753, 42.28505, -71.3753, 42.28505], "geometry": {"coordinates": [-71.3753, 42.28505], "type": "Point"}, "id": "1245", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024375335", "facilityName": "MA ARNG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.52131, 41.64579, -70.52131, 41.64579], "geometry": {"coordinates": [-70.52131, 41.64579], "type": "Point"}, "id": "1246", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024540558", "facilityName": "MA AIR NATIONAL GUARD 102ND FIGHTER WING OTIS", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.27642, 42.46528, -71.27642, 42.46528], "geometry": {"coordinates": [-71.27642, 42.46528], "type": "Point"}, "id": "1247", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110024807707", "facilityName": "USAF HANSCOM AFB 66 ABG/CEIE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.565998, 41.664284, -70.565998, 41.664284], "geometry": {"coordinates": [-70.565998, 41.664284], "type": "Point"}, "id": "1248", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110035964267", "facilityName": "USCG BASE CAPE COD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.60765, 42.54587, -71.60765, 42.54587], "geometry": {"coordinates": [-71.60765, 42.54587], "type": "Point"}, "id": "1249", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110037142712", "facilityName": "U. S. ARMY GARRISON FORT DEVENS RANGES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.48746, 42.13057, -71.48746, 42.13057], "geometry": {"coordinates": [-71.48746, 42.13057], "type": "Point"}, "id": "1250", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110040867470", "facilityName": "MA ANG STATION - MILFORD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.538547, 41.752534, -70.538547, 41.752534], "geometry": {"coordinates": [-70.538547, 41.752534], "type": "Point"}, "id": "1251", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110041110632", "facilityName": "US AIR FORCE CAPE COD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.24162, 42.31622, -71.24162, 42.31622], "geometry": {"coordinates": [-71.24162, 42.31622], "type": "Point"}, "id": "1252", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110069716748", "facilityName": "MA ARMY NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.595943, 42.538932, -71.595943, 42.538932], "geometry": {"coordinates": [-71.595943, 42.538932], "type": "Point"}, "id": "1253", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070525322", "facilityName": "MG HARRY J MALONY USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-70.939791, 42.258504, -70.939791, 42.258504], "geometry": {"coordinates": [-70.939791, 42.258504], "type": "Point"}, "id": "1254", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110070747284", "facilityName": "US NAVAL AIR STATION", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-71.58351, 42.548078, -71.58351, 42.548078], "geometry": {"coordinates": [-71.58351, 42.548078], "type": "Point"}, "id": "1255", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071718158", "facilityName": "MA NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.47264, 40.024505, -82.47264, 40.024505], "geometry": {"coordinates": [-82.47264, 40.024505], "type": "Point"}, "id": "1256", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000701731", "facilityName": "BOEING GUIDANCE REPAIR CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.237473, 39.346624, -84.237473, 39.346624], "geometry": {"coordinates": [-84.237473, 39.346624], "type": "Point"}, "id": "1257", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000814165", "facilityName": "88TH REGIONAL SUPPORT COMMAND KINGS MILLS MEMORIAL USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.51305, 40.81165, -82.51305, 40.81165], "geometry": {"coordinates": [-82.51305, 40.81165], "type": "Point"}, "id": "1258", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000815351", "facilityName": "OHIO AIR NATIONAL GUARD 179 AIRLIFT GROUP", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.128767, 40.708654, -84.128767, 40.708654], "geometry": {"coordinates": [-84.128767, 40.708654], "type": "Point"}, "id": "1259", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110000850623", "facilityName": "JOINT SYSTEMS MANUFACTURING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.0697, 39.8071, -84.0697, 39.8071], "geometry": {"coordinates": [-84.0697, 39.8071], "type": "Point"}, "id": "1260", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110001987958", "facilityName": "WRIGHT-PATTERSON AIR FORCE BASE", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-81.49792, 41.09591, -81.49792, 41.09591], "geometry": {"coordinates": [-81.49792, 41.09591], "type": "Point"}, "id": "1261", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579153", "facilityName": "US NAVAL RESERVE TRAINING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.83416, 40.00867, -82.83416, 40.00867], "geometry": {"coordinates": [-82.83416, 40.00867], "type": "Point"}, "id": "1262", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579260", "facilityName": "US ARTF TAYLOR STATION RD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.42882, 39.29097, -84.42882, 39.29097], "geometry": {"coordinates": [-84.42882, 39.29097], "type": "Point"}, "id": "1263", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579288", "facilityName": "88TH REGIONAL SUPPORT COMMAND COL DUDLEY M OUTCALT USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.15039, 40.69373, -84.15039, 40.69373], "geometry": {"coordinates": [-84.15039, 40.69373], "type": "Point"}, "id": "1264", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579359", "facilityName": "US ARC FAZE MEMORIAL", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.0829, 40.31351, -83.0829, 40.31351], "geometry": {"coordinates": [-83.0829, 40.31351], "type": "Point"}, "id": "1265", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579607", "facilityName": "88TH REGIONAL SUPPORT COMMAND, DELAWARE MEMORIAL USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.46802, 39.190762, -84.46802, 39.190762], "geometry": {"coordinates": [-84.46802, 39.190762], "type": "Point"}, "id": "1266", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579698", "facilityName": "88TH REGIONAL SUPPORT COMMAND TH MORROW USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.569422, 41.468311, -84.569422, 41.468311], "geometry": {"coordinates": [-84.569422, 41.468311], "type": "Point"}, "id": "1267", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579769", "facilityName": "US ARC AMSA 72 AND KNIGHT", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.00516, 39.91621, -82.00516, 39.91621], "geometry": {"coordinates": [-82.00516, 39.91621], "type": "Point"}, "id": "1268", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004579812", "facilityName": "ZANESVILLE MEMORIAL USAR CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.066535, 40.090491, -83.066535, 40.090491], "geometry": {"coordinates": [-83.066535, 40.090491], "type": "Point"}, "id": "1269", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004641344", "facilityName": "OHIO NATIONAL GUARD BEIGHTLER ARMORY", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.884433, 39.979444, -82.884433, 39.979444], "geometry": {"coordinates": [-82.884433, 39.979444], "type": "Point"}, "id": "1270", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110004721659", "facilityName": "83RD INFANTRY DIV MEM USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-80.976748, 41.205393, -80.976748, 41.205393], "geometry": {"coordinates": [-80.976748, 41.205393], "type": "Point"}, "id": "1271", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006106980", "facilityName": "CAMP RAVENNA JOINT MILITARY TRAINING CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.12324, 39.768673, -84.12324, 39.768673], "geometry": {"coordinates": [-84.12324, 39.768673], "type": "Point"}, "id": "1272", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110006366057", "facilityName": "88TH REGIONAL SUPPORT COMMAND LAPOINTE USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.942009, 39.816383, -82.942009, 39.816383], "geometry": {"coordinates": [-82.942009, 39.816383], "type": "Point"}, "id": "1273", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110007381948", "facilityName": "OHIO ANG 121 AIR REFUELING WING", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.03027, 39.33948, -83.03027, 39.33948], "geometry": {"coordinates": [-83.03027, 39.33948], "type": "Point"}, "id": "1274", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009611054", "facilityName": "SKAGGS USAR CENTER", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.6432, 41.33376, -82.6432, 41.33376], "geometry": {"coordinates": [-82.6432, 41.33376], "type": "Point"}, "id": "1275", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110009668519", "facilityName": "US AR AMSA 72 AND COONEY *", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.78647, 41.59144, -83.78647, 41.59144], "geometry": {"coordinates": [-83.78647, 41.59144], "type": "Point"}, "id": "1276", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110012705705", "facilityName": "U.S. AIR FORCE TOLEDO OH ANG", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.730343, 39.846599, -83.730343, 39.846599], "geometry": {"coordinates": [-83.730343, 39.846599], "type": "Point"}, "id": "1277", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110013287264", "facilityName": "178TH OANG TACTICAL FIGHTER GROUP", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.02187, 41.54471, -83.02187, 41.54471], "geometry": {"coordinates": [-83.02187, 41.54471], "type": "Point"}, "id": "1278", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110039497700", "facilityName": "US ARMY NATIONAL GUARD CAMP PERRY RANGES", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.476705, 39.457957, -84.476705, 39.457957], "geometry": {"coordinates": [-84.476705, 39.457957], "type": "Point"}, "id": "1279", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110055946286", "facilityName": "88TH REGIONAL SUPPORT COMMAND USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-82.965169, 39.356438, -82.965169, 39.356438], "geometry": {"coordinates": [-82.965169, 39.356438], "type": "Point"}, "id": "1280", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110060261513", "facilityName": "US ARMY NATIONAL GUARD RANGE - CAMP SHERMAN", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-80.97715, 40.25527, -80.97715, 40.25527], "geometry": {"coordinates": [-80.97715, 40.25527], "type": "Point"}, "id": "1281", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110064191636", "facilityName": "88TH REGIONAL SUPPORT COMMAND SSG GEORGE J CONAWAY USARC", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-84.053745, 39.81373, -84.053745, 39.81373], "geometry": {"coordinates": [-84.053745, 39.81373], "type": "Point"}, "id": "1282", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071161218", "facilityName": "U.S. AIR FORCE WRIGHT-PATTERSON AFB OH", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}, {"bbox": [-83.78647, 41.59144, -83.78647, 41.59144], "geometry": {"coordinates": [-83.78647, 41.59144], "type": "Point"}, "id": "1283", "properties": {"__folium_color": "MidnightBlue", "facility": "http://w3id.org/fio/v1/epa-frs-data#d.FRS-Facility.110071396204", "facilityName": "180TH FIGHTER WING/OHIO AIR NATIONAL GUARD", "industry": "http://w3id.org/fio/v1/naics#NAICS-928110", "industryName": "National Security "}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["facility", "facilityName", "industry", "industryName"];
let aliases = ["facility", "facilityName", "industry", "industryName"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"sticky": true,
"className": "foliumtooltip",
});
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69.bindPopup(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature => {
if (feature === null) {
return '';
} else if (typeof(feature)=='object') {
return JSON.stringify(feature);
} else {
return feature;
}
}
let fields = ["facility", "facilityName", "industry", "industryName"];
let aliases = ["facility", "facilityName", "industry", "industryName"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i].toLocaleString()}</th>
<td>${handleObject(layer.feature.properties[v]).toLocaleString()}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{
"className": "foliumpopup",
});
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
var layer_control_9bd342a89d29ae05cbf5d4754e8063ea_layers = {
base_layers : {
"openstreetmap" : tile_layer_672e3cb12ada6431190d7c34bc0adc8c,
},
overlays : {
"Counties" : geo_json_60eeb887ef14b1e9387557673360b412,
"\u003cspan style=\"color:Blue;\"\u003eSurface Water\u003c/span\u003e" : geo_json_5d26498c8b10325c0643e6213d856023,
"\u003cspan style=\"color:SaddleBrown;\"\u003eSolid Waste Landfill \u003c/span\u003e" : geo_json_cbfbee044dc14700b3439b5bfa812d70,
"\u003cspan style=\"color:MidnightBlue;\"\u003eNational Security \u003c/span\u003e" : geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69,
},
};
let layer_control_9bd342a89d29ae05cbf5d4754e8063ea = L.control.layers(
layer_control_9bd342a89d29ae05cbf5d4754e8063ea_layers.base_layers,
layer_control_9bd342a89d29ae05cbf5d4754e8063ea_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
var layer_control_9d835553ad480eb189ea01ed039f631a_layers = {
base_layers : {
"openstreetmap" : tile_layer_672e3cb12ada6431190d7c34bc0adc8c,
},
overlays : {
"Counties" : geo_json_60eeb887ef14b1e9387557673360b412,
"\u003cspan style=\"color:Blue;\"\u003eSurface Water\u003c/span\u003e" : geo_json_5d26498c8b10325c0643e6213d856023,
"\u003cspan style=\"color:SaddleBrown;\"\u003eSolid Waste Landfill \u003c/span\u003e" : geo_json_cbfbee044dc14700b3439b5bfa812d70,
"\u003cspan style=\"color:MidnightBlue;\"\u003eNational Security \u003c/span\u003e" : geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69,
},
};
let layer_control_9d835553ad480eb189ea01ed039f631a = L.control.layers(
layer_control_9d835553ad480eb189ea01ed039f631a_layers.base_layers,
layer_control_9d835553ad480eb189ea01ed039f631a_layers.overlays,
{
"position": "topright",
"collapsed": false,
"autoZIndex": true,
}
).addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
tile_layer_672e3cb12ada6431190d7c34bc0adc8c.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
geo_json_60eeb887ef14b1e9387557673360b412.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
geo_json_5d26498c8b10325c0643e6213d856023.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
geo_json_cbfbee044dc14700b3439b5bfa812d70.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
geo_json_5174a0a1ac6c9ebe0f19629aad4a0d69.addTo(map_dd39183d3d056c7fa401f60ff82f8c3b);
</script>
</html>