@@ -17,7 +17,7 @@ export const addressFactory =
1717export const yellowstoneAddress = {
1818 placeName : 'Yellowstone National Park' ,
1919 city : 'Yellowstone National Park' ,
20- county : 'Teton County ' ,
20+ county : 'Teton' ,
2121 state : 'WY' ,
2222 street : '3200 Old Faithful Inn Rd' ,
2323 zipCode : '82190' ,
@@ -28,7 +28,7 @@ export const yellowstoneAddress = {
2828export const yosemiteAddress = {
2929 placeName : 'Yosemite National Park' ,
3030 city : 'Yosemite Valley' ,
31- county : 'Mariposa County ' ,
31+ county : 'Mariposa' ,
3232 state : 'CA' ,
3333 street : '9035 Village Dr' ,
3434 zipCode : '95389' ,
@@ -39,7 +39,7 @@ export const yosemiteAddress = {
3939export const rockyMountainAddress = {
4040 placeName : 'Rocky Mountain National Park' ,
4141 city : 'Estes Park' ,
42- county : 'Larimer County ' ,
42+ county : 'Larimer' ,
4343 state : 'CO' ,
4444 street : '1000 US-36' ,
4545 zipCode : '80517' ,
@@ -50,7 +50,7 @@ export const rockyMountainAddress = {
5050export const moabAddress = {
5151 placeName : 'Arches National Park' ,
5252 city : 'Moab' ,
53- county : 'Grand County ' ,
53+ county : 'Grand' ,
5454 state : 'UT' ,
5555 street : '25 E Center St' ,
5656 zipCode : '84532' ,
@@ -61,7 +61,7 @@ export const moabAddress = {
6161export const acadiaAddress = {
6262 placeName : 'Acadia National Park' ,
6363 city : 'Bar Harbor' ,
64- county : 'Hancock County ' ,
64+ county : 'Hancock' ,
6565 state : 'ME' ,
6666 street : '25 Visitor Center Rd' ,
6767 zipCode : '04609' ,
@@ -72,7 +72,7 @@ export const acadiaAddress = {
7272export const grandCanyonAddress = {
7373 placeName : 'Grand Canyon National Park' ,
7474 city : 'Grand Canyon Village' ,
75- county : 'Coconino County ' ,
75+ county : 'Coconino' ,
7676 state : 'AZ' ,
7777 street : 'S Entrance Rd' ,
7878 zipCode : '86023' ,
@@ -83,7 +83,7 @@ export const grandCanyonAddress = {
8383export const glacierAddress = {
8484 placeName : 'Glacier National Park' ,
8585 city : 'West Glacier' ,
86- county : 'Glacier County ' ,
86+ county : 'Glacier' ,
8787 state : 'MT' ,
8888 street : '64 Grinnell Dr' ,
8989 zipCode : '59936' ,
@@ -94,7 +94,7 @@ export const glacierAddress = {
9494export const carlsbadAddress = {
9595 placeName : 'Carlsbad Caverns National Park' ,
9696 city : 'Carlsbad' ,
97- county : 'Eddy County ' ,
97+ county : 'Eddy' ,
9898 state : 'NM' ,
9999 street : '727 Carlsbad Cavern Hwy' ,
100100 zipCode : '88220' ,
0 commit comments