-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystic_seaport_map.html
More file actions
662 lines (419 loc) · 23.7 KB
/
Copy pathmystic_seaport_map.html
File metadata and controls
662 lines (419 loc) · 23.7 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<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 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_971ca8bf8f0f5558c37d1caf5a428621 {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
</head>
<body>
<h3 align="center" style="font-size:20px"><b>Key Historical Events at Mystic Seaport, Connecticut</b></h3>
<div class="folium-map" id="map_971ca8bf8f0f5558c37d1caf5a428621" ></div>
</body>
<script>
var map_971ca8bf8f0f5558c37d1caf5a428621 = L.map(
"map_971ca8bf8f0f5558c37d1caf5a428621",
{
center: [41.3525, -71.965],
crs: L.CRS.EPSG3857,
...{
"zoom": 14,
"zoomControl": true,
"preferCanvas": false,
}
}
);
var tile_layer_9e37f3596539661339a3248dc96604e3 = L.tileLayer(
"https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
{
"minZoom": 0,
"maxZoom": 20,
"maxNativeZoom": 20,
"noWrap": false,
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e",
"subdomains": "abcd",
"detectRetina": false,
"tms": false,
"opacity": 1,
}
);
tile_layer_9e37f3596539661339a3248dc96604e3.addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var marker_05967d277b93608fb82bcbcbb0993430 = L.marker(
[41.354, -71.968],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_0ccc6c0bbd907d1f0c3f7de37fae2660 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "home",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_a37f02d269286fc53d159169e715f3c7 = L.popup({
"maxWidth": 250,
});
var html_acc9dfac4924b58903824c13cdb44d90 = $(`<div id="html_acc9dfac4924b58903824c13cdb44d90" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Pequot Settlement (1654)</h4> <p>Pequot people establish early settlements along the Mystic River, engaging in trade and maritime activities.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_a37f02d269286fc53d159169e715f3c7.setContent(html_acc9dfac4924b58903824c13cdb44d90);
marker_05967d277b93608fb82bcbcbb0993430.bindPopup(popup_a37f02d269286fc53d159169e715f3c7)
;
marker_05967d277b93608fb82bcbcbb0993430.bindTooltip(
`<div>
Pequot Settlement
</div>`,
{
"sticky": true,
}
);
marker_05967d277b93608fb82bcbcbb0993430.setIcon(icon_0ccc6c0bbd907d1f0c3f7de37fae2660);
var marker_0f05de98ce6cedb9c5c512cb8ea094c3 = L.marker(
[41.353, -71.966],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_0ca1ce72e949ca7b248b12d8b76fc0c3 = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "anchor",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_e5106286e5ec25ab3c8b3d221c86587c = L.popup({
"maxWidth": 250,
});
var html_3102015407c2d5e82cd55f5adcc7f8a1 = $(`<div id="html_3102015407c2d5e82cd55f5adcc7f8a1" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>First Shipyard Established (1784)</h4> <p>The Greenman family establishes one of the first shipyards in Mystic, marking the start of its shipbuilding legacy.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_e5106286e5ec25ab3c8b3d221c86587c.setContent(html_3102015407c2d5e82cd55f5adcc7f8a1);
marker_0f05de98ce6cedb9c5c512cb8ea094c3.bindPopup(popup_e5106286e5ec25ab3c8b3d221c86587c)
;
marker_0f05de98ce6cedb9c5c512cb8ea094c3.bindTooltip(
`<div>
First Shipyard Established
</div>`,
{
"sticky": true,
}
);
marker_0f05de98ce6cedb9c5c512cb8ea094c3.setIcon(icon_0ca1ce72e949ca7b248b12d8b76fc0c3);
var marker_c6b1500a9d83d3fda5f423da390a902a = L.marker(
[41.352, -71.964],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_f6e86e884f182b5db451b6eecaf8a42a = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "ship",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_bfd89958b54a1da839a96130e2748435 = L.popup({
"maxWidth": 250,
});
var html_48a69a8d0bbce3cc99afbbec58040f40 = $(`<div id="html_48a69a8d0bbce3cc99afbbec58040f40" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Whaling Industry Peak (1841)</h4> <p>Mystic becomes a major whaling port, with ships like the Charles W. Morgan launched, boosting the local economy.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_bfd89958b54a1da839a96130e2748435.setContent(html_48a69a8d0bbce3cc99afbbec58040f40);
marker_c6b1500a9d83d3fda5f423da390a902a.bindPopup(popup_bfd89958b54a1da839a96130e2748435)
;
marker_c6b1500a9d83d3fda5f423da390a902a.bindTooltip(
`<div>
Whaling Industry Peak
</div>`,
{
"sticky": true,
}
);
marker_c6b1500a9d83d3fda5f423da390a902a.setIcon(icon_f6e86e884f182b5db451b6eecaf8a42a);
var marker_130c0849ce4379b2522f48ed242732d8 = L.marker(
[41.351, -71.965],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_2f39e0c0cf0fd0a84938e55ab933585a = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "anchor",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_88ae7e832fdb5ffb50be6b7680b444f9 = L.popup({
"maxWidth": 250,
});
var html_56110c8372577ca7de277114992696f9 = $(`<div id="html_56110c8372577ca7de277114992696f9" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Civil War Shipbuilding (1861)</h4> <p>Mystic shipyards contribute to the Union effort, building and repairing naval vessels during the Civil War.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_88ae7e832fdb5ffb50be6b7680b444f9.setContent(html_56110c8372577ca7de277114992696f9);
marker_130c0849ce4379b2522f48ed242732d8.bindPopup(popup_88ae7e832fdb5ffb50be6b7680b444f9)
;
marker_130c0849ce4379b2522f48ed242732d8.bindTooltip(
`<div>
Civil War Shipbuilding
</div>`,
{
"sticky": true,
}
);
marker_130c0849ce4379b2522f48ed242732d8.setIcon(icon_2f39e0c0cf0fd0a84938e55ab933585a);
var marker_9e2a40dbebe890f9de49543b667f299e = L.marker(
[41.35, -71.966],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_88f8e50cda1876a81f643499e4a3956b = L.AwesomeMarkers.icon(
{
"markerColor": "red",
"iconColor": "white",
"icon": "ship",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_4e223b350df66297b706dcd2eae122b6 = L.popup({
"maxWidth": 250,
});
var html_da775d4b9a99b7ee212a6cdc8a20a64d = $(`<div id="html_da775d4b9a99b7ee212a6cdc8a20a64d" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Post-War Maritime Decline (1865)</h4> <p>After the Civil War, Mystic's maritime industries begin to decline due to shifts in technology and trade.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_4e223b350df66297b706dcd2eae122b6.setContent(html_da775d4b9a99b7ee212a6cdc8a20a64d);
marker_9e2a40dbebe890f9de49543b667f299e.bindPopup(popup_4e223b350df66297b706dcd2eae122b6)
;
marker_9e2a40dbebe890f9de49543b667f299e.bindTooltip(
`<div>
Post-War Maritime Decline
</div>`,
{
"sticky": true,
}
);
marker_9e2a40dbebe890f9de49543b667f299e.setIcon(icon_88f8e50cda1876a81f643499e4a3956b);
var marker_cf3b16207f2f77ed6529e5c7b7997118 = L.marker(
[41.3525, -71.965],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_447f2792cad9b99d27c2b60fed61630f = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "university",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_6349dbb081d81c0933666df37bed9a8d = L.popup({
"maxWidth": 250,
});
var html_e0bc5822dff2af9139041b8846db633d = $(`<div id="html_e0bc5822dff2af9139041b8846db633d" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Mystic Seaport Museum Founded (1929)</h4> <p>The Marine Historical Association (later Mystic Seaport Museum) is founded to preserve maritime heritage.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_6349dbb081d81c0933666df37bed9a8d.setContent(html_e0bc5822dff2af9139041b8846db633d);
marker_cf3b16207f2f77ed6529e5c7b7997118.bindPopup(popup_6349dbb081d81c0933666df37bed9a8d)
;
marker_cf3b16207f2f77ed6529e5c7b7997118.bindTooltip(
`<div>
Mystic Seaport Museum Founded
</div>`,
{
"sticky": true,
}
);
marker_cf3b16207f2f77ed6529e5c7b7997118.setIcon(icon_447f2792cad9b99d27c2b60fed61630f);
var marker_ebab4d009b14ac15a609bf59a7f35af1 = L.marker(
[41.353, -71.966],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_f0939ef727160f459e8ece75fee023eb = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "building",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_6942f5b2f4bbe900a9bb96695bdc6837 = L.popup({
"maxWidth": 250,
});
var html_e8ceaf2714109d55a98fde621c61476c = $(`<div id="html_e8ceaf2714109d55a98fde621c61476c" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Greenmanville Restoration (1931)</h4> <p>The museum begins restoring Greenmanville, preserving historic shipbuilding structures.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_6942f5b2f4bbe900a9bb96695bdc6837.setContent(html_e8ceaf2714109d55a98fde621c61476c);
marker_ebab4d009b14ac15a609bf59a7f35af1.bindPopup(popup_6942f5b2f4bbe900a9bb96695bdc6837)
;
marker_ebab4d009b14ac15a609bf59a7f35af1.bindTooltip(
`<div>
Greenmanville Restoration
</div>`,
{
"sticky": true,
}
);
marker_ebab4d009b14ac15a609bf59a7f35af1.setIcon(icon_f0939ef727160f459e8ece75fee023eb);
var marker_f7374044ec4bc716105fe66ab9b30cd6 = L.marker(
[41.352, -71.964],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_64b1e2e1dcef318683307e39a841c52d = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "ship",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_a3b47349f2745fe89f3128c4ee5a4265 = L.popup({
"maxWidth": 250,
});
var html_8771d690e443237b6419dc40f2c656c1 = $(`<div id="html_8771d690e443237b6419dc40f2c656c1" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Schooner Australia Arrives (1934)</h4> <p>The schooner Australia is acquired by the museum, becoming a key exhibit of Mystic’s maritime history.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_a3b47349f2745fe89f3128c4ee5a4265.setContent(html_8771d690e443237b6419dc40f2c656c1);
marker_f7374044ec4bc716105fe66ab9b30cd6.bindPopup(popup_a3b47349f2745fe89f3128c4ee5a4265)
;
marker_f7374044ec4bc716105fe66ab9b30cd6.bindTooltip(
`<div>
Schooner Australia Arrives
</div>`,
{
"sticky": true,
}
);
marker_f7374044ec4bc716105fe66ab9b30cd6.setIcon(icon_64b1e2e1dcef318683307e39a841c52d);
var marker_2b97181c4706dead128fba6eedb7466e = L.marker(
[41.351, -71.965],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_ad83cd7a1afcac313ffcad6a84b184bd = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "ship",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_c2d25a000323330f56b123a5394e1478 = L.popup({
"maxWidth": 250,
});
var html_96206fa2a363210eb42b44a9918a55d0 = $(`<div id="html_96206fa2a363210eb42b44a9918a55d0" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>Charles W. Morgan Restored (1941)</h4> <p>The Charles W. Morgan, America’s last wooden whaling ship, is restored and becomes a centerpiece of the museum.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_c2d25a000323330f56b123a5394e1478.setContent(html_96206fa2a363210eb42b44a9918a55d0);
marker_2b97181c4706dead128fba6eedb7466e.bindPopup(popup_c2d25a000323330f56b123a5394e1478)
;
marker_2b97181c4706dead128fba6eedb7466e.bindTooltip(
`<div>
Charles W. Morgan Restored
</div>`,
{
"sticky": true,
}
);
marker_2b97181c4706dead128fba6eedb7466e.setIcon(icon_ad83cd7a1afcac313ffcad6a84b184bd);
var marker_dba2598cea61d36d6f62c688a3e85fda = L.marker(
[41.35, -71.966],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_5c6b30b18d6d3d388879b17a01a5c686 = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "anchor",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_0887c92cb55798bef1b63a2ae159270f = L.popup({
"maxWidth": 250,
});
var html_1a2c63e8f7174e896c018acb4bb1cc50 = $(`<div id="html_1a2c63e8f7174e896c018acb4bb1cc50" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>World War II Contributions (1945)</h4> <p>Mystic supports the war effort through maritime training and preservation of naval history.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_0887c92cb55798bef1b63a2ae159270f.setContent(html_1a2c63e8f7174e896c018acb4bb1cc50);
marker_dba2598cea61d36d6f62c688a3e85fda.bindPopup(popup_0887c92cb55798bef1b63a2ae159270f)
;
marker_dba2598cea61d36d6f62c688a3e85fda.bindTooltip(
`<div>
World War II Contributions
</div>`,
{
"sticky": true,
}
);
marker_dba2598cea61d36d6f62c688a3e85fda.setIcon(icon_5c6b30b18d6d3d388879b17a01a5c686);
var marker_8abb56c200a0e89a9b1f7b28b13c54a5 = L.marker(
[41.3525, -71.965],
{
}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var icon_072388da76b8852d92732530a6495eef = L.AwesomeMarkers.icon(
{
"markerColor": "blue",
"iconColor": "white",
"icon": "university",
"prefix": "fa",
"extraClasses": "fa-rotate-0",
}
);
var popup_7dbc335eb5b5c10b81263cb7163374fd = L.popup({
"maxWidth": 250,
});
var html_b44ebc48e9812cd3fc0572d9be55d932 = $(`<div id="html_b44ebc48e9812cd3fc0572d9be55d932" style="width: 100.0%; height: 100.0%;"> <div style="font-family: Arial; width: 200px;"> <h4>National Historic Landmark (1998)</h4> <p>Mystic Seaport Museum is designated a National Historic Landmark, recognizing its cultural significance.</p> <img src="https://www.mysticseaport.org/wp-content/uploads/Charles-W-Morgan-1.jpg" width="150" height="100" style="display:block; margin:auto;"> </div> </div>`)[0];
popup_7dbc335eb5b5c10b81263cb7163374fd.setContent(html_b44ebc48e9812cd3fc0572d9be55d932);
marker_8abb56c200a0e89a9b1f7b28b13c54a5.bindPopup(popup_7dbc335eb5b5c10b81263cb7163374fd)
;
marker_8abb56c200a0e89a9b1f7b28b13c54a5.bindTooltip(
`<div>
National Historic Landmark
</div>`,
{
"sticky": true,
}
);
marker_8abb56c200a0e89a9b1f7b28b13c54a5.setIcon(icon_072388da76b8852d92732530a6495eef);
var poly_line_50dbf7c64b95c608ced27d2d442ab6ff = L.polyline(
[[41.36, -71.97], [41.345, -71.963]],
{"bubblingMouseEvents": true, "color": "blue", "dashArray": null, "dashOffset": null, "fill": false, "fillColor": "blue", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 0.7, "smoothFactor": 1.0, "stroke": true, "weight": 5}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var popup_ab1ba5c9491b149a0fff58d479dea3bf = L.popup({
"maxWidth": "100%",
});
var html_d98bc9dac0a9fda8a12bf6aad5db74bb = $(`<div id="html_d98bc9dac0a9fda8a12bf6aad5db74bb" style="width: 100.0%; height: 100.0%;">Mystic River</div>`)[0];
popup_ab1ba5c9491b149a0fff58d479dea3bf.setContent(html_d98bc9dac0a9fda8a12bf6aad5db74bb);
poly_line_50dbf7c64b95c608ced27d2d442ab6ff.bindPopup(popup_ab1ba5c9491b149a0fff58d479dea3bf)
;
var polygon_5f048306e75371df67989db60b8b04cc = L.polygon(
[[41.3535, -71.967], [41.3535, -71.963], [41.3505, -71.963], [41.3505, -71.967]],
{"bubblingMouseEvents": true, "color": "yellow", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "yellow", "fillOpacity": 0.3, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "noClip": false, "opacity": 1.0, "smoothFactor": 1.0, "stroke": true, "weight": 3}
).addTo(map_971ca8bf8f0f5558c37d1caf5a428621);
var popup_afe58dd10c09598f423a9b557c51e9ce = L.popup({
"maxWidth": "100%",
});
var html_cd435327e8ce9cde850422110d59bc4a = $(`<div id="html_cd435327e8ce9cde850422110d59bc4a" style="width: 100.0%; height: 100.0%;">Mystic Seaport Museum Campus</div>`)[0];
popup_afe58dd10c09598f423a9b557c51e9ce.setContent(html_cd435327e8ce9cde850422110d59bc4a);
polygon_5f048306e75371df67989db60b8b04cc.bindPopup(popup_afe58dd10c09598f423a9b557c51e9ce)
;
</script>
</html>