-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathchevrolet-family-road-trip-national.html
687 lines (477 loc) · 38.3 KB
/
chevrolet-family-road-trip-national.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="description" content="The American Family Road Trip by Chevrolet.">
<meta name="author" content="Chevrolet">
<title>The American Family Road Trip by Chevrolet</title>
<style>
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
#panel {
position: absolute;
top: 5px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color: #fff;
padding: 10px;
border: 1px solid #999;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
<script>
var routes_list = [];
var marker1, marker2, marker3, marker4, marker5, marker6, marker7, marker8, marker9, marker10, marker11, marker12, marker13, marker14, marker15, marker16, marker17, marker18, marker19, marker20, marker21, marker22, marker23, marker24, marker25, marker26, marker27, marker28, marker29, marker30, marker31, marker32, marker33, marker34, marker35, marker36, marker37, marker38, marker39, marker40, marker41, marker42, marker43, marker44, marker45, marker46, marker47, marker48;
var infoWindows = [];
var markerOptions = {icon: "http://maps.gstatic.com/mapfiles/markers2/marker.png"};
var routeMarkerOptions = {visible: false, zIndex: 0};
var directionsDisplayOptions = {preserveViewport: true,
markerOptions: routeMarkerOptions};
var directionsService = new google.maps.DirectionsService();
var map;
function initialize() {
var center = new google.maps.LatLng(39, -96);
var mapOptions = {
zoom: 5,
center: center
};
map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions);
for (i=0; i<routes_list.length; i++) {
routes_list[i].setMap(map);
}
marker1.setMap(map); marker2.setMap(map); marker3.setMap(map); marker4.setMap(map); marker5.setMap(map); marker6.setMap(map); marker7.setMap(map); marker8.setMap(map); marker9.setMap(map); marker10.setMap(map); marker11.setMap(map); marker12.setMap(map); marker13.setMap(map); marker14.setMap(map); marker15.setMap(map); marker16.setMap(map); marker17.setMap(map); marker18.setMap(map); marker19.setMap(map); marker20.setMap(map); marker21.setMap(map); marker22.setMap(map); marker23.setMap(map); marker24.setMap(map); marker25.setMap(map); marker26.setMap(map); marker27.setMap(map); marker28.setMap(map); marker29.setMap(map); marker30.setMap(map); marker31.setMap(map); marker32.setMap(map); marker33.setMap(map); marker34.setMap(map); marker35.setMap(map); marker36.setMap(map); marker37.setMap(map); marker38.setMap(map); marker39.setMap(map); marker40.setMap(map); marker41.setMap(map); marker42.setMap(map); marker43.setMap(map); marker44.setMap(map); marker45.setMap(map); marker46.setMap(map); marker47.setMap(map); marker48.setMap(map);
}
function calcRoute(start, end, routes) {
var directionsDisplay = new google.maps.DirectionsRenderer(directionsDisplayOptions);
var waypts = [];
for (var i = 0; i < routes.length; i++) {
waypts.push({
location:routes[i],
stopover:true});
}
var request = {
origin: start,
destination: end,
waypoints: waypts,
optimizeWaypoints: false,
travelMode: google.maps.TravelMode.DRIVING
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
directionsDisplay.setDirections(response);
}
});
routes_list.push(directionsDisplay);
}
function createRoutes(route) {
// Google's free map API is limited to 10 waypoints so need to break into batches
route.push(route[0]);
var subset = 0;
while (subset < route.length) {
var waypointSubset = route.slice(subset, subset + 10);
var startPoint = waypointSubset[0];
var midPoints = waypointSubset.slice(1, waypointSubset.length - 1);
var endPoint = waypointSubset[waypointSubset.length - 1];
calcRoute(startPoint, endPoint, midPoints);
subset += 9;
}
}
optimal_route = ['12 Captain Strout Cir, Cape Elizabeth, ME 04107 ', 'Flume Gorge, Daniel Webster Hwy, Lincoln, NH 03251', 'Waterfront Park, 20 Lake St, Burlington, VT 05401', '1100 E 9th St, Cleveland, OH 44114', 'Sleeping Bear Dunes National Seashore, Michigan', '201 E Randolph St, Chicago, IL 60602', '3000 N Meridian St, Indianapolis, IN 46208', 'The Gateway Arch, St. Louis, MO 63102', '13800 Switzer Rd, Overland Park, KS 66221', '350 E 3rd St, Dubuque, IA 52001', '1410 Wisconsin Dells Pkwy, Wisconsin Dells, WI 53965', '60 E Broadway, Bloomington, MN 55425 ', '607 Main St, Regent, ND 58650', '13000 SD-244, Keystone, SD 57751', '2151 Co Rd 59, Alliance, NE 69301', '1000 US-36, Estes Park, CO 80517', '3419 Olympic Pkwy, Park City, UT 84098', 'West Yellowstone Visitor Information Center, 30 Yellowstone Ave, West Yellowstone, MT 59758', '64 Grinnell Drive, West Glacier,\xa0MT\xa059936\xa0 ', '610 Bunker Ave, Kellogg, ID 83837', '85 Pike Street, Seattle, WA 98101', 'Crater Lake National Park, Oregon', '10 Lake St, Reno, NV 89501', '1313 Disneyland Dr, Anaheim, CA 92802', '4 Tonto St, Grand Canyon Village, AZ 86023', '1050 Old Pecos Trail, Santa Fe, NM 87505', '1700 NE 63rd St, Oklahoma City, OK 73111', '2201 E Road to Six Flags St, Arlington, TX 76010', '209 State Park Rd, Murfreesboro, AR 71958', 'Elvis Presley Blvd, Memphis, TN 38116', '711 Mammoth Cave Rd, Cave City, KY 42127', '3729 County Road 98, Bridgeport, AL 35740', '225 Baker St NW, Atlanta, GA 30313', '800 Decatur St, New Orleans, LA 70116', '3500 Park Rd, Ocean Springs, MS 39564', 'Walt Disney World Resort, Orlando, FL 32830', '40 Patriots Point Rd, Mt Pleasant, SC 29464', '400 E M.L.K. Jr Blvd, Charlotte, NC 28202', '242 Main St, Cass, WV 24927', '101 S Henry St, Williamsburg, VA 23185', ' 205 W Potomac St, Williamsport, MD 21795', '1301 Heritage Rd, Dover AFB, DE 19902', '1441 Boardwalk, Atlantic City, NJ 08401', '100 Sesame Rd, Langhorne, PA 19047 ', '2300 Southern Blvd, Bronx, NY 10460', ' 67 River Rd, East Haddam, CT 06423', 'Fort Adams State Park, Newport, RI 02840', '19 1/2 Washington Square, Salem, MA 01970']
createRoutes(optimal_route);
google.maps.event.addDomListener(window, 'load', initialize);
var infoWindow1 = new google.maps.InfoWindow({ content: "<h3>Portland Head Light and Fort Williams Park<br />12 Captain Strout Cir, Cape Elizabeth, ME 04107 </h3>"});
infoWindows.push(infoWindow1);
marker1 = new google.maps.Marker({
position: new google.maps.LatLng(43.623104, -70.2081123),
options: markerOptions,
title: "Portland Head Light and Fort Williams Park"
});
google.maps.event.addListener(marker1, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow1.open(map, marker1); });
var infoWindow2 = new google.maps.InfoWindow({ content: "<h3>Franconia Notch State Park<br />Flume Gorge, Daniel Webster Hwy, Lincoln, NH 03251</h3>"});
infoWindows.push(infoWindow2);
marker2 = new google.maps.Marker({
position: new google.maps.LatLng(44.09811089999999, -71.6659212),
options: markerOptions,
title: "Franconia Notch State Park"
});
google.maps.event.addListener(marker2, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow2.open(map, marker2); });
var infoWindow3 = new google.maps.InfoWindow({ content: "<h3>Lake Champlain<br />Waterfront Park, 20 Lake St, Burlington, VT 05401</h3>"});
infoWindows.push(infoWindow3);
marker3 = new google.maps.Marker({
position: new google.maps.LatLng(44.47951940000001, -73.22195409999999),
options: markerOptions,
title: "Lake Champlain"
});
google.maps.event.addListener(marker3, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow3.open(map, marker3); });
var infoWindow4 = new google.maps.InfoWindow({ content: "<h3>Rock and Roll Hall of Fame Museum<br />1100 E 9th St, Cleveland, OH 44114</h3>"});
infoWindows.push(infoWindow4);
marker4 = new google.maps.Marker({
position: new google.maps.LatLng(41.5085183, -81.69550579999999),
options: markerOptions,
title: "Rock and Roll Hall of Fame Museum"
});
google.maps.event.addListener(marker4, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow4.open(map, marker4); });
var infoWindow5 = new google.maps.InfoWindow({ content: "<h3>Sleeping Bear Dunes National Seashore<br />Sleeping Bear Dunes National Seashore, Michigan</h3>"});
infoWindows.push(infoWindow5);
marker5 = new google.maps.Marker({
position: new google.maps.LatLng(44.8757238, -85.9996747),
options: markerOptions,
title: "Sleeping Bear Dunes National Seashore"
});
google.maps.event.addListener(marker5, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow5.open(map, marker5); });
var infoWindow6 = new google.maps.InfoWindow({ content: "<h3>The Bean at Millennium Park<br />201 E Randolph St, Chicago, IL 60602</h3>"});
infoWindows.push(infoWindow6);
marker6 = new google.maps.Marker({
position: new google.maps.LatLng(41.8834354, -87.6218416),
options: markerOptions,
title: "The Bean at Millennium Park"
});
google.maps.event.addListener(marker6, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow6.open(map, marker6); });
var infoWindow7 = new google.maps.InfoWindow({ content: "<h3>Children's Museum of Indianapolis<br />3000 N Meridian St, Indianapolis, IN 46208</h3>"});
infoWindows.push(infoWindow7);
marker7 = new google.maps.Marker({
position: new google.maps.LatLng(39.8106131, -86.1578916),
options: markerOptions,
title: "Children's Museum of Indianapolis"
});
google.maps.event.addListener(marker7, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow7.open(map, marker7); });
var infoWindow8 = new google.maps.InfoWindow({ content: "<h3>Gateway Arch<br />The Gateway Arch, St. Louis, MO 63102</h3>"});
infoWindows.push(infoWindow8);
marker8 = new google.maps.Marker({
position: new google.maps.LatLng(38.624691, -90.1847763),
options: markerOptions,
title: "Gateway Arch"
});
google.maps.event.addListener(marker8, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow8.open(map, marker8); });
var infoWindow9 = new google.maps.InfoWindow({ content: "<h3>Deanna Rose Children's Farmstead<br />13800 Switzer Rd, Overland Park, KS 66221</h3>"});
infoWindows.push(infoWindow9);
marker9 = new google.maps.Marker({
position: new google.maps.LatLng(38.8777253, -94.70330349999999),
options: markerOptions,
title: "Deanna Rose Children's Farmstead"
});
google.maps.event.addListener(marker9, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow9.open(map, marker9); });
var infoWindow10 = new google.maps.InfoWindow({ content: "<h3>National Mississippi River Museum & Aquarium<br />350 E 3rd St, Dubuque, IA 52001</h3>"});
infoWindows.push(infoWindow10);
marker10 = new google.maps.Marker({
position: new google.maps.LatLng(42.4964881, -90.66057889999999),
options: markerOptions,
title: "National Mississippi River Museum & Aquarium"
});
google.maps.event.addListener(marker10, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow10.open(map, marker10); });
var infoWindow11 = new google.maps.InfoWindow({ content: "<h3>Noah's Ark<br />1410 Wisconsin Dells Pkwy, Wisconsin Dells, WI 53965</h3>"});
infoWindows.push(infoWindow11);
marker11 = new google.maps.Marker({
position: new google.maps.LatLng(43.6061414, -89.7905467),
options: markerOptions,
title: "Noah's Ark"
});
google.maps.event.addListener(marker11, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow11.open(map, marker11); });
var infoWindow12 = new google.maps.InfoWindow({ content: "<h3>Mall of America<br />60 E Broadway, Bloomington, MN 55425 </h3>"});
infoWindows.push(infoWindow12);
marker12 = new google.maps.Marker({
position: new google.maps.LatLng(44.8544766, -93.2401046),
options: markerOptions,
title: "Mall of America"
});
google.maps.event.addListener(marker12, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow12.open(map, marker12); });
var infoWindow13 = new google.maps.InfoWindow({ content: "<h3>The Enchanted Highway<br />607 Main St, Regent, ND 58650</h3>"});
infoWindows.push(infoWindow13);
marker13 = new google.maps.Marker({
position: new google.maps.LatLng(46.4219404, -102.5554487),
options: markerOptions,
title: "The Enchanted Highway"
});
google.maps.event.addListener(marker13, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow13.open(map, marker13); });
var infoWindow14 = new google.maps.InfoWindow({ content: "<h3>Mount Rushmore<br />13000 SD-244, Keystone, SD 57751</h3>"});
infoWindows.push(infoWindow14);
marker14 = new google.maps.Marker({
position: new google.maps.LatLng(43.8755815, -103.4555724),
options: markerOptions,
title: "Mount Rushmore"
});
google.maps.event.addListener(marker14, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow14.open(map, marker14); });
var infoWindow15 = new google.maps.InfoWindow({ content: "<h3>Carhenge<br />2151 Co Rd 59, Alliance, NE 69301</h3>"});
infoWindows.push(infoWindow15);
marker15 = new google.maps.Marker({
position: new google.maps.LatLng(42.1426044, -102.8580877),
options: markerOptions,
title: "Carhenge"
});
google.maps.event.addListener(marker15, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow15.open(map, marker15); });
var infoWindow16 = new google.maps.InfoWindow({ content: "<h3>Rocky Mountain National Park<br />1000 US-36, Estes Park, CO 80517</h3>"});
infoWindows.push(infoWindow16);
marker16 = new google.maps.Marker({
position: new google.maps.LatLng(40.3662187, -105.5605813),
options: markerOptions,
title: "Rocky Mountain National Park"
});
google.maps.event.addListener(marker16, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow16.open(map, marker16); });
var infoWindow17 = new google.maps.InfoWindow({ content: "<h3>Utah Olympic Park<br />3419 Olympic Pkwy, Park City, UT 84098</h3>"});
infoWindows.push(infoWindow17);
marker17 = new google.maps.Marker({
position: new google.maps.LatLng(40.7118058, -111.561782),
options: markerOptions,
title: "Utah Olympic Park"
});
google.maps.event.addListener(marker17, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow17.open(map, marker17); });
var infoWindow18 = new google.maps.InfoWindow({ content: "<h3>Yellowstone National Park<br />Yellowstone National Park, WY 82190</h3>"});
infoWindows.push(infoWindow18);
marker18 = new google.maps.Marker({
position: new google.maps.LatLng(44.6583266, -111.0992859),
options: markerOptions,
title: "Yellowstone National Park"
});
google.maps.event.addListener(marker18, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow18.open(map, marker18); });
var infoWindow19 = new google.maps.InfoWindow({ content: "<h3>Hidden Lake, Glacier National Park<br />64 Grinnell Drive, West Glacier, MT 59936 </h3>"});
infoWindows.push(infoWindow19);
marker19 = new google.maps.Marker({
position: new google.maps.LatLng(48.5024189, -113.9866477),
options: markerOptions,
title: "Hidden Lake, Glacier National Park"
});
google.maps.event.addListener(marker19, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow19.open(map, marker19); });
var infoWindow20 = new google.maps.InfoWindow({ content: "<h3>Silver Rapids Indoor Water Park<br />610 Bunker Ave, Kellogg, ID 83837</h3>"});
infoWindows.push(infoWindow20);
marker20 = new google.maps.Marker({
position: new google.maps.LatLng(47.54063679999999, -116.132945),
options: markerOptions,
title: "Silver Rapids Indoor Water Park"
});
google.maps.event.addListener(marker20, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow20.open(map, marker20); });
var infoWindow21 = new google.maps.InfoWindow({ content: "<h3>Pike Place Market<br />85 Pike Street, Seattle, WA 98101</h3>"});
infoWindows.push(infoWindow21);
marker21 = new google.maps.Marker({
position: new google.maps.LatLng(47.6084444, -122.3405493),
options: markerOptions,
title: "Pike Place Market"
});
google.maps.event.addListener(marker21, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow21.open(map, marker21); });
var infoWindow22 = new google.maps.InfoWindow({ content: "<h3>Crater Lake National Park<br />Crater Lake National Park, Oregon</h3>"});
infoWindows.push(infoWindow22);
marker22 = new google.maps.Marker({
position: new google.maps.LatLng(42.8684411, -122.1684785),
options: markerOptions,
title: "Crater Lake National Park"
});
google.maps.event.addListener(marker22, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow22.open(map, marker22); });
var infoWindow23 = new google.maps.InfoWindow({ content: "<h3>National Automobile Museum<br />10 Lake St, Reno, NV 89501</h3>"});
infoWindows.push(infoWindow23);
marker23 = new google.maps.Marker({
position: new google.maps.LatLng(39.52578889999999, -119.8087332),
options: markerOptions,
title: "National Automobile Museum"
});
google.maps.event.addListener(marker23, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow23.open(map, marker23); });
var infoWindow24 = new google.maps.InfoWindow({ content: "<h3>Disneyland<br />1313 Disneyland Dr, Anaheim, CA 92802</h3>"});
infoWindows.push(infoWindow24);
marker24 = new google.maps.Marker({
position: new google.maps.LatLng(33.8126774, -117.9203217),
options: markerOptions,
title: "Disneyland"
});
google.maps.event.addListener(marker24, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow24.open(map, marker24); });
var infoWindow25 = new google.maps.InfoWindow({ content: "<h3>The Grand Canyon<br />4 Tonto St, Grand Canyon Village, AZ 86023</h3>"});
infoWindows.push(infoWindow25);
marker25 = new google.maps.Marker({
position: new google.maps.LatLng(36.0553322, -112.1368092),
options: markerOptions,
title: "The Grand Canyon"
});
google.maps.event.addListener(marker25, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow25.open(map, marker25); });
var infoWindow26 = new google.maps.InfoWindow({ content: "<h3>Santa Fe Children's Museum<br />1050 Old Pecos Trail, Santa Fe, NM 87505</h3>"});
infoWindows.push(infoWindow26);
marker26 = new google.maps.Marker({
position: new google.maps.LatLng(35.6732177, -105.9368006),
options: markerOptions,
title: "Santa Fe Children's Museum"
});
google.maps.event.addListener(marker26, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow26.open(map, marker26); });
var infoWindow27 = new google.maps.InfoWindow({ content: "<h3>National Cowboy & Western Heritage Museum<br />1700 NE 63rd St, Oklahoma City, OK 73111</h3>"});
infoWindows.push(infoWindow27);
marker27 = new google.maps.Marker({
position: new google.maps.LatLng(35.535713, -97.48334899999999),
options: markerOptions,
title: "National Cowboy & Western Heritage Museum"
});
google.maps.event.addListener(marker27, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow27.open(map, marker27); });
var infoWindow28 = new google.maps.InfoWindow({ content: "<h3>Six Flags Over Texas<br />2201 E Road to Six Flags St, Arlington, TX 76010</h3>"});
infoWindows.push(infoWindow28);
marker28 = new google.maps.Marker({
position: new google.maps.LatLng(32.75322, -97.0724395),
options: markerOptions,
title: "Six Flags Over Texas"
});
google.maps.event.addListener(marker28, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow28.open(map, marker28); });
var infoWindow29 = new google.maps.InfoWindow({ content: "<h3>Crater of Diamonds State Park<br />209 State Park Rd, Murfreesboro, AR 71958</h3>"});
infoWindows.push(infoWindow29);
marker29 = new google.maps.Marker({
position: new google.maps.LatLng(34.03286050000001, -93.67071539999999),
options: markerOptions,
title: "Crater of Diamonds State Park"
});
google.maps.event.addListener(marker29, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow29.open(map, marker29); });
var infoWindow30 = new google.maps.InfoWindow({ content: "<h3>Graceland<br />Elvis Presley Blvd, Memphis, TN 38116</h3>"});
infoWindows.push(infoWindow30);
marker30 = new google.maps.Marker({
position: new google.maps.LatLng(35.0302462, -90.0251703),
options: markerOptions,
title: "Graceland"
});
google.maps.event.addListener(marker30, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow30.open(map, marker30); });
var infoWindow31 = new google.maps.InfoWindow({ content: "<h3>Dinosaur World<br />711 Mammoth Cave Rd, Cave City, KY 42127</h3>"});
infoWindows.push(infoWindow31);
marker31 = new google.maps.Marker({
position: new google.maps.LatLng(37.1354302, -85.9830296),
options: markerOptions,
title: "Dinosaur World"
});
google.maps.event.addListener(marker31, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow31.open(map, marker31); });
var infoWindow32 = new google.maps.InfoWindow({ content: "<h3>Russel Cave National Monument <br />3729 County Road 98, Bridgeport, AL 35740</h3>"});
infoWindows.push(infoWindow32);
marker32 = new google.maps.Marker({
position: new google.maps.LatLng(34.9807897, -85.8063073),
options: markerOptions,
title: "Russel Cave National Monument "
});
google.maps.event.addListener(marker32, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow32.open(map, marker32); });
var infoWindow33 = new google.maps.InfoWindow({ content: "<h3>Georgia Aquarium<br />225 Baker St NW, Atlanta, GA 30313</h3>"});
infoWindows.push(infoWindow33);
marker33 = new google.maps.Marker({
position: new google.maps.LatLng(33.7638778, -84.3957609),
options: markerOptions,
title: "Georgia Aquarium"
});
google.maps.event.addListener(marker33, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow33.open(map, marker33); });
var infoWindow34 = new google.maps.InfoWindow({ content: "<h3>Café du Monde & French Quarter<br />800 Decatur St, New Orleans, LA 70116</h3>"});
infoWindows.push(infoWindow34);
marker34 = new google.maps.Marker({
position: new google.maps.LatLng(29.9575229, -90.0618621),
options: markerOptions,
title: "Café du Monde & French Quarter"
});
google.maps.event.addListener(marker34, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow34.open(map, marker34); });
var infoWindow35 = new google.maps.InfoWindow({ content: "<h3>Gulf Islands National Seashore<br />3500 Park Rd, Ocean Springs, MS 39564</h3>"});
infoWindows.push(infoWindow35);
marker35 = new google.maps.Marker({
position: new google.maps.LatLng(30.3987638, -88.7848178),
options: markerOptions,
title: "Gulf Islands National Seashore"
});
google.maps.event.addListener(marker35, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow35.open(map, marker35); });
var infoWindow36 = new google.maps.InfoWindow({ content: "<h3>Disney World<br />Walt Disney World Resort, Orlando, FL 32830</h3>"});
infoWindows.push(infoWindow36);
marker36 = new google.maps.Marker({
position: new google.maps.LatLng(28.385233, -81.563874),
options: markerOptions,
title: "Disney World"
});
google.maps.event.addListener(marker36, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow36.open(map, marker36); });
var infoWindow37 = new google.maps.InfoWindow({ content: "<h3>Patriots Point<br />40 Patriots Point Rd, Mt Pleasant, SC 29464</h3>"});
infoWindows.push(infoWindow37);
marker37 = new google.maps.Marker({
position: new google.maps.LatLng(32.7905419, -79.9056119),
options: markerOptions,
title: "Patriots Point"
});
google.maps.event.addListener(marker37, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow37.open(map, marker37); });
var infoWindow38 = new google.maps.InfoWindow({ content: "<h3>NASCAR Hall of Fame<br />400 E M.L.K. Jr Blvd, Charlotte, NC 28202</h3>"});
infoWindows.push(infoWindow38);
marker38 = new google.maps.Marker({
position: new google.maps.LatLng(35.2213247, -80.8434079),
options: markerOptions,
title: "NASCAR Hall of Fame"
});
google.maps.event.addListener(marker38, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow38.open(map, marker38); });
var infoWindow39 = new google.maps.InfoWindow({ content: "<h3>Cass Scenic Railroad State Park<br />242 Main St, Cass, WV 24927</h3>"});
infoWindows.push(infoWindow39);
marker39 = new google.maps.Marker({
position: new google.maps.LatLng(38.39637889999999, -79.9164826),
options: markerOptions,
title: "Cass Scenic Railroad State Park"
});
google.maps.event.addListener(marker39, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow39.open(map, marker39); });
var infoWindow40 = new google.maps.InfoWindow({ content: "<h3>Colonial Williamsburg<br />101 S Henry St, Williamsburg, VA 23185</h3>"});
infoWindows.push(infoWindow40);
marker40 = new google.maps.Marker({
position: new google.maps.LatLng(37.2707562, -76.7055796),
options: markerOptions,
title: "Colonial Williamsburg"
});
google.maps.event.addListener(marker40, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow40.open(map, marker40); });
var infoWindow41 = new google.maps.InfoWindow({ content: "<h3>Chesapeake and Ohio Canal National Historical Park<br />205 W Potomac St, Williamsport, MD 21795</h3>"});
infoWindows.push(infoWindow41);
marker41 = new google.maps.Marker({
position: new google.maps.LatLng(39.6005745, -77.8263711),
options: markerOptions,
title: "Chesapeake and Ohio Canal National Historical Park"
});
google.maps.event.addListener(marker41, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow41.open(map, marker41); });
var infoWindow42 = new google.maps.InfoWindow({ content: "<h3>Air Mobility Command Museum<br />1301 Heritage Rd, Dover AFB, DE 19902</h3>"});
infoWindows.push(infoWindow42);
marker42 = new google.maps.Marker({
position: new google.maps.LatLng(39.1186873, -75.45660509999999),
options: markerOptions,
title: "Air Mobility Command Museum"
});
google.maps.event.addListener(marker42, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow42.open(map, marker42); });
var infoWindow43 = new google.maps.InfoWindow({ content: "<h3>Ripley's Believe It or Not!<br />1441 Boardwalk, Atlantic City, NJ 08401</h3>"});
infoWindows.push(infoWindow43);
marker43 = new google.maps.Marker({
position: new google.maps.LatLng(39.3568475, -74.4257255),
options: markerOptions,
title: "Ripley's Believe It or Not!"
});
google.maps.event.addListener(marker43, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow43.open(map, marker43); });
var infoWindow44 = new google.maps.InfoWindow({ content: "<h3>Sesame Place<br />100 Sesame Rd, Langhorne, PA 19047 </h3>"});
infoWindows.push(infoWindow44);
marker44 = new google.maps.Marker({
position: new google.maps.LatLng(40.1841836, -74.8724869),
options: markerOptions,
title: "Sesame Place"
});
google.maps.event.addListener(marker44, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow44.open(map, marker44); });
var infoWindow45 = new google.maps.InfoWindow({ content: "<h3>The Bronx Zoo<br />2300 Southern Blvd, Bronx, NY 10460</h3>"});
infoWindows.push(infoWindow45);
marker45 = new google.maps.Marker({
position: new google.maps.LatLng(40.8502883, -73.8786113),
options: markerOptions,
title: "The Bronx Zoo"
});
google.maps.event.addListener(marker45, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow45.open(map, marker45); });
var infoWindow46 = new google.maps.InfoWindow({ content: "<h3>Sherlock Holmes Castle<br />67 River Rd, East Haddam, CT 06423</h3>"});
infoWindows.push(infoWindow46);
marker46 = new google.maps.Marker({
position: new google.maps.LatLng(41.4271657, -72.4286718),
options: markerOptions,
title: "Sherlock Holmes Castle"
});
google.maps.event.addListener(marker46, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow46.open(map, marker46); });
var infoWindow47 = new google.maps.InfoWindow({ content: "<h3>Fort Adams<br />Fort Adams State Park, Newport, RI 02840</h3>"});
infoWindows.push(infoWindow47);
marker47 = new google.maps.Marker({
position: new google.maps.LatLng(41.4769028, -71.3410244),
options: markerOptions,
title: "Fort Adams"
});
google.maps.event.addListener(marker47, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow47.open(map, marker47); });
var infoWindow48 = new google.maps.InfoWindow({ content: "<h3>Salem Witch Museum<br />19 1/2 Washington Square, Salem, MA 01970</h3>"});
infoWindows.push(infoWindow48);
marker48 = new google.maps.Marker({
position: new google.maps.LatLng(42.523651, -70.8910922),
options: markerOptions,
title: "Salem Witch Museum"
});
google.maps.event.addListener(marker48, "mouseover", function() { for (var i = 0; i < infoWindows.length; i++) { infoWindows[i].close(); }; infoWindow48.open(map, marker48); });
</script>
</head>
<body>
<div id="map-canvas"></div>
<!-- <a href="https://www.chevrolet.com/"><img src="images/chevrolet-logo.png" width="400px" style="position: absolute; bottom: 35px; left: 7px;" /></a> -->
</body>
</html>