-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmex_clusters.html
658 lines (465 loc) · 21.4 KB
/
mex_clusters.html
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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.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/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.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://rawgit.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"/>
<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>
<style> #map_de13cd700e75b9c7e8436a444e2c1732 {
position : relative;
width : 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
</style>
</head>
<body>
<div class="folium-map" id="map_de13cd700e75b9c7e8436a444e2c1732" ></div>
</body>
<script>
var bounds = null;
var map_de13cd700e75b9c7e8436a444e2c1732 = L.map(
'map_de13cd700e75b9c7e8436a444e2c1732',
{center: [32.7174202,-117.1627728],
zoom: 10,
maxBounds: bounds,
layers: [],
worldCopyJump: false,
crs: L.CRS.EPSG3857
});
var tile_layer_9cde7839e2057ed3e7d4d0839eea5b24 = L.tileLayer(
'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
{
"attribution": null,
"detectRetina": false,
"maxZoom": 18,
"minZoom": 1,
"noWrap": false,
"subdomains": "abc"
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var circle_marker_6704cc3b841e0c1440306a8ed445a17c = L.circleMarker(
[33.2000368,-117.2425355],
{
"bubblingMouseEvents": true,
"color": "#d4dd80",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#d4dd80",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_7e5fd1ae666563678ef293aa30b1727f = L.popup({maxWidth: '300'});
var html_08f5e096035ead6ce69e0a66302c0a47 = $('<div id="html_08f5e096035ead6ce69e0a66302c0a47" style="width: 100.0%; height: 100.0%;">Vista - Cluster 3</div>')[0];
popup_7e5fd1ae666563678ef293aa30b1727f.setContent(html_08f5e096035ead6ce69e0a66302c0a47);
circle_marker_6704cc3b841e0c1440306a8ed445a17c.bindPopup(popup_7e5fd1ae666563678ef293aa30b1727f);
var circle_marker_60045021271a14ec5e45dc84394937a3 = L.circleMarker(
[32.8383828,-116.9739167],
{
"bubblingMouseEvents": true,
"color": "#d4dd80",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#d4dd80",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_956daba474fca98754380ee3232b02c7 = L.popup({maxWidth: '300'});
var html_6e6206b7d70ca97cc646e606c05af456 = $('<div id="html_6e6206b7d70ca97cc646e606c05af456" style="width: 100.0%; height: 100.0%;">Santee - Cluster 3</div>')[0];
popup_956daba474fca98754380ee3232b02c7.setContent(html_6e6206b7d70ca97cc646e606c05af456);
circle_marker_60045021271a14ec5e45dc84394937a3.bindPopup(popup_956daba474fca98754380ee3232b02c7);
var circle_marker_cefa173eba1f4739c1dc9716d3fb5e5a = L.circleMarker(
[32.7947731,-116.962526],
{
"bubblingMouseEvents": true,
"color": "#d4dd80",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#d4dd80",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_a10d9c5fa2414b3dac4580262d851c7c = L.popup({maxWidth: '300'});
var html_aed3c75f56ae85e1d4fcbababa4e61aa = $('<div id="html_aed3c75f56ae85e1d4fcbababa4e61aa" style="width: 100.0%; height: 100.0%;">El Cajon - Cluster 3</div>')[0];
popup_a10d9c5fa2414b3dac4580262d851c7c.setContent(html_aed3c75f56ae85e1d4fcbababa4e61aa);
circle_marker_cefa173eba1f4739c1dc9716d3fb5e5a.bindPopup(popup_a10d9c5fa2414b3dac4580262d851c7c);
var circle_marker_5be19a5f4d5de7a64e40d8e2a6faf225 = L.circleMarker(
[33.1350206,-117.17433],
{
"bubblingMouseEvents": true,
"color": "#d4dd80",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#d4dd80",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_0eda3883149b89837223bc6778df1330 = L.popup({maxWidth: '300'});
var html_85d54a1564644beed4bfdb7025c91b6b = $('<div id="html_85d54a1564644beed4bfdb7025c91b6b" style="width: 100.0%; height: 100.0%;">San Marcos - Cluster 3</div>')[0];
popup_0eda3883149b89837223bc6778df1330.setContent(html_85d54a1564644beed4bfdb7025c91b6b);
circle_marker_5be19a5f4d5de7a64e40d8e2a6faf225.bindPopup(popup_0eda3883149b89837223bc6778df1330);
var circle_marker_50ccb237c212912b91e54cd8f7f2a311 = L.circleMarker(
[32.5839444,-117.1130849],
{
"bubblingMouseEvents": true,
"color": "#2adddd",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#2adddd",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_0abf86bc1952bf2978657119c5baf2fc = L.popup({maxWidth: '300'});
var html_13995cde717cda82fdc18c463724e6a9 = $('<div id="html_13995cde717cda82fdc18c463724e6a9" style="width: 100.0%; height: 100.0%;">Imperial Beach - Cluster 2</div>')[0];
popup_0abf86bc1952bf2978657119c5baf2fc.setContent(html_13995cde717cda82fdc18c463724e6a9);
circle_marker_50ccb237c212912b91e54cd8f7f2a311.bindPopup(popup_0abf86bc1952bf2978657119c5baf2fc);
var circle_marker_0e7175d2e1e47cc24f616fefaf45f817 = L.circleMarker(
[32.9628234,-117.0358646],
{
"bubblingMouseEvents": true,
"color": "#2adddd",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#2adddd",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_52bb8afd521415ec1f44c6c888a45ef0 = L.popup({maxWidth: '300'});
var html_dbac5cf2d506cb54c46b180bfb264f68 = $('<div id="html_dbac5cf2d506cb54c46b180bfb264f68" style="width: 100.0%; height: 100.0%;">Poway - Cluster 2</div>')[0];
popup_52bb8afd521415ec1f44c6c888a45ef0.setContent(html_dbac5cf2d506cb54c46b180bfb264f68);
circle_marker_0e7175d2e1e47cc24f616fefaf45f817.bindPopup(popup_52bb8afd521415ec1f44c6c888a45ef0);
var circle_marker_dad4b2bd63df0a51008ed179bfaa3e1e = L.circleMarker(
[32.6400541,-117.0841955],
{
"bubblingMouseEvents": true,
"color": "#2adddd",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#2adddd",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_cb7de86d9e74246afc61281585034155 = L.popup({maxWidth: '300'});
var html_be9dd66950af290b3d79025038e6ba37 = $('<div id="html_be9dd66950af290b3d79025038e6ba37" style="width: 100.0%; height: 100.0%;">Chula Vista - Cluster 2</div>')[0];
popup_cb7de86d9e74246afc61281585034155.setContent(html_be9dd66950af290b3d79025038e6ba37);
circle_marker_dad4b2bd63df0a51008ed179bfaa3e1e.bindPopup(popup_cb7de86d9e74246afc61281585034155);
var circle_marker_633523c678b76ec7bd54ffd3a6c40447 = L.circleMarker(
[32.6781085,-117.0991967],
{
"bubblingMouseEvents": true,
"color": "#2adddd",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#2adddd",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_41d90ce12110148afae29367c0b042b0 = L.popup({maxWidth: '300'});
var html_168504df66ae0086db0738a6bf9e6d76 = $('<div id="html_168504df66ae0086db0738a6bf9e6d76" style="width: 100.0%; height: 100.0%;">National City - Cluster 2</div>')[0];
popup_41d90ce12110148afae29367c0b042b0.setContent(html_168504df66ae0086db0738a6bf9e6d76);
circle_marker_633523c678b76ec7bd54ffd3a6c40447.bindPopup(popup_41d90ce12110148afae29367c0b042b0);
var circle_marker_59dba52759e15b03e638f7cbadd19555 = L.circleMarker(
[33.1958696,-117.3794834],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_b304c286bc46e917da972d59584b7769 = L.popup({maxWidth: '300'});
var html_d1a5df073c0e546bcb7926a6bb988b79 = $('<div id="html_d1a5df073c0e546bcb7926a6bb988b79" style="width: 100.0%; height: 100.0%;">Oceanside - Cluster 1</div>')[0];
popup_b304c286bc46e917da972d59584b7769.setContent(html_d1a5df073c0e546bcb7926a6bb988b79);
circle_marker_59dba52759e15b03e638f7cbadd19555.bindPopup(popup_b304c286bc46e917da972d59584b7769);
var circle_marker_bcb9c409b2b64b77d0ee965f45b3761b = L.circleMarker(
[32.9905597,-117.269131],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_2e2aafcec9d14ff028dbc82bb2e8c8ea = L.popup({maxWidth: '300'});
var html_136d92d97b106fdb42258fc663a106ab = $('<div id="html_136d92d97b106fdb42258fc663a106ab" style="width: 100.0%; height: 100.0%;">Solana Beach - Cluster 1</div>')[0];
popup_2e2aafcec9d14ff028dbc82bb2e8c8ea.setContent(html_136d92d97b106fdb42258fc663a106ab);
circle_marker_bcb9c409b2b64b77d0ee965f45b3761b.bindPopup(popup_2e2aafcec9d14ff028dbc82bb2e8c8ea);
var circle_marker_095a4266870a759baefcb6ce775e0b0f = L.circleMarker(
[32.7174202,-117.1627728],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_df486cededf48316db19ae90fc60baa4 = L.popup({maxWidth: '300'});
var html_f3c4d823303d002cd55b8a912d298d92 = $('<div id="html_f3c4d823303d002cd55b8a912d298d92" style="width: 100.0%; height: 100.0%;">San Diego - Cluster 1</div>')[0];
popup_df486cededf48316db19ae90fc60baa4.setContent(html_f3c4d823303d002cd55b8a912d298d92);
circle_marker_095a4266870a759baefcb6ce775e0b0f.bindPopup(popup_df486cededf48316db19ae90fc60baa4);
var circle_marker_b5d07a58c247ce1e1c88834879e7b2fb = L.circleMarker(
[33.1580933,-117.3505966],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_47b5468f2be75b20e92e9a6e6587f170 = L.popup({maxWidth: '300'});
var html_18f09a7ed728bec003b6ad774b2e69f7 = $('<div id="html_18f09a7ed728bec003b6ad774b2e69f7" style="width: 100.0%; height: 100.0%;">Carlsbad - Cluster 1</div>')[0];
popup_47b5468f2be75b20e92e9a6e6587f170.setContent(html_18f09a7ed728bec003b6ad774b2e69f7);
circle_marker_b5d07a58c247ce1e1c88834879e7b2fb.bindPopup(popup_47b5468f2be75b20e92e9a6e6587f170);
var circle_marker_e634a1e85f40185801ac832a07cdd217 = L.circleMarker(
[32.772404,-117.029327],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_e57b851febd18a70b308d1b4107a69f0 = L.popup({maxWidth: '300'});
var html_b6263dd5251cfaa552d62c26fd4a0af8 = $('<div id="html_b6263dd5251cfaa552d62c26fd4a0af8" style="width: 100.0%; height: 100.0%;">La Mesa - Cluster 1</div>')[0];
popup_e57b851febd18a70b308d1b4107a69f0.setContent(html_b6263dd5251cfaa552d62c26fd4a0af8);
circle_marker_e634a1e85f40185801ac832a07cdd217.bindPopup(popup_e57b851febd18a70b308d1b4107a69f0);
var circle_marker_839d4c1ccca4012c8ba196b5325686d8 = L.circleMarker(
[33.0369867,-117.2919818],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_4f7d3615f96bf15facfbd334393de1fc = L.popup({maxWidth: '300'});
var html_1d0d971c4a3349e9d9a5569b0503bbf1 = $('<div id="html_1d0d971c4a3349e9d9a5569b0503bbf1" style="width: 100.0%; height: 100.0%;">Encinitas - Cluster 1</div>')[0];
popup_4f7d3615f96bf15facfbd334393de1fc.setContent(html_1d0d971c4a3349e9d9a5569b0503bbf1);
circle_marker_839d4c1ccca4012c8ba196b5325686d8.bindPopup(popup_4f7d3615f96bf15facfbd334393de1fc);
var circle_marker_b4a17397cde58ba25bd4aae5da0cbe5a = L.circleMarker(
[32.9594891,-117.2653146],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_b909dff491bff0e63d0dde5b1816adee = L.popup({maxWidth: '300'});
var html_5f01620071bdcfa1c6141076c583df90 = $('<div id="html_5f01620071bdcfa1c6141076c583df90" style="width: 100.0%; height: 100.0%;">Del Mar - Cluster 1</div>')[0];
popup_b909dff491bff0e63d0dde5b1816adee.setContent(html_5f01620071bdcfa1c6141076c583df90);
circle_marker_b4a17397cde58ba25bd4aae5da0cbe5a.bindPopup(popup_b909dff491bff0e63d0dde5b1816adee);
var circle_marker_4339230fea936cfd3aeced92eb201800 = L.circleMarker(
[32.6915199,-117.1766947],
{
"bubblingMouseEvents": true,
"color": "#8000ff",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#8000ff",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_863f283a76d0e7fb61f2709726873c40 = L.popup({maxWidth: '300'});
var html_4e7d654896f4f2c070b443c92cc84684 = $('<div id="html_4e7d654896f4f2c070b443c92cc84684" style="width: 100.0%; height: 100.0%;">Coronado - Cluster 1</div>')[0];
popup_863f283a76d0e7fb61f2709726873c40.setContent(html_4e7d654896f4f2c070b443c92cc84684);
circle_marker_4339230fea936cfd3aeced92eb201800.bindPopup(popup_863f283a76d0e7fb61f2709726873c40);
var circle_marker_4ec2637b74da260ad8248d0130ba3dcd = L.circleMarker(
[33.1216751,-117.0814849],
{
"bubblingMouseEvents": true,
"color": "#ff0000",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#ff0000",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_3fd3aafc842db8f29be15442e4c07954 = L.popup({maxWidth: '300'});
var html_4219c27cbb2e9a0cf95532a32675fb98 = $('<div id="html_4219c27cbb2e9a0cf95532a32675fb98" style="width: 100.0%; height: 100.0%;">Escondido - Cluster 0</div>')[0];
popup_3fd3aafc842db8f29be15442e4c07954.setContent(html_4219c27cbb2e9a0cf95532a32675fb98);
circle_marker_4ec2637b74da260ad8248d0130ba3dcd.bindPopup(popup_3fd3aafc842db8f29be15442e4c07954);
var circle_marker_71bba702a96ea0bb11894d8b99bc4433 = L.circleMarker(
[32.7425516,-117.0314172],
{
"bubblingMouseEvents": true,
"color": "#ff0000",
"dashArray": null,
"dashOffset": null,
"fill": true,
"fillColor": "#ff0000",
"fillOpacity": 0.7,
"fillRule": "evenodd",
"lineCap": "round",
"lineJoin": "round",
"opacity": 1.0,
"radius": 10,
"stroke": true,
"weight": 3
}
).addTo(map_de13cd700e75b9c7e8436a444e2c1732);
var popup_cb480c2e35993ef803225c53d1c1586f = L.popup({maxWidth: '300'});
var html_0828f5f950a5a15a48ac2659fcfd5a5b = $('<div id="html_0828f5f950a5a15a48ac2659fcfd5a5b" style="width: 100.0%; height: 100.0%;">Lemon Grove - Cluster 0</div>')[0];
popup_cb480c2e35993ef803225c53d1c1586f.setContent(html_0828f5f950a5a15a48ac2659fcfd5a5b);
circle_marker_71bba702a96ea0bb11894d8b99bc4433.bindPopup(popup_cb480c2e35993ef803225c53d1c1586f);
</script>