Skip to content

Instantly share code, notes, and snippets.

@starman-vlad
Created July 17, 2025 09:20
Show Gist options
  • Save starman-vlad/36cf6e48e683b6d8f206c9dd25d46997 to your computer and use it in GitHub Desktop.
Save starman-vlad/36cf6e48e683b6d8f206c9dd25d46997 to your computer and use it in GitHub Desktop.
export const citiesUs = {
NY: [
'New York',
'Buffalo',
'Rochester',
'Yonkers',
'Syracuse',
'Albany',
'New Rochelle',
'Mount Vernon',
'Schenectady',
'Utica',
'White Plains',
'Hempstead',
'Troy',
'Niagara Falls',
'Binghamton',
'Freeport',
'Valley Stream',
],
CA: [
'Los Angeles',
'San Diego',
'San Jose',
'San Francisco',
'Fresno',
'Sacramento',
'Long Beach',
'Oakland',
'Bakersfield',
'Anaheim',
'Santa Ana',
'Riverside',
'Stockton',
'Chula Vista',
'Irvine',
'Fremont',
'San Bernardino',
'Modesto',
'Fontana',
'Oxnard',
'Moreno Valley',
'Huntington Beach',
'Glendale',
'Santa Clarita',
'Garden Grove',
'Oceanside',
'Rancho Cucamonga',
'Santa Rosa',
'Ontario',
'Lancaster',
'Elk Grove',
'Corona',
'Palmdale',
'Salinas',
'Pomona',
'Hayward',
'Escondido',
'Torrance',
'Sunnyvale',
'Orange',
'Fullerton',
'Pasadena',
'Thousand Oaks',
'Visalia',
'Simi Valley',
'Concord',
'Roseville',
'Victorville',
'Santa Clara',
'Vallejo',
'Berkeley',
'El Monte',
'Downey',
'Costa Mesa',
'Inglewood',
'Carlsbad',
'San Buenaventura (Ventura)',
'Fairfield',
'West Covina',
'Murrieta',
'Richmond',
'Norwalk',
'Antioch',
'Temecula',
'Burbank',
'Daly City',
'Rialto',
'Santa Maria',
'El Cajon',
'San Mateo',
'Clovis',
'Compton',
'Jurupa Valley',
'Vista',
'South Gate',
'Mission Viejo',
'Vacaville',
'Carson',
'Hesperia',
'Santa Monica',
'Westminster',
'Redding',
'Santa Barbara',
'Chico',
'Newport Beach',
'San Leandro',
'San Marcos',
'Whittier',
'Hawthorne',
'Citrus Heights',
'Tracy',
'Alhambra',
'Livermore',
'Buena Park',
'Menifee',
'Hemet',
'Lakewood',
'Merced',
'Chino',
'Indio',
'Redwood City',
'Lake Forest',
'Napa',
'Tustin',
'Bellflower',
'Mountain View',
'Chino Hills',
'Baldwin Park',
'Alameda',
'Upland',
'San Ramon',
'Folsom',
'Pleasanton',
'Union City',
'Perris',
'Manteca',
'Lynwood',
'Apple Valley',
'Redlands',
'Turlock',
'Milpitas',
'Redondo Beach',
'Rancho Cordova',
'Yorba Linda',
'Palo Alto',
'Davis',
'Camarillo',
'Walnut Creek',
'Pittsburg',
'South San Francisco',
'Yuba City',
'San Clemente',
'Laguna Niguel',
'Pico Rivera',
'Montebello',
'Lodi',
'Madera',
'Santa Cruz',
'La Habra',
'Encinitas',
'Monterey Park',
'Tulare',
'Cupertino',
'Gardena',
'National City',
'Rocklin',
'Petaluma',
'Huntington Park',
'San Rafael',
'La Mesa',
'Arcadia',
'Fountain Valley',
'Diamond Bar',
'Woodland',
'Santee',
'Lake Elsinore',
'Porterville',
'Paramount',
'Eastvale',
'Rosemead',
'Hanford',
'Highland',
'Brentwood',
'Novato',
'Colton',
'Cathedral City',
'Delano',
'Yucaipa',
'Watsonville',
'Placentia',
'Glendora',
'Gilroy',
'Palm Desert',
'Cerritos',
'West Sacramento',
'Aliso Viejo',
'Poway',
'La Mirada',
'Rancho Santa Margarita',
'Cypress',
'Dublin',
'Covina',
'Azusa',
'Palm Springs',
'San Luis Obispo',
'Ceres',
'San Jacinto',
'Lincoln',
'Newark',
'Lompoc',
'El Centro',
'Danville',
'Bell Gardens',
'Coachella',
'Rancho Palos Verdes',
'San Bruno',
'Rohnert Park',
'Brea',
'La Puente',
'Campbell',
'San Gabriel',
'Beaumont',
'Morgan Hill',
'Culver City',
'Calexico',
'Stanton',
'La Quinta',
'Pacifica',
'Montclair',
'Oakley',
'Monrovia',
'Los Banos',
'Martinez',
],
IL: [ /* same list as before */ ],
TX: [ /* full list */ ],
PA: [ /* full list */ ],
AZ: [ /* full list */ ],
FL: [ /* full list */ ],
IN: [ /* full list */ ],
OH: [ /* full list */ ],
NC: [ /* full list */ ],
MI: [ /* full list */ ],
TN: [ /* full list */ ],
MA: [ /* full list */ ],
WA: [ /* full list */ ],
CO: [ /* full list */ ],
DC: ['Washington'],
MD: [ /* full list */ ],
KY: [ /* full list */ ],
OR: [ /* full list */ ],
OK: [ /* full list */ ],
WI: [ /* full list */ ],
NV: [ /* full list */ ],
NM: [ /* full list */ ],
MO: [ /* full list */ ],
VA: [ /* full list */ ],
GA: [ /* full list */ ],
NE: [ /* full list */ ],
MN: [ /* full list */ ],
KS: [ /* full list */ ],
LA: [ /* full list */ ],
HI: [ /* full list */ ],
AK: [ /* full list */ ],
NJ: [ /* full list */ ],
ID: [ /* full list */ ],
AL: [ /* full list */ ],
IA: [ /* full list */ ],
AR: [ /* full list */ ],
UT: [ /* full list */ ],
RI: [ /* full list */ ],
MS: [ /* full list */ ],
SD: [ /* full list */ ],
CT: [ /* full list */ ],
SC: [ /* full list */ ],
NH: [ /* full list */ ],
ND: [ /* full list */ ],
MT: [ /* full list */ ],
DE: [ /* full list */ ],
ME: [ /* full list */ ],
WY: [ /* full list */ ],
WV: [ /* full list */ ],
VT: [ /* full list */ ],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment