diff --git a/Rakefile b/Rakefile index 8f288ad..840ac17 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ require 'yaml' task :convert do codes = {} File.open('lib/data/US.txt').each_line do |line| - array = line.split('\t') + array = line.split("\t") codes[array[1]] = { state_code: array[4], state_name: array[3], @@ -16,3 +16,24 @@ task :convert do File.write('lib/data/US.yml', codes.to_yaml) end + +task :update do + path = File.join(__dir__, 'lib', 'data', 'US.yml') + codes = ::YAML.safe_load_file(path, permitted_classes: [Symbol]) + + # Data comes from https://download.geonames.org/export/zip/ + File.open('lib/data/US.txt').each_line do |line| + array = line.split("\t") + + # Only add codes that are not in the list already and that parse out a state code + if codes[array[1]].nil? && array[4] != '' + codes[array[1]] = { + state_code: array[4], + state_name: array[3], + city: array[2] + } + end + end + + File.write('lib/data/US.yml', codes.to_yaml) +end diff --git a/lib/data/US.yml b/lib/data/US.yml index 0ec343e..edebec6 100755 --- a/lib/data/US.yml +++ b/lib/data/US.yml @@ -30691,7 +30691,7 @@ :state_name: Connecticut :city: Hawleyville :time_zone: America/New_York -06468: +'06468': :state_code: CT :state_name: Connecticut :city: Monroe @@ -30701,27 +30701,27 @@ :state_name: Connecticut :city: Newtown :time_zone: America/New_York -06482: +'06482': :state_code: CT :state_name: Connecticut :city: Sandy Hook :time_zone: America/New_York -06484: +'06484': :state_code: CT :state_name: Connecticut :city: Shelton :time_zone: America/New_York -06490: +'06490': :state_code: CT :state_name: Connecticut :city: Southport :time_zone: America/New_York -06491: +'06491': :state_code: CT :state_name: Connecticut :city: Stevenson :time_zone: America/New_York -06497: +'06497': :state_code: CT :state_name: Connecticut :city: Stratford @@ -30756,7 +30756,7 @@ :state_name: Connecticut :city: Bridgeport :time_zone: America/New_York -06608: +'06608': :state_code: CT :state_name: Connecticut :city: Bridgeport @@ -30796,342 +30796,342 @@ :state_name: Connecticut :city: Bridgeport :time_zone: America/New_York -06699: +'06699': :state_code: CT :state_name: Connecticut :city: Bridgeport :time_zone: America/New_York -06784: +'06784': :state_code: CT :state_name: Connecticut :city: Sherman :time_zone: America/New_York -06801: +'06801': :state_code: CT :state_name: Connecticut :city: Bethel :time_zone: America/New_York -06804: +'06804': :state_code: CT :state_name: Connecticut :city: Brookfield :time_zone: America/New_York -06807: +'06807': :state_code: CT :state_name: Connecticut :city: Cos Cob :time_zone: America/New_York -06810: +'06810': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06811: +'06811': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06812: +'06812': :state_code: CT :state_name: Connecticut :city: New Fairfield :time_zone: America/New_York -06813: +'06813': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06814: +'06814': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06816: +'06816': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06817: +'06817': :state_code: CT :state_name: Connecticut :city: Danbury :time_zone: America/New_York -06820: +'06820': :state_code: CT :state_name: Connecticut :city: Darien :time_zone: America/New_York -06824: +'06824': :state_code: CT :state_name: Connecticut :city: Fairfield :time_zone: America/New_York -06825: +'06825': :state_code: CT :state_name: Connecticut :city: Fairfield :time_zone: America/New_York -06828: +'06828': :state_code: CT :state_name: Connecticut :city: Fairfield :time_zone: America/New_York -06829: +'06829': :state_code: CT :state_name: Connecticut :city: Georgetown :time_zone: America/New_York -06830: +'06830': :state_code: CT :state_name: Connecticut :city: Greenwich :time_zone: America/New_York -06831: +'06831': :state_code: CT :state_name: Connecticut :city: Greenwich :time_zone: America/New_York -06832: +'06832': :state_code: CT :state_name: Connecticut :city: Greenwich :time_zone: America/New_York -06836: +'06836': :state_code: CT :state_name: Connecticut :city: Greenwich :time_zone: America/New_York -06838: +'06838': :state_code: CT :state_name: Connecticut :city: Greens Farms :time_zone: America/New_York -06840: +'06840': :state_code: CT :state_name: Connecticut :city: New Canaan :time_zone: America/New_York -06842: +'06842': :state_code: CT :state_name: Connecticut :city: New Canaan :time_zone: America/New_York -06850: +'06850': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06851: +'06851': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06852: +'06852': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06853: +'06853': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06854: +'06854': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06855: +'06855': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06856: +'06856': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06857: +'06857': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06858: +'06858': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06859: +'06859': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06860: +'06860': :state_code: CT :state_name: Connecticut :city: Norwalk :time_zone: America/New_York -06870: +'06870': :state_code: CT :state_name: Connecticut :city: Old Greenwich :time_zone: America/New_York -06875: +'06875': :state_code: CT :state_name: Connecticut :city: Redding Center :time_zone: America/New_York -06876: +'06876': :state_code: CT :state_name: Connecticut :city: Redding Ridge :time_zone: America/New_York -06877: +'06877': :state_code: CT :state_name: Connecticut :city: Ridgefield :time_zone: America/New_York -06878: +'06878': :state_code: CT :state_name: Connecticut :city: Riverside :time_zone: America/New_York -06879: +'06879': :state_code: CT :state_name: Connecticut :city: Ridgefield :time_zone: America/New_York -06880: +'06880': :state_code: CT :state_name: Connecticut :city: Westport :time_zone: America/New_York -06881: +'06881': :state_code: CT :state_name: Connecticut :city: Westport :time_zone: America/New_York -06883: +'06883': :state_code: CT :state_name: Connecticut :city: Weston :time_zone: America/New_York -06888: +'06888': :state_code: CT :state_name: Connecticut :city: Westport :time_zone: America/New_York -06889: +'06889': :state_code: CT :state_name: Connecticut :city: Westport :time_zone: America/New_York -06890: +'06890': :state_code: CT :state_name: Connecticut :city: Southport :time_zone: America/New_York -06896: +'06896': :state_code: CT :state_name: Connecticut :city: Redding :time_zone: America/New_York -06897: +'06897': :state_code: CT :state_name: Connecticut :city: Wilton :time_zone: America/New_York -06901: +'06901': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06902: +'06902': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06903: +'06903': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06904: +'06904': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06905: +'06905': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06906: +'06906': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06907: +'06907': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06910: +'06910': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06911: +'06911': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06912: +'06912': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06913: +'06913': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06914: +'06914': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06920: +'06920': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06921: +'06921': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06922: +'06922': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06925: +'06925': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06926: +'06926': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06927: +'06927': :state_code: CT :state_name: Connecticut :city: Stamford :time_zone: America/New_York -06928: +'06928': :state_code: CT :state_name: Connecticut :city: Stamford @@ -31171,7 +31171,7 @@ :state_name: Connecticut :city: Broad Brook :time_zone: America/New_York -06019: +'06019': :state_code: CT :state_name: Connecticut :city: Canton @@ -31206,7 +31206,7 @@ :state_name: Connecticut :city: East Hartland :time_zone: America/New_York -06028: +'06028': :state_code: CT :state_name: Connecticut :city: East Windsor Hill @@ -31261,7 +31261,7 @@ :state_name: Connecticut :city: Manchester :time_zone: America/New_York -06049: +'06049': :state_code: CT :state_name: Connecticut :city: Melrose @@ -31286,7 +31286,7 @@ :state_name: Connecticut :city: New Britain :time_zone: America/New_York -06059: +'06059': :state_code: CT :state_name: Connecticut :city: North Canton @@ -31326,77 +31326,77 @@ :state_name: Connecticut :city: South Windsor :time_zone: America/New_York -06078: +'06078': :state_code: CT :state_name: Connecticut :city: Suffield :time_zone: America/New_York -06080: +'06080': :state_code: CT :state_name: Connecticut :city: Suffield :time_zone: America/New_York -06081: +'06081': :state_code: CT :state_name: Connecticut :city: Tariffville :time_zone: America/New_York -06082: +'06082': :state_code: CT :state_name: Connecticut :city: Enfield :time_zone: America/New_York -06083: +'06083': :state_code: CT :state_name: Connecticut :city: Enfield :time_zone: America/New_York -06085: +'06085': :state_code: CT :state_name: Connecticut :city: Unionville :time_zone: America/New_York -06087: +'06087': :state_code: CT :state_name: Connecticut :city: Unionville :time_zone: America/New_York -06088: +'06088': :state_code: CT :state_name: Connecticut :city: East Windsor :time_zone: America/New_York -06089: +'06089': :state_code: CT :state_name: Connecticut :city: Weatogue :time_zone: America/New_York -06090: +'06090': :state_code: CT :state_name: Connecticut :city: West Granby :time_zone: America/New_York -06091: +'06091': :state_code: CT :state_name: Connecticut :city: West Hartland :time_zone: America/New_York -06092: +'06092': :state_code: CT :state_name: Connecticut :city: West Simsbury :time_zone: America/New_York -06093: +'06093': :state_code: CT :state_name: Connecticut :city: West Suffield :time_zone: America/New_York -06095: +'06095': :state_code: CT :state_name: Connecticut :city: Windsor :time_zone: America/New_York -06096: +'06096': :state_code: CT :state_name: Connecticut :city: Windsor Locks @@ -31436,12 +31436,12 @@ :state_name: Connecticut :city: West Hartford :time_zone: America/New_York -06108: +'06108': :state_code: CT :state_name: Connecticut :city: East Hartford :time_zone: America/New_York -06109: +'06109': :state_code: CT :state_name: Connecticut :city: Wethersfield @@ -31476,12 +31476,12 @@ :state_name: Connecticut :city: West Hartford :time_zone: America/New_York -06118: +'06118': :state_code: CT :state_name: Connecticut :city: East Hartford :time_zone: America/New_York -06119: +'06119': :state_code: CT :state_name: Connecticut :city: West Hartford @@ -31506,12 +31506,12 @@ :state_name: Connecticut :city: West Hartford :time_zone: America/New_York -06128: +'06128': :state_code: CT :state_name: Connecticut :city: East Hartford :time_zone: America/New_York -06129: +'06129': :state_code: CT :state_name: Connecticut :city: Wethersfield @@ -31541,7 +31541,7 @@ :state_name: Connecticut :city: West Hartford :time_zone: America/New_York -06138: +'06138': :state_code: CT :state_name: Connecticut :city: East Hartford @@ -31641,17 +31641,17 @@ :state_name: Connecticut :city: Hartford :time_zone: America/New_York -06180: +'06180': :state_code: CT :state_name: Connecticut :city: Hartford :time_zone: America/New_York -06183: +'06183': :state_code: CT :state_name: Connecticut :city: Hartford :time_zone: America/New_York -06199: +'06199': :state_code: CT :state_name: Connecticut :city: Hartford @@ -31671,17 +31671,17 @@ :state_name: Connecticut :city: Milldale :time_zone: America/New_York -06479: +'06479': :state_code: CT :state_name: Connecticut :city: Plantsville :time_zone: America/New_York -06489: +'06489': :state_code: CT :state_name: Connecticut :city: Southington :time_zone: America/New_York -06018: +'06018': :state_code: CT :state_name: Connecticut :city: Canaan @@ -31701,7 +31701,7 @@ :state_name: Connecticut :city: Falls Village :time_zone: America/New_York -06039: +'06039': :state_code: CT :state_name: Connecticut :city: Lakeville @@ -31711,7 +31711,7 @@ :state_name: Connecticut :city: New Hartford :time_zone: America/New_York -06058: +'06058': :state_code: CT :state_name: Connecticut :city: Norfolk @@ -31731,27 +31731,27 @@ :state_name: Connecticut :city: Riverton :time_zone: America/New_York -06068: +'06068': :state_code: CT :state_name: Connecticut :city: Salisbury :time_zone: America/New_York -06069: +'06069': :state_code: CT :state_name: Connecticut :city: Sharon :time_zone: America/New_York -06079: +'06079': :state_code: CT :state_name: Connecticut :city: Taconic :time_zone: America/New_York -06094: +'06094': :state_code: CT :state_name: Connecticut :city: Winchester Center :time_zone: America/New_York -06098: +'06098': :state_code: CT :state_name: Connecticut :city: Winsted @@ -31796,12 +31796,12 @@ :state_name: Connecticut :city: Kent :time_zone: America/New_York -06758: +'06758': :state_code: CT :state_name: Connecticut :city: Lakeside :time_zone: America/New_York -06759: +'06759': :state_code: CT :state_name: Connecticut :city: Litchfield @@ -31821,87 +31821,87 @@ :state_name: Connecticut :city: New Preston Marble Dale :time_zone: America/New_York -06778: +'06778': :state_code: CT :state_name: Connecticut :city: Northfield :time_zone: America/New_York -06779: +'06779': :state_code: CT :state_name: Connecticut :city: Oakville :time_zone: America/New_York -06781: +'06781': :state_code: CT :state_name: Connecticut :city: Pequabuck :time_zone: America/New_York -06782: +'06782': :state_code: CT :state_name: Connecticut :city: Plymouth :time_zone: America/New_York -06783: +'06783': :state_code: CT :state_name: Connecticut :city: Roxbury :time_zone: America/New_York -06785: +'06785': :state_code: CT :state_name: Connecticut :city: South Kent :time_zone: America/New_York -06786: +'06786': :state_code: CT :state_name: Connecticut :city: Terryville :time_zone: America/New_York -06787: +'06787': :state_code: CT :state_name: Connecticut :city: Thomaston :time_zone: America/New_York -06790: +'06790': :state_code: CT :state_name: Connecticut :city: Torrington :time_zone: America/New_York -06791: +'06791': :state_code: CT :state_name: Connecticut :city: Harwinton :time_zone: America/New_York -06792: +'06792': :state_code: CT :state_name: Connecticut :city: Torrington :time_zone: America/New_York -06793: +'06793': :state_code: CT :state_name: Connecticut :city: Washington :time_zone: America/New_York -06794: +'06794': :state_code: CT :state_name: Connecticut :city: Washington Depot :time_zone: America/New_York -06795: +'06795': :state_code: CT :state_name: Connecticut :city: Watertown :time_zone: America/New_York -06796: +'06796': :state_code: CT :state_name: Connecticut :city: West Cornwall :time_zone: America/New_York -06798: +'06798': :state_code: CT :state_name: Connecticut :city: Woodbury :time_zone: America/New_York -06409: +'06409': :state_code: CT :state_name: Connecticut :city: Centerbrook @@ -31931,7 +31931,7 @@ :state_name: Connecticut :city: Deep River :time_zone: America/New_York -06419: +'06419': :state_code: CT :state_name: Connecticut :city: Killingworth @@ -31956,7 +31956,7 @@ :state_name: Connecticut :city: Essex :time_zone: America/New_York -06438: +'06438': :state_code: CT :state_name: Connecticut :city: Haddam @@ -31986,12 +31986,12 @@ :state_name: Connecticut :city: Middletown :time_zone: America/New_York -06459: +'06459': :state_code: CT :state_name: Connecticut :city: Middletown :time_zone: America/New_York -06469: +'06469': :state_code: CT :state_name: Connecticut :city: Moodus @@ -32001,17 +32001,17 @@ :state_name: Connecticut :city: Old Saybrook :time_zone: America/New_York -06480: +'06480': :state_code: CT :state_name: Connecticut :city: Portland :time_zone: America/New_York -06481: +'06481': :state_code: CT :state_name: Connecticut :city: Rockfall :time_zone: America/New_York -06498: +'06498': :state_code: CT :state_name: Connecticut :city: Westbrook @@ -32031,7 +32031,7 @@ :state_name: Connecticut :city: Branford :time_zone: America/New_York -06408: +'06408': :state_code: CT :state_name: Connecticut :city: Cheshire @@ -32046,7 +32046,7 @@ :state_name: Connecticut :city: Cheshire :time_zone: America/New_York -06418: +'06418': :state_code: CT :state_name: Connecticut :city: Derby @@ -32111,42 +32111,42 @@ :state_name: Connecticut :city: Orange :time_zone: America/New_York -06478: +'06478': :state_code: CT :state_name: Connecticut :city: Oxford :time_zone: America/New_York -06483: +'06483': :state_code: CT :state_name: Connecticut :city: Seymour :time_zone: America/New_York -06487: +'06487': :state_code: CT :state_name: Connecticut :city: South Britain :time_zone: America/New_York -06488: +'06488': :state_code: CT :state_name: Connecticut :city: Southbury :time_zone: America/New_York -06492: +'06492': :state_code: CT :state_name: Connecticut :city: Wallingford :time_zone: America/New_York -06493: +'06493': :state_code: CT :state_name: Connecticut :city: Wallingford :time_zone: America/New_York -06494: +'06494': :state_code: CT :state_name: Connecticut :city: Wallingford :time_zone: America/New_York -06495: +'06495': :state_code: CT :state_name: Connecticut :city: Wallingford @@ -32186,12 +32186,12 @@ :state_name: Connecticut :city: New Haven :time_zone: America/New_York -06508: +'06508': :state_code: CT :state_name: Connecticut :city: New Haven :time_zone: America/New_York -06509: +'06509': :state_code: CT :state_name: Connecticut :city: New Haven @@ -32236,12 +32236,12 @@ :state_name: Connecticut :city: Hamden :time_zone: America/New_York -06518: +'06518': :state_code: CT :state_name: Connecticut :city: Hamden :time_zone: America/New_York -06519: +'06519': :state_code: CT :state_name: Connecticut :city: New Haven @@ -32306,7 +32306,7 @@ :state_name: Connecticut :city: New Haven :time_zone: America/New_York -06538: +'06538': :state_code: CT :state_name: Connecticut :city: New Haven @@ -32346,7 +32346,7 @@ :state_name: Connecticut :city: Waterbury :time_zone: America/New_York -06708: +'06708': :state_code: CT :state_name: Connecticut :city: Waterbury @@ -32401,7 +32401,7 @@ :state_name: Connecticut :city: Waterbury :time_zone: America/New_York -06749: +'06749': :state_code: CT :state_name: Connecticut :city: Waterbury @@ -32416,7 +32416,7 @@ :state_name: Connecticut :city: Naugatuck :time_zone: America/New_York -06249: +'06249': :state_code: CT :state_name: Connecticut :city: Lebanon @@ -32461,12 +32461,12 @@ :state_name: Connecticut :city: Glasgo :time_zone: America/New_York -06338: +'06338': :state_code: CT :state_name: Connecticut :city: Mashantucket :time_zone: America/New_York -06339: +'06339': :state_code: CT :state_name: Connecticut :city: Ledyard @@ -32476,7 +32476,7 @@ :state_name: Connecticut :city: Groton :time_zone: America/New_York -06349: +'06349': :state_code: CT :state_name: Connecticut :city: Groton @@ -32506,7 +32506,7 @@ :state_name: Connecticut :city: Niantic :time_zone: America/New_York -06359: +'06359': :state_code: CT :state_name: Connecticut :city: North Stonington @@ -32546,52 +32546,52 @@ :state_name: Connecticut :city: South Lyme :time_zone: America/New_York -06378: +'06378': :state_code: CT :state_name: Connecticut :city: Stonington :time_zone: America/New_York -06379: +'06379': :state_code: CT :state_name: Connecticut :city: Pawcatuck :time_zone: America/New_York -06380: +'06380': :state_code: CT :state_name: Connecticut :city: Taftville :time_zone: America/New_York -06382: +'06382': :state_code: CT :state_name: Connecticut :city: Uncasville :time_zone: America/New_York -06383: +'06383': :state_code: CT :state_name: Connecticut :city: Versailles :time_zone: America/New_York -06384: +'06384': :state_code: CT :state_name: Connecticut :city: Voluntown :time_zone: America/New_York -06385: +'06385': :state_code: CT :state_name: Connecticut :city: Waterford :time_zone: America/New_York -06386: +'06386': :state_code: CT :state_name: Connecticut :city: Waterford :time_zone: America/New_York -06388: +'06388': :state_code: CT :state_name: Connecticut :city: West Mystic :time_zone: America/New_York -06389: +'06389': :state_code: CT :state_name: Connecticut :city: Yantic @@ -32606,7 +32606,7 @@ :state_name: Connecticut :city: Salem :time_zone: America/New_York -06439: +'06439': :state_code: CT :state_name: Connecticut :city: Hadlyme @@ -32616,7 +32616,7 @@ :state_name: Connecticut :city: North Westchester :time_zone: America/New_York -06029: +'06029': :state_code: CT :state_name: Connecticut :city: Ellington @@ -32656,7 +32656,7 @@ :state_name: Connecticut :city: Staffordville :time_zone: America/New_York -06084: +'06084': :state_code: CT :state_name: Connecticut :city: Tolland @@ -32676,12 +32676,12 @@ :state_name: Connecticut :city: Columbia :time_zone: America/New_York -06238: +'06238': :state_code: CT :state_name: Connecticut :city: Coventry :time_zone: America/New_York -06248: +'06248': :state_code: CT :state_name: Connecticut :city: Hebron @@ -32701,17 +32701,17 @@ :state_name: Connecticut :city: South Willington :time_zone: America/New_York -06268: +'06268': :state_code: CT :state_name: Connecticut :city: Storrs Mansfield :time_zone: America/New_York -06269: +'06269': :state_code: CT :state_name: Connecticut :city: Storrs Mansfield :time_zone: America/New_York -06279: +'06279': :state_code: CT :state_name: Connecticut :city: Willington @@ -32741,7 +32741,7 @@ :state_name: Connecticut :city: Chaplin :time_zone: America/New_York -06239: +'06239': :state_code: CT :state_name: Connecticut :city: Danielson @@ -32791,12 +32791,12 @@ :state_name: Connecticut :city: North Windham :time_zone: America/New_York -06258: +'06258': :state_code: CT :state_name: Connecticut :city: Pomfret :time_zone: America/New_York -06259: +'06259': :state_code: CT :state_name: Connecticut :city: Pomfret Center @@ -32836,22 +32836,22 @@ :state_name: Connecticut :city: Thompson :time_zone: America/New_York -06278: +'06278': :state_code: CT :state_name: Connecticut :city: Ashford :time_zone: America/New_York -06280: +'06280': :state_code: CT :state_name: Connecticut :city: Windham :time_zone: America/New_York -06281: +'06281': :state_code: CT :state_name: Connecticut :city: Woodstock :time_zone: America/New_York -06282: +'06282': :state_code: CT :state_name: Connecticut :city: Woodstock Valley @@ -32886,7 +32886,7 @@ :state_name: Connecticut :city: Sterling :time_zone: America/New_York -06387: +'06387': :state_code: CT :state_name: Connecticut :city: Wauregan @@ -83032,7 +83032,7 @@ :state_name: Massachusetts :city: North Falmouth :time_zone: America/New_York -02559: +'02559': :state_code: MA :state_name: Massachusetts :city: Pocasset @@ -83107,12 +83107,12 @@ :state_name: Massachusetts :city: Cummaquid :time_zone: America/New_York -02638: +'02638': :state_code: MA :state_name: Massachusetts :city: Dennis :time_zone: America/New_York -02639: +'02639': :state_code: MA :state_name: Massachusetts :city: Dennis Port @@ -83152,12 +83152,12 @@ :state_name: Massachusetts :city: Hyannis Port :time_zone: America/New_York -02648: +'02648': :state_code: MA :state_name: Massachusetts :city: Marstons Mills :time_zone: America/New_York -02649: +'02649': :state_code: MA :state_name: Massachusetts :city: Mashpee @@ -83192,7 +83192,7 @@ :state_name: Massachusetts :city: Provincetown :time_zone: America/New_York -02659: +'02659': :state_code: MA :state_name: Massachusetts :city: South Chatham @@ -83232,12 +83232,12 @@ :state_name: Massachusetts :city: Wellfleet :time_zone: America/New_York -02668: +'02668': :state_code: MA :state_name: Massachusetts :city: West Barnstable :time_zone: America/New_York -02669: +'02669': :state_code: MA :state_name: Massachusetts :city: West Chatham @@ -83267,7 +83267,7 @@ :state_name: Massachusetts :city: Yarmouth Port :time_zone: America/New_York -01029: +'01029': :state_code: MA :state_name: Massachusetts :city: East Otis @@ -83322,7 +83322,7 @@ :state_name: Massachusetts :city: Dalton :time_zone: America/New_York -01229: +'01229': :state_code: MA :state_name: Massachusetts :city: Glendale @@ -83347,7 +83347,7 @@ :state_name: Massachusetts :city: Lanesboro :time_zone: America/New_York -01238: +'01238': :state_code: MA :state_name: Massachusetts :city: Lee @@ -83407,12 +83407,12 @@ :state_name: Massachusetts :city: Sheffield :time_zone: America/New_York -01258: +'01258': :state_code: MA :state_name: Massachusetts :city: South Egremont :time_zone: America/New_York -01259: +'01259': :state_code: MA :state_name: Massachusetts :city: Southfield @@ -83462,7 +83462,7 @@ :state_name: Massachusetts :city: East Mansfield :time_zone: America/New_York -02048: +'02048': :state_code: MA :state_name: Massachusetts :city: Mansfield @@ -83517,12 +83517,12 @@ :state_name: Massachusetts :city: East Freetown :time_zone: America/New_York -02718: +'02718': :state_code: MA :state_name: Massachusetts :city: East Taunton :time_zone: America/New_York -02719: +'02719': :state_code: MA :state_name: Massachusetts :city: Fairhaven @@ -83602,7 +83602,7 @@ :state_name: Massachusetts :city: North Dartmouth :time_zone: America/New_York -02748: +'02748': :state_code: MA :state_name: Massachusetts :city: South Dartmouth @@ -83642,12 +83642,12 @@ :state_name: Massachusetts :city: Raynham :time_zone: America/New_York -02768: +'02768': :state_code: MA :state_name: Massachusetts :city: Raynham Center :time_zone: America/New_York -02769: +'02769': :state_code: MA :state_name: Massachusetts :city: Rehoboth @@ -83662,27 +83662,27 @@ :state_name: Massachusetts :city: Swansea :time_zone: America/New_York -02779: +'02779': :state_code: MA :state_name: Massachusetts :city: Berkley :time_zone: America/New_York -02780: +'02780': :state_code: MA :state_name: Massachusetts :city: Taunton :time_zone: America/New_York -02783: +'02783': :state_code: MA :state_name: Massachusetts :city: Taunton :time_zone: America/New_York -02790: +'02790': :state_code: MA :state_name: Massachusetts :city: Westport :time_zone: America/New_York -02791: +'02791': :state_code: MA :state_name: Massachusetts :city: Westport Point @@ -83692,7 +83692,7 @@ :state_name: Massachusetts :city: Chilmark :time_zone: America/New_York -02539: +'02539': :state_code: MA :state_name: Massachusetts :city: Edgartown @@ -83707,7 +83707,7 @@ :state_name: Massachusetts :city: Oak Bluffs :time_zone: America/New_York -02568: +'02568': :state_code: MA :state_name: Massachusetts :city: Vineyard Haven @@ -83727,287 +83727,287 @@ :state_name: Massachusetts :city: Cuttyhunk :time_zone: America/New_York -01810: +'01810': :state_code: MA :state_name: Massachusetts :city: Andover :time_zone: America/New_York -01812: +'01812': :state_code: MA :state_name: Massachusetts :city: Andover :time_zone: America/New_York -01830: +'01830': :state_code: MA :state_name: Massachusetts :city: Haverhill :time_zone: America/New_York -01831: +'01831': :state_code: MA :state_name: Massachusetts :city: Haverhill :time_zone: America/New_York -01832: +'01832': :state_code: MA :state_name: Massachusetts :city: Haverhill :time_zone: America/New_York -01833: +'01833': :state_code: MA :state_name: Massachusetts :city: Georgetown :time_zone: America/New_York -01834: +'01834': :state_code: MA :state_name: Massachusetts :city: Groveland :time_zone: America/New_York -01835: +'01835': :state_code: MA :state_name: Massachusetts :city: Haverhill :time_zone: America/New_York -01840: +'01840': :state_code: MA :state_name: Massachusetts :city: Lawrence :time_zone: America/New_York -01841: +'01841': :state_code: MA :state_name: Massachusetts :city: Lawrence :time_zone: America/New_York -01842: +'01842': :state_code: MA :state_name: Massachusetts :city: Lawrence :time_zone: America/New_York -01843: +'01843': :state_code: MA :state_name: Massachusetts :city: Lawrence :time_zone: America/New_York -01844: +'01844': :state_code: MA :state_name: Massachusetts :city: Methuen :time_zone: America/New_York -01845: +'01845': :state_code: MA :state_name: Massachusetts :city: North Andover :time_zone: America/New_York -01860: +'01860': :state_code: MA :state_name: Massachusetts :city: Merrimac :time_zone: America/New_York -01885: +'01885': :state_code: MA :state_name: Massachusetts :city: West Boxford :time_zone: America/New_York -01899: +'01899': :state_code: MA :state_name: Massachusetts :city: Andover :time_zone: America/New_York -01901: +'01901': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01902: +'01902': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01903: +'01903': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01904: +'01904': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01905: +'01905': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01906: +'01906': :state_code: MA :state_name: Massachusetts :city: Saugus :time_zone: America/New_York -01907: +'01907': :state_code: MA :state_name: Massachusetts :city: Swampscott :time_zone: America/New_York -01908: +'01908': :state_code: MA :state_name: Massachusetts :city: Nahant :time_zone: America/New_York -01910: +'01910': :state_code: MA :state_name: Massachusetts :city: Lynn :time_zone: America/New_York -01913: +'01913': :state_code: MA :state_name: Massachusetts :city: Amesbury :time_zone: America/New_York -01915: +'01915': :state_code: MA :state_name: Massachusetts :city: Beverly :time_zone: America/New_York -01921: +'01921': :state_code: MA :state_name: Massachusetts :city: Boxford :time_zone: America/New_York -01922: +'01922': :state_code: MA :state_name: Massachusetts :city: Byfield :time_zone: America/New_York -01923: +'01923': :state_code: MA :state_name: Massachusetts :city: Danvers :time_zone: America/New_York -01929: +'01929': :state_code: MA :state_name: Massachusetts :city: Essex :time_zone: America/New_York -01930: +'01930': :state_code: MA :state_name: Massachusetts :city: Gloucester :time_zone: America/New_York -01931: +'01931': :state_code: MA :state_name: Massachusetts :city: Gloucester :time_zone: America/New_York -01936: +'01936': :state_code: MA :state_name: Massachusetts :city: Hamilton :time_zone: America/New_York -01937: +'01937': :state_code: MA :state_name: Massachusetts :city: Hathorne :time_zone: America/New_York -01938: +'01938': :state_code: MA :state_name: Massachusetts :city: Ipswich :time_zone: America/New_York -01940: +'01940': :state_code: MA :state_name: Massachusetts :city: Lynnfield :time_zone: America/New_York -01944: +'01944': :state_code: MA :state_name: Massachusetts :city: Manchester :time_zone: America/New_York -01945: +'01945': :state_code: MA :state_name: Massachusetts :city: Marblehead :time_zone: America/New_York -01947: +'01947': :state_code: MA :state_name: Massachusetts :city: Salem :time_zone: America/New_York -01949: +'01949': :state_code: MA :state_name: Massachusetts :city: Middleton :time_zone: America/New_York -01950: +'01950': :state_code: MA :state_name: Massachusetts :city: Newburyport :time_zone: America/New_York -01951: +'01951': :state_code: MA :state_name: Massachusetts :city: Newbury :time_zone: America/New_York -01952: +'01952': :state_code: MA :state_name: Massachusetts :city: Salisbury :time_zone: America/New_York -01960: +'01960': :state_code: MA :state_name: Massachusetts :city: Peabody :time_zone: America/New_York -01961: +'01961': :state_code: MA :state_name: Massachusetts :city: Peabody :time_zone: America/New_York -01964: +'01964': :state_code: MA :state_name: Massachusetts :city: Peabody :time_zone: America/New_York -01965: +'01965': :state_code: MA :state_name: Massachusetts :city: Prides Crossing :time_zone: America/New_York -01966: +'01966': :state_code: MA :state_name: Massachusetts :city: Rockport :time_zone: America/New_York -01969: +'01969': :state_code: MA :state_name: Massachusetts :city: Rowley :time_zone: America/New_York -01970: +'01970': :state_code: MA :state_name: Massachusetts :city: Salem :time_zone: America/New_York -01971: +'01971': :state_code: MA :state_name: Massachusetts :city: Salem :time_zone: America/New_York -01982: +'01982': :state_code: MA :state_name: Massachusetts :city: South Hamilton :time_zone: America/New_York -01983: +'01983': :state_code: MA :state_name: Massachusetts :city: Topsfield :time_zone: America/New_York -01984: +'01984': :state_code: MA :state_name: Massachusetts :city: Wenham :time_zone: America/New_York -01985: +'01985': :state_code: MA :state_name: Massachusetts :city: West Newbury @@ -84032,7 +84032,7 @@ :state_name: Massachusetts :city: Shutesbury :time_zone: America/New_York -01093: +'01093': :state_code: MA :state_name: Massachusetts :city: Whately @@ -84057,12 +84057,12 @@ :state_name: Massachusetts :city: Bernardston :time_zone: America/New_York -01338: +'01338': :state_code: MA :state_name: Massachusetts :city: Buckland :time_zone: America/New_York -01339: +'01339': :state_code: MA :state_name: Massachusetts :city: Charlemont @@ -84097,7 +84097,7 @@ :state_name: Massachusetts :city: Lake Pleasant :time_zone: America/New_York -01349: +'01349': :state_code: MA :state_name: Massachusetts :city: Turners Falls @@ -84137,7 +84137,7 @@ :state_name: Massachusetts :city: Rowe :time_zone: America/New_York -01369: +'01369': :state_code: MA :state_name: Massachusetts :city: Shattuckville @@ -84162,17 +84162,17 @@ :state_name: Massachusetts :city: Turners Falls :time_zone: America/New_York -01378: +'01378': :state_code: MA :state_name: Massachusetts :city: Warwick :time_zone: America/New_York -01379: +'01379': :state_code: MA :state_name: Massachusetts :city: Wendell :time_zone: America/New_York -01380: +'01380': :state_code: MA :state_name: Massachusetts :city: Wendell Depot @@ -84182,12 +84182,12 @@ :state_name: Massachusetts :city: Agawam :time_zone: America/New_York -01008: +'01008': :state_code: MA :state_name: Massachusetts :city: Blandford :time_zone: America/New_York -01009: +'01009': :state_code: MA :state_name: Massachusetts :city: Bondsville @@ -84227,7 +84227,7 @@ :state_name: Massachusetts :city: Chicopee :time_zone: America/New_York -01028: +'01028': :state_code: MA :state_name: Massachusetts :city: East Longmeadow @@ -84267,7 +84267,7 @@ :state_name: Massachusetts :city: Monson :time_zone: America/New_York -01069: +'01069': :state_code: MA :state_name: Massachusetts :city: Palmer @@ -84282,47 +84282,47 @@ :state_name: Massachusetts :city: Southwick :time_zone: America/New_York -01079: +'01079': :state_code: MA :state_name: Massachusetts :city: Thorndike :time_zone: America/New_York -01080: +'01080': :state_code: MA :state_name: Massachusetts :city: Three Rivers :time_zone: America/New_York -01081: +'01081': :state_code: MA :state_name: Massachusetts :city: Wales :time_zone: America/New_York -01085: +'01085': :state_code: MA :state_name: Massachusetts :city: Westfield :time_zone: America/New_York -01086: +'01086': :state_code: MA :state_name: Massachusetts :city: Westfield :time_zone: America/New_York -01089: +'01089': :state_code: MA :state_name: Massachusetts :city: West Springfield :time_zone: America/New_York -01090: +'01090': :state_code: MA :state_name: Massachusetts :city: West Springfield :time_zone: America/New_York -01095: +'01095': :state_code: MA :state_name: Massachusetts :city: Wilbraham :time_zone: America/New_York -01097: +'01097': :state_code: MA :state_name: Massachusetts :city: Woronoco @@ -84362,12 +84362,12 @@ :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01108: +'01108': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01109: +'01109': :state_code: MA :state_name: Massachusetts :city: Springfield @@ -84392,22 +84392,22 @@ :state_name: Massachusetts :city: Longmeadow :time_zone: America/New_York -01118: +'01118': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01119: +'01119': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01128: +'01128': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01129: +'01129': :state_code: MA :state_name: Massachusetts :city: Springfield @@ -84417,12 +84417,12 @@ :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01138: +'01138': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01139: +'01139': :state_code: MA :state_name: Massachusetts :city: Springfield @@ -84442,12 +84442,12 @@ :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01195: +'01195': :state_code: MA :state_name: Massachusetts :city: Springfield :time_zone: America/New_York -01199: +'01199': :state_code: MA :state_name: Massachusetts :city: Springfield @@ -84457,7 +84457,7 @@ :state_name: Massachusetts :city: Holland :time_zone: America/New_York -01539: +'01539': :state_code: MA :state_name: Massachusetts :city: Oakdale @@ -84512,12 +84512,12 @@ :state_name: Massachusetts :city: Hadley :time_zone: America/New_York -01038: +'01038': :state_code: MA :state_name: Massachusetts :city: Hatfield :time_zone: America/New_York -01039: +'01039': :state_code: MA :state_name: Massachusetts :city: Haydenville @@ -84532,7 +84532,7 @@ :state_name: Massachusetts :city: Leeds :time_zone: America/New_York -01059: +'01059': :state_code: MA :state_name: Massachusetts :city: North Amherst @@ -84577,27 +84577,27 @@ :state_name: Massachusetts :city: South Hadley :time_zone: America/New_York -01082: +'01082': :state_code: MA :state_name: Massachusetts :city: Ware :time_zone: America/New_York -01084: +'01084': :state_code: MA :state_name: Massachusetts :city: West Chesterfield :time_zone: America/New_York -01088: +'01088': :state_code: MA :state_name: Massachusetts :city: West Hatfield :time_zone: America/New_York -01096: +'01096': :state_code: MA :state_name: Massachusetts :city: Williamsburg :time_zone: America/New_York -01098: +'01098': :state_code: MA :state_name: Massachusetts :city: Worthington @@ -84642,7 +84642,7 @@ :state_name: Massachusetts :city: Ashburnham :time_zone: America/New_York -01469: +'01469': :state_code: MA :state_name: Massachusetts :city: Townsend @@ -84692,12 +84692,12 @@ :state_name: Massachusetts :city: Framingham :time_zone: America/New_York -01718: +'01718': :state_code: MA :state_name: Massachusetts :city: Village Of Nagog Woods :time_zone: America/New_York -01719: +'01719': :state_code: MA :state_name: Massachusetts :city: Boxborough @@ -84737,12 +84737,12 @@ :state_name: Massachusetts :city: Holliston :time_zone: America/New_York -01748: +'01748': :state_code: MA :state_name: Massachusetts :city: Hopkinton :time_zone: America/New_York -01749: +'01749': :state_code: MA :state_name: Massachusetts :city: Hudson @@ -84782,187 +84782,187 @@ :state_name: Massachusetts :city: Sudbury :time_zone: America/New_York -01778: +'01778': :state_code: MA :state_name: Massachusetts :city: Wayland :time_zone: America/New_York -01784: +'01784': :state_code: MA :state_name: Massachusetts :city: Woodville :time_zone: America/New_York -01801: +'01801': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01803: +'01803': :state_code: MA :state_name: Massachusetts :city: Burlington :time_zone: America/New_York -01805: +'01805': :state_code: MA :state_name: Massachusetts :city: Burlington :time_zone: America/New_York -01806: +'01806': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01807: +'01807': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01808: +'01808': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01813: +'01813': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01814: +'01814': :state_code: MA :state_name: Massachusetts :city: Reading :time_zone: America/New_York -01815: +'01815': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01821: +'01821': :state_code: MA :state_name: Massachusetts :city: Billerica :time_zone: America/New_York -01822: +'01822': :state_code: MA :state_name: Massachusetts :city: Billerica :time_zone: America/New_York -01824: +'01824': :state_code: MA :state_name: Massachusetts :city: Chelmsford :time_zone: America/New_York -01826: +'01826': :state_code: MA :state_name: Massachusetts :city: Dracut :time_zone: America/New_York -01827: +'01827': :state_code: MA :state_name: Massachusetts :city: Dunstable :time_zone: America/New_York -01850: +'01850': :state_code: MA :state_name: Massachusetts :city: Lowell :time_zone: America/New_York -01851: +'01851': :state_code: MA :state_name: Massachusetts :city: Lowell :time_zone: America/New_York -01852: +'01852': :state_code: MA :state_name: Massachusetts :city: Lowell :time_zone: America/New_York -01853: +'01853': :state_code: MA :state_name: Massachusetts :city: Lowell :time_zone: America/New_York -01854: +'01854': :state_code: MA :state_name: Massachusetts :city: Lowell :time_zone: America/New_York -01862: +'01862': :state_code: MA :state_name: Massachusetts :city: North Billerica :time_zone: America/New_York -01863: +'01863': :state_code: MA :state_name: Massachusetts :city: North Chelmsford :time_zone: America/New_York -01864: +'01864': :state_code: MA :state_name: Massachusetts :city: North Reading :time_zone: America/New_York -01865: +'01865': :state_code: MA :state_name: Massachusetts :city: Nutting Lake :time_zone: America/New_York -01866: +'01866': :state_code: MA :state_name: Massachusetts :city: Pinehurst :time_zone: America/New_York -01867: +'01867': :state_code: MA :state_name: Massachusetts :city: Reading :time_zone: America/New_York -01876: +'01876': :state_code: MA :state_name: Massachusetts :city: Tewksbury :time_zone: America/New_York -01879: +'01879': :state_code: MA :state_name: Massachusetts :city: Tyngsboro :time_zone: America/New_York -01880: +'01880': :state_code: MA :state_name: Massachusetts :city: Wakefield :time_zone: America/New_York -01886: +'01886': :state_code: MA :state_name: Massachusetts :city: Westford :time_zone: America/New_York -01887: +'01887': :state_code: MA :state_name: Massachusetts :city: Wilmington :time_zone: America/New_York -01888: +'01888': :state_code: MA :state_name: Massachusetts :city: Woburn :time_zone: America/New_York -01889: +'01889': :state_code: MA :state_name: Massachusetts :city: North Reading :time_zone: America/New_York -01890: +'01890': :state_code: MA :state_name: Massachusetts :city: Winchester :time_zone: America/New_York -02138: +'02138': :state_code: MA :state_name: Massachusetts :city: Cambridge :time_zone: America/New_York -02139: +'02139': :state_code: MA :state_name: Massachusetts :city: Cambridge @@ -84997,12 +84997,12 @@ :state_name: Massachusetts :city: Somerville :time_zone: America/New_York -02148: +'02148': :state_code: MA :state_name: Massachusetts :city: Malden :time_zone: America/New_York -02149: +'02149': :state_code: MA :state_name: Massachusetts :city: Everett @@ -85027,12 +85027,12 @@ :state_name: Massachusetts :city: West Medford :time_zone: America/New_York -02158: +'02158': :state_code: MA :state_name: Massachusetts :city: Newton :time_zone: America/New_York -02159: +'02159': :state_code: MA :state_name: Massachusetts :city: Newton @@ -85067,7 +85067,7 @@ :state_name: Massachusetts :city: Chestnut Hill :time_zone: America/New_York -02168: +'02168': :state_code: MA :state_name: Massachusetts :city: Waban @@ -85102,27 +85102,27 @@ :state_name: Massachusetts :city: Melrose :time_zone: America/New_York -02178: +'02178': :state_code: MA :state_name: Massachusetts :city: Belmont :time_zone: America/New_York -02179: +'02179': :state_code: MA :state_name: Massachusetts :city: Waverley :time_zone: America/New_York -02180: +'02180': :state_code: MA :state_name: Massachusetts :city: Stoneham :time_zone: America/New_York -02193: +'02193': :state_code: MA :state_name: Massachusetts :city: Weston :time_zone: America/New_York -02195: +'02195': :state_code: MA :state_name: Massachusetts :city: Newton @@ -85132,12 +85132,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02238: +'02238': :state_code: MA :state_name: Massachusetts :city: Cambridge :time_zone: America/New_York -02239: +'02239': :state_code: MA :state_name: Massachusetts :city: Cambridge @@ -85147,7 +85147,7 @@ :state_name: Massachusetts :city: Waltham :time_zone: America/New_York -02258: +'02258': :state_code: MA :state_name: Massachusetts :city: Newton @@ -85202,12 +85202,12 @@ :state_name: Massachusetts :city: New Town :time_zone: America/New_York -02458: +'02458': :state_code: MA :state_name: Massachusetts :city: Newton :time_zone: America/New_York -02459: +'02459': :state_code: MA :state_name: Massachusetts :city: Newton Center @@ -85247,7 +85247,7 @@ :state_name: Massachusetts :city: Chestnut Hill :time_zone: America/New_York -02468: +'02468': :state_code: MA :state_name: Massachusetts :city: Waban @@ -85282,22 +85282,22 @@ :state_name: Massachusetts :city: Watertown :time_zone: America/New_York -02478: +'02478': :state_code: MA :state_name: Massachusetts :city: Belmont :time_zone: America/New_York -02479: +'02479': :state_code: MA :state_name: Massachusetts :city: Waverley :time_zone: America/New_York -02493: +'02493': :state_code: MA :state_name: Massachusetts :city: Weston :time_zone: America/New_York -02495: +'02495': :state_code: MA :state_name: Massachusetts :city: Nonantum @@ -85312,12 +85312,12 @@ :state_name: Massachusetts :city: Siasconset :time_zone: America/New_York -02584: +'02584': :state_code: MA :state_name: Massachusetts :city: Nantucket :time_zone: America/New_York -02019: +'02019': :state_code: MA :state_name: Massachusetts :city: Bellingham @@ -85357,7 +85357,7 @@ :state_name: Massachusetts :city: Foxboro :time_zone: America/New_York -02038: +'02038': :state_code: MA :state_name: Massachusetts :city: Franklin @@ -85407,17 +85407,17 @@ :state_name: Massachusetts :city: Stoughton :time_zone: America/New_York -02081: +'02081': :state_code: MA :state_name: Massachusetts :city: Walpole :time_zone: America/New_York -02090: +'02090': :state_code: MA :state_name: Massachusetts :city: Westwood :time_zone: America/New_York -02093: +'02093': :state_code: MA :state_name: Massachusetts :city: Wrentham @@ -85437,7 +85437,7 @@ :state_name: Massachusetts :city: Babson Park :time_zone: America/New_York -02169: +'02169': :state_code: MA :state_name: Massachusetts :city: Quincy @@ -85452,62 +85452,62 @@ :state_name: Massachusetts :city: Quincy :time_zone: America/New_York -02181: +'02181': :state_code: MA :state_name: Massachusetts :city: Wellesley :time_zone: America/New_York -02184: +'02184': :state_code: MA :state_name: Massachusetts :city: Braintree :time_zone: America/New_York -02185: +'02185': :state_code: MA :state_name: Massachusetts :city: Braintree :time_zone: America/New_York -02186: +'02186': :state_code: MA :state_name: Massachusetts :city: Milton :time_zone: America/New_York -02187: +'02187': :state_code: MA :state_name: Massachusetts :city: Milton Village :time_zone: America/New_York -02188: +'02188': :state_code: MA :state_name: Massachusetts :city: Weymouth :time_zone: America/New_York -02189: +'02189': :state_code: MA :state_name: Massachusetts :city: Weymouth :time_zone: America/New_York -02190: +'02190': :state_code: MA :state_name: Massachusetts :city: Weymouth :time_zone: America/New_York -02191: +'02191': :state_code: MA :state_name: Massachusetts :city: Weymouth :time_zone: America/New_York -02192: +'02192': :state_code: MA :state_name: Massachusetts :city: Needham :time_zone: America/New_York -02194: +'02194': :state_code: MA :state_name: Massachusetts :city: Needham :time_zone: America/New_York -02269: +'02269': :state_code: MA :state_name: Massachusetts :city: Quincy @@ -85527,7 +85527,7 @@ :state_name: Massachusetts :city: Plymouth :time_zone: America/New_York -02368: +'02368': :state_code: MA :state_name: Massachusetts :city: Randolph @@ -85552,22 +85552,22 @@ :state_name: Massachusetts :city: Babson Park :time_zone: America/New_York -02481: +'02481': :state_code: MA :state_name: Massachusetts :city: Wellesley Hills :time_zone: America/New_York -02482: +'02482': :state_code: MA :state_name: Massachusetts :city: Wellesley :time_zone: America/New_York -02492: +'02492': :state_code: MA :state_name: Massachusetts :city: Needham :time_zone: America/New_York -02494: +'02494': :state_code: MA :state_name: Massachusetts :city: Needham @@ -85577,7 +85577,7 @@ :state_name: Massachusetts :city: Plainville :time_zone: America/New_York -02018: +'02018': :state_code: MA :state_name: Massachusetts :city: Accord @@ -85632,7 +85632,7 @@ :state_name: Massachusetts :city: Minot :time_zone: America/New_York -02059: +'02059': :state_code: MA :state_name: Massachusetts :city: North Marshfield @@ -85722,12 +85722,12 @@ :state_name: Massachusetts :city: Elmwood :time_zone: America/New_York -02338: +'02338': :state_code: MA :state_name: Massachusetts :city: Halifax :time_zone: America/New_York -02339: +'02339': :state_code: MA :state_name: Massachusetts :city: Hanover @@ -85762,12 +85762,12 @@ :state_name: Massachusetts :city: Lakeville :time_zone: America/New_York -02348: +'02348': :state_code: MA :state_name: Massachusetts :city: Middleboro :time_zone: America/New_York -02349: +'02349': :state_code: MA :state_name: Massachusetts :city: Middleboro @@ -85787,12 +85787,12 @@ :state_name: Massachusetts :city: North Carver :time_zone: America/New_York -02358: +'02358': :state_code: MA :state_name: Massachusetts :city: North Pembroke :time_zone: America/New_York -02359: +'02359': :state_code: MA :state_name: Massachusetts :city: Pembroke @@ -85832,17 +85832,17 @@ :state_name: Massachusetts :city: Rockland :time_zone: America/New_York -02379: +'02379': :state_code: MA :state_name: Massachusetts :city: West Bridgewater :time_zone: America/New_York -02381: +'02381': :state_code: MA :state_name: Massachusetts :city: White Horse Beach :time_zone: America/New_York -02382: +'02382': :state_code: MA :state_name: Massachusetts :city: Whitman @@ -85877,17 +85877,17 @@ :state_name: Massachusetts :city: Brockton :time_zone: America/New_York -02499: +'02499': :state_code: MA :state_name: Massachusetts :city: Brockton :time_zone: America/New_York -02538: +'02538': :state_code: MA :state_name: Massachusetts :city: East Wareham :time_zone: America/New_York -02558: +'02558': :state_code: MA :state_name: Massachusetts :city: Onset @@ -85902,12 +85902,12 @@ :state_name: Massachusetts :city: West Wareham :time_zone: America/New_York -02738: +'02738': :state_code: MA :state_name: Massachusetts :city: Marion :time_zone: America/New_York -02739: +'02739': :state_code: MA :state_name: Massachusetts :city: Mattapoisett @@ -85952,12 +85952,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02108: +'02108': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02109: +'02109': :state_code: MA :state_name: Massachusetts :city: Boston @@ -86002,12 +86002,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02118: +'02118': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02119: +'02119': :state_code: MA :state_name: Massachusetts :city: Boston @@ -86052,12 +86052,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02128: +'02128': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02129: +'02129': :state_code: MA :state_name: Massachusetts :city: Charlestown @@ -86122,12 +86122,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02196: +'02196': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02199: +'02199': :state_code: MA :state_name: Massachusetts :city: Boston @@ -86167,12 +86167,12 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02208: +'02208': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02209: +'02209': :state_code: MA :state_name: Massachusetts :city: Boston @@ -86207,7 +86207,7 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02228: +'02228': :state_code: MA :state_name: Massachusetts :city: East Boston @@ -86222,32 +86222,32 @@ :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02283: +'02283': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02284: +'02284': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02293: +'02293': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02295: +'02295': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02297: +'02297': :state_code: MA :state_name: Massachusetts :city: Boston :time_zone: America/New_York -02298: +'02298': :state_code: MA :state_name: Massachusetts :city: Boston @@ -86267,7 +86267,7 @@ :state_name: Massachusetts :city: Hardwick :time_zone: America/New_York -01068: +'01068': :state_code: MA :state_name: Massachusetts :city: Oakham @@ -86277,17 +86277,17 @@ :state_name: Massachusetts :city: South Barre :time_zone: America/New_York -01083: +'01083': :state_code: MA :state_name: Massachusetts :city: Warren :time_zone: America/New_York -01092: +'01092': :state_code: MA :state_name: Massachusetts :city: West Warren :time_zone: America/New_York -01094: +'01094': :state_code: MA :state_name: Massachusetts :city: Wheelwright @@ -86302,7 +86302,7 @@ :state_name: Massachusetts :city: Petersham :time_zone: America/New_York -01368: +'01368': :state_code: MA :state_name: Massachusetts :city: Royalston @@ -86332,7 +86332,7 @@ :state_name: Massachusetts :city: Baldwinville :time_zone: America/New_York -01438: +'01438': :state_code: MA :state_name: Massachusetts :city: East Templeton @@ -86372,7 +86372,7 @@ :state_name: Massachusetts :city: Still River :time_zone: America/New_York -01468: +'01468': :state_code: MA :state_name: Massachusetts :city: Templeton @@ -86422,12 +86422,12 @@ :state_name: Massachusetts :city: Charlton :time_zone: America/New_York -01508: +'01508': :state_code: MA :state_name: Massachusetts :city: Charlton City :time_zone: America/New_York -01509: +'01509': :state_code: MA :state_name: Massachusetts :city: Charlton Depot @@ -86452,12 +86452,12 @@ :state_name: Massachusetts :city: East Princeton :time_zone: America/New_York -01518: +'01518': :state_code: MA :state_name: Massachusetts :city: Fiskdale :time_zone: America/New_York -01519: +'01519': :state_code: MA :state_name: Massachusetts :city: Grafton @@ -86497,7 +86497,7 @@ :state_name: Massachusetts :city: Millbury :time_zone: America/New_York -01529: +'01529': :state_code: MA :state_name: Massachusetts :city: Millville @@ -86532,7 +86532,7 @@ :state_name: Massachusetts :city: North Oxford :time_zone: America/New_York -01538: +'01538': :state_code: MA :state_name: Massachusetts :city: North Uxbridge @@ -86597,12 +86597,12 @@ :state_name: Massachusetts :city: Sturbridge :time_zone: America/New_York -01568: +'01568': :state_code: MA :state_name: Massachusetts :city: Upton :time_zone: America/New_York -01569: +'01569': :state_code: MA :state_name: Massachusetts :city: Uxbridge @@ -86617,47 +86617,47 @@ :state_name: Massachusetts :city: Dudley :time_zone: America/New_York -01580: +'01580': :state_code: MA :state_name: Massachusetts :city: Westborough :time_zone: America/New_York -01581: +'01581': :state_code: MA :state_name: Massachusetts :city: Westborough :time_zone: America/New_York -01582: +'01582': :state_code: MA :state_name: Massachusetts :city: Westborough :time_zone: America/New_York -01583: +'01583': :state_code: MA :state_name: Massachusetts :city: West Boylston :time_zone: America/New_York -01585: +'01585': :state_code: MA :state_name: Massachusetts :city: West Brookfield :time_zone: America/New_York -01586: +'01586': :state_code: MA :state_name: Massachusetts :city: West Millbury :time_zone: America/New_York -01587: +'01587': :state_code: MA :state_name: Massachusetts :city: Upton :time_zone: America/New_York -01588: +'01588': :state_code: MA :state_name: Massachusetts :city: Whitinsville :time_zone: America/New_York -01590: +'01590': :state_code: MA :state_name: Massachusetts :city: Sutton @@ -86697,12 +86697,12 @@ :state_name: Massachusetts :city: Worcester :time_zone: America/New_York -01608: +'01608': :state_code: MA :state_name: Massachusetts :city: Worcester :time_zone: America/New_York -01609: +'01609': :state_code: MA :state_name: Massachusetts :city: Worcester @@ -90027,7 +90027,7 @@ :state_name: Maine :city: Danville :time_zone: America/New_York -04228: +'04228': :state_code: ME :state_name: Maine :city: East Livermore @@ -90087,7 +90087,7 @@ :state_name: Maine :city: Mechanic Falls :time_zone: America/New_York -04258: +'04258': :state_code: ME :state_name: Maine :city: Minot @@ -90112,27 +90112,27 @@ :state_name: Maine :city: Poland :time_zone: America/New_York -04280: +'04280': :state_code: ME :state_name: Maine :city: Sabattus :time_zone: America/New_York -04282: +'04282': :state_code: ME :state_name: Maine :city: Turner :time_zone: America/New_York -04283: +'04283': :state_code: ME :state_name: Maine :city: Turner Center :time_zone: America/New_York -04288: +'04288': :state_code: ME :state_name: Maine :city: West Minot :time_zone: America/New_York -04291: +'04291': :state_code: ME :state_name: Maine :city: West Poland @@ -90142,7 +90142,7 @@ :state_name: Maine :city: Orient :time_zone: America/New_York -04497: +'04497': :state_code: ME :state_name: Maine :city: Wytopitlock @@ -90182,12 +90182,12 @@ :state_name: Maine :city: Clayton Lake :time_zone: America/New_York -04738: +'04738': :state_code: ME :state_name: Maine :city: Crouseville :time_zone: America/New_York -04739: +'04739': :state_code: ME :state_name: Maine :city: Eagle Lake @@ -90252,12 +90252,12 @@ :state_name: Maine :city: Mapleton :time_zone: America/New_York -04758: +'04758': :state_code: ME :state_name: Maine :city: Mars Hill :time_zone: America/New_York -04759: +'04759': :state_code: ME :state_name: Maine :city: Masardis @@ -90292,12 +90292,12 @@ :state_name: Maine :city: Perham :time_zone: America/New_York -04768: +'04768': :state_code: ME :state_name: Maine :city: Portage :time_zone: America/New_York -04769: +'04769': :state_code: ME :state_name: Maine :city: Presque Isle @@ -90332,47 +90332,47 @@ :state_name: Maine :city: Sherman Mills :time_zone: America/New_York -04779: +'04779': :state_code: ME :state_name: Maine :city: Sinclair :time_zone: America/New_York -04780: +'04780': :state_code: ME :state_name: Maine :city: Smyrna Mills :time_zone: America/New_York -04781: +'04781': :state_code: ME :state_name: Maine :city: Soldier Pond :time_zone: America/New_York -04783: +'04783': :state_code: ME :state_name: Maine :city: Stockholm :time_zone: America/New_York -04784: +'04784': :state_code: ME :state_name: Maine :city: Upper Frenchville :time_zone: America/New_York -04785: +'04785': :state_code: ME :state_name: Maine :city: Van Buren :time_zone: America/New_York -04786: +'04786': :state_code: ME :state_name: Maine :city: Washburn :time_zone: America/New_York -04787: +'04787': :state_code: ME :state_name: Maine :city: Westfield :time_zone: America/New_York -04788: +'04788': :state_code: ME :state_name: Maine :city: Winterville @@ -90382,7 +90382,7 @@ :state_name: Maine :city: Bailey Island :time_zone: America/New_York -04009: +'04009': :state_code: ME :state_name: Maine :city: Bridgton @@ -90407,7 +90407,7 @@ :state_name: Maine :city: Chebeague Island :time_zone: America/New_York -04019: +'04019': :state_code: ME :state_name: Maine :city: Cliff Island @@ -90422,7 +90422,7 @@ :state_name: Maine :city: East Baldwin :time_zone: America/New_York -04029: +'04029': :state_code: ME :state_name: Maine :city: Sebago @@ -90442,12 +90442,12 @@ :state_name: Maine :city: Freeport :time_zone: America/New_York -04038: +'04038': :state_code: ME :state_name: Maine :city: Gorham :time_zone: America/New_York -04039: +'04039': :state_code: ME :state_name: Maine :city: Gray @@ -90477,7 +90477,7 @@ :state_name: Maine :city: North Bridgton :time_zone: America/New_York -04058: +'04058': :state_code: ME :state_name: Maine :city: North Fryeburg @@ -90497,7 +90497,7 @@ :state_name: Maine :city: Pejepscot :time_zone: America/New_York -04069: +'04069': :state_code: ME :state_name: Maine :city: Pownal @@ -90527,52 +90527,52 @@ :state_name: Maine :city: South Casco :time_zone: America/New_York -04078: +'04078': :state_code: ME :state_name: Maine :city: South Freeport :time_zone: America/New_York -04079: +'04079': :state_code: ME :state_name: Maine :city: Harpswell :time_zone: America/New_York -04082: +'04082': :state_code: ME :state_name: Maine :city: South Windham :time_zone: America/New_York -04084: +'04084': :state_code: ME :state_name: Maine :city: Standish :time_zone: America/New_York -04085: +'04085': :state_code: ME :state_name: Maine :city: Steep Falls :time_zone: America/New_York -04091: +'04091': :state_code: ME :state_name: Maine :city: West Baldwin :time_zone: America/New_York -04092: +'04092': :state_code: ME :state_name: Maine :city: Westbrook :time_zone: America/New_York -04096: +'04096': :state_code: ME :state_name: Maine :city: Yarmouth :time_zone: America/New_York -04097: +'04097': :state_code: ME :state_name: Maine :city: North Yarmouth :time_zone: America/New_York -04098: +'04098': :state_code: ME :state_name: Maine :city: Westbrook @@ -90612,12 +90612,12 @@ :state_name: Maine :city: Cape Elizabeth :time_zone: America/New_York -04108: +'04108': :state_code: ME :state_name: Maine :city: Peaks Island :time_zone: America/New_York -04109: +'04109': :state_code: ME :state_name: Maine :city: Portland @@ -90677,7 +90677,7 @@ :state_name: Maine :city: Frye :time_zone: America/New_York -04239: +'04239': :state_code: ME :state_name: Maine :city: Jay @@ -90687,12 +90687,12 @@ :state_name: Maine :city: North Jay :time_zone: America/New_York -04285: +'04285': :state_code: ME :state_name: Maine :city: Weld :time_zone: America/New_York -04294: +'04294': :state_code: ME :state_name: Maine :city: Wilton @@ -90702,77 +90702,77 @@ :state_name: Maine :city: Weeks Mills :time_zone: America/New_York -04749: +'04749': :state_code: ME :state_name: Maine :city: Lille :time_zone: America/New_York -04936: +'04936': :state_code: ME :state_name: Maine :city: Eustis :time_zone: America/New_York -04938: +'04938': :state_code: ME :state_name: Maine :city: Farmington :time_zone: America/New_York -04940: +'04940': :state_code: ME :state_name: Maine :city: Farmington Falls :time_zone: America/New_York -04947: +'04947': :state_code: ME :state_name: Maine :city: Kingfield :time_zone: America/New_York -04955: +'04955': :state_code: ME :state_name: Maine :city: New Sharon :time_zone: America/New_York -04956: +'04956': :state_code: ME :state_name: Maine :city: New Vineyard :time_zone: America/New_York -04964: +'04964': :state_code: ME :state_name: Maine :city: Oquossoc :time_zone: America/New_York -04966: +'04966': :state_code: ME :state_name: Maine :city: Phillips :time_zone: America/New_York -04970: +'04970': :state_code: ME :state_name: Maine :city: Rangeley :time_zone: America/New_York -04982: +'04982': :state_code: ME :state_name: Maine :city: Stratton :time_zone: America/New_York -04983: +'04983': :state_code: ME :state_name: Maine :city: Strong :time_zone: America/New_York -04984: +'04984': :state_code: ME :state_name: Maine :city: Temple :time_zone: America/New_York -04992: +'04992': :state_code: ME :state_name: Maine :city: West Farmington :time_zone: America/New_York -04408: +'04408': :state_code: ME :state_name: Maine :city: Aurora @@ -90817,12 +90817,12 @@ :state_name: Maine :city: Gouldsboro :time_zone: America/New_York -04608: +'04608': :state_code: ME :state_name: Maine :city: Atlantic :time_zone: America/New_York -04609: +'04609': :state_code: ME :state_name: Maine :city: Bar Harbor @@ -90872,7 +90872,7 @@ :state_name: Maine :city: Deer Isle :time_zone: America/New_York -04629: +'04629': :state_code: ME :state_name: Maine :city: East Blue Hill @@ -90922,7 +90922,7 @@ :state_name: Maine :city: Manset :time_zone: America/New_York -04659: +'04659': :state_code: ME :state_name: Maine :city: Minturn @@ -90952,7 +90952,7 @@ :state_name: Maine :city: Otter Creek :time_zone: America/New_York -04669: +'04669': :state_code: ME :state_name: Maine :city: Prospect Harbor @@ -90987,47 +90987,47 @@ :state_name: Maine :city: Sorrento :time_zone: America/New_York -04678: +'04678': :state_code: ME :state_name: Maine :city: South Gouldsboro :time_zone: America/New_York -04679: +'04679': :state_code: ME :state_name: Maine :city: Southwest Harbor :time_zone: America/New_York -04681: +'04681': :state_code: ME :state_name: Maine :city: Stonington :time_zone: America/New_York -04683: +'04683': :state_code: ME :state_name: Maine :city: Sunset :time_zone: America/New_York -04684: +'04684': :state_code: ME :state_name: Maine :city: Surry :time_zone: America/New_York -04685: +'04685': :state_code: ME :state_name: Maine :city: Swans Island :time_zone: America/New_York -04690: +'04690': :state_code: ME :state_name: Maine :city: West Tremont :time_zone: America/New_York -04693: +'04693': :state_code: ME :state_name: Maine :city: Winter Harbor :time_zone: America/New_York -04259: +'04259': :state_code: ME :state_name: Maine :city: Monmouth @@ -91037,7 +91037,7 @@ :state_name: Maine :city: North Monmouth :time_zone: America/New_York -04284: +'04284': :state_code: ME :state_name: Maine :city: Wayne @@ -91062,7 +91062,7 @@ :state_name: Maine :city: Augusta :time_zone: America/New_York -04338: +'04338': :state_code: ME :state_name: Maine :city: Augusta @@ -91092,7 +91092,7 @@ :state_name: Maine :city: Hallowell :time_zone: America/New_York -04349: +'04349': :state_code: ME :state_name: Maine :city: Kents Hill @@ -91117,12 +91117,12 @@ :state_name: Maine :city: Readfield :time_zone: America/New_York -04358: +'04358': :state_code: ME :state_name: Maine :city: South China :time_zone: America/New_York -04359: +'04359': :state_code: ME :state_name: Maine :city: South Gardiner @@ -91142,57 +91142,57 @@ :state_name: Maine :city: Winthrop :time_zone: America/New_York -04901: +'04901': :state_code: ME :state_name: Maine :city: Waterville :time_zone: America/New_York -04903: +'04903': :state_code: ME :state_name: Maine :city: Waterville :time_zone: America/New_York -04910: +'04910': :state_code: ME :state_name: Maine :city: Albion :time_zone: America/New_York -04917: +'04917': :state_code: ME :state_name: Maine :city: Belgrade :time_zone: America/New_York -04918: +'04918': :state_code: ME :state_name: Maine :city: Belgrade Lakes :time_zone: America/New_York -04926: +'04926': :state_code: ME :state_name: Maine :city: China :time_zone: America/New_York -04927: +'04927': :state_code: ME :state_name: Maine :city: Clinton :time_zone: America/New_York -04935: +'04935': :state_code: ME :state_name: Maine :city: East Vassalboro :time_zone: America/New_York -04962: +'04962': :state_code: ME :state_name: Maine :city: North Vassalboro :time_zone: America/New_York -04963: +'04963': :state_code: ME :state_name: Maine :city: Oakland :time_zone: America/New_York -04989: +'04989': :state_code: ME :state_name: Maine :city: Vassalboro @@ -91217,92 +91217,92 @@ :state_name: Maine :city: Isle Au Haut :time_zone: America/New_York -04841: +'04841': :state_code: ME :state_name: Maine :city: Rockland :time_zone: America/New_York -04843: +'04843': :state_code: ME :state_name: Maine :city: Camden :time_zone: America/New_York -04846: +'04846': :state_code: ME :state_name: Maine :city: Glen Cove :time_zone: America/New_York -04847: +'04847': :state_code: ME :state_name: Maine :city: Hope :time_zone: America/New_York -04851: +'04851': :state_code: ME :state_name: Maine :city: Matinicus :time_zone: America/New_York -04853: +'04853': :state_code: ME :state_name: Maine :city: North Haven :time_zone: America/New_York -04854: +'04854': :state_code: ME :state_name: Maine :city: Owls Head :time_zone: America/New_York -04855: +'04855': :state_code: ME :state_name: Maine :city: Port Clyde :time_zone: America/New_York -04856: +'04856': :state_code: ME :state_name: Maine :city: Rockport :time_zone: America/New_York -04857: +'04857': :state_code: ME :state_name: Maine :city: Saint George :time_zone: America/New_York -04858: +'04858': :state_code: ME :state_name: Maine :city: South Thomaston :time_zone: America/New_York -04859: +'04859': :state_code: ME :state_name: Maine :city: Spruce Head :time_zone: America/New_York -04860: +'04860': :state_code: ME :state_name: Maine :city: Tenants Harbor :time_zone: America/New_York -04861: +'04861': :state_code: ME :state_name: Maine :city: Thomaston :time_zone: America/New_York -04862: +'04862': :state_code: ME :state_name: Maine :city: Union :time_zone: America/New_York -04863: +'04863': :state_code: ME :state_name: Maine :city: Vinalhaven :time_zone: America/New_York -04864: +'04864': :state_code: ME :state_name: Maine :city: Warren :time_zone: America/New_York -04865: +'04865': :state_code: ME :state_name: Maine :city: West Rockport @@ -91317,7 +91317,7 @@ :state_name: Maine :city: Dresden :time_zone: America/New_York -04348: +'04348': :state_code: ME :state_name: Maine :city: Jefferson @@ -91342,12 +91342,12 @@ :state_name: Maine :city: Boothbay :time_zone: America/New_York -04538: +'04538': :state_code: ME :state_name: Maine :city: Boothbay Harbor :time_zone: America/New_York -04539: +'04539': :state_code: ME :state_name: Maine :city: Bristol @@ -91367,7 +91367,7 @@ :state_name: Maine :city: East Boothbay :time_zone: America/New_York -04549: +'04549': :state_code: ME :state_name: Maine :city: Isle Of Springs @@ -91402,7 +91402,7 @@ :state_name: Maine :city: Edgecomb :time_zone: America/New_York -04558: +'04558': :state_code: ME :state_name: Maine :city: Pemaquid @@ -91412,7 +91412,7 @@ :state_name: Maine :city: Round Pond :time_zone: America/New_York -04568: +'04568': :state_code: ME :state_name: Maine :city: South Bristol @@ -91447,17 +91447,17 @@ :state_name: Maine :city: Southport :time_zone: America/New_York -04578: +'04578': :state_code: ME :state_name: Maine :city: Wiscasset :time_zone: America/New_York -04638: +'04638': :state_code: ME :state_name: Maine :city: Grove :time_zone: America/New_York -04852: +'04852': :state_code: ME :state_name: Maine :city: Monhegan @@ -91492,22 +91492,22 @@ :state_name: Maine :city: Lovell :time_zone: America/New_York -04068: +'04068': :state_code: ME :state_name: Maine :city: Porter :time_zone: America/New_York -04080: +'04080': :state_code: ME :state_name: Maine :city: South Hiram :time_zone: America/New_York -04081: +'04081': :state_code: ME :state_name: Maine :city: South Waterford :time_zone: America/New_York -04088: +'04088': :state_code: ME :state_name: Maine :city: Waterford @@ -91522,7 +91522,7 @@ :state_name: Maine :city: Bethel :time_zone: America/New_York -04219: +'04219': :state_code: ME :state_name: Maine :city: Bryant Pond @@ -91562,7 +91562,7 @@ :state_name: Maine :city: Hanover :time_zone: America/New_York -04238: +'04238': :state_code: ME :state_name: Maine :city: Hebron @@ -91587,7 +91587,7 @@ :state_name: Maine :city: North Waterford :time_zone: America/New_York -04268: +'04268': :state_code: ME :state_name: Maine :city: Norway @@ -91612,37 +91612,37 @@ :state_name: Maine :city: Rumford :time_zone: America/New_York -04278: +'04278': :state_code: ME :state_name: Maine :city: Rumford Center :time_zone: America/New_York -04279: +'04279': :state_code: ME :state_name: Maine :city: Rumford Point :time_zone: America/New_York -04281: +'04281': :state_code: ME :state_name: Maine :city: South Paris :time_zone: America/New_York -04286: +'04286': :state_code: ME :state_name: Maine :city: West Bethel :time_zone: America/New_York -04289: +'04289': :state_code: ME :state_name: Maine :city: West Paris :time_zone: America/New_York -04290: +'04290': :state_code: ME :state_name: Maine :city: Peru :time_zone: America/New_York -04292: +'04292': :state_code: ME :state_name: Maine :city: Sumner @@ -91677,12 +91677,12 @@ :state_name: Maine :city: Burlington :time_zone: America/New_York -04418: +'04418': :state_code: ME :state_name: Maine :city: Cardville :time_zone: America/New_York -04419: +'04419': :state_code: ME :state_name: Maine :city: Carmel @@ -91702,12 +91702,12 @@ :state_name: Maine :city: Corinth :time_zone: America/New_York -04428: +'04428': :state_code: ME :state_name: Maine :city: Eddington :time_zone: America/New_York -04429: +'04429': :state_code: ME :state_name: Maine :city: Holden @@ -91737,12 +91737,12 @@ :state_name: Maine :city: Hampden :time_zone: America/New_York -04448: +'04448': :state_code: ME :state_name: Maine :city: Howland :time_zone: America/New_York -04449: +'04449': :state_code: ME :state_name: Maine :city: Hudson @@ -91777,7 +91777,7 @@ :state_name: Maine :city: Lincoln :time_zone: America/New_York -04459: +'04459': :state_code: ME :state_name: Maine :city: Mattawamkeag @@ -91802,12 +91802,12 @@ :state_name: Maine :city: Olamon :time_zone: America/New_York -04468: +'04468': :state_code: ME :state_name: Maine :city: Old Town :time_zone: America/New_York -04469: +'04469': :state_code: ME :state_name: Maine :city: Orono @@ -91827,27 +91827,27 @@ :state_name: Maine :city: Passadumkeag :time_zone: America/New_York -04487: +'04487': :state_code: ME :state_name: Maine :city: Springfield :time_zone: America/New_York -04488: +'04488': :state_code: ME :state_name: Maine :city: Stetson :time_zone: America/New_York -04489: +'04489': :state_code: ME :state_name: Maine :city: Stillwater :time_zone: America/New_York -04493: +'04493': :state_code: ME :state_name: Maine :city: West Enfield :time_zone: America/New_York -04495: +'04495': :state_code: ME :state_name: Maine :city: Winn @@ -91862,42 +91862,42 @@ :state_name: Maine :city: Sherman Station :time_zone: America/New_York -04782: +'04782': :state_code: ME :state_name: Maine :city: Stacyville :time_zone: America/New_York -04928: +'04928': :state_code: ME :state_name: Maine :city: Corinna :time_zone: America/New_York -04930: +'04930': :state_code: ME :state_name: Maine :city: Dexter :time_zone: America/New_York -04932: +'04932': :state_code: ME :state_name: Maine :city: Dixmont :time_zone: America/New_York -04933: +'04933': :state_code: ME :state_name: Maine :city: East Newport :time_zone: America/New_York -04939: +'04939': :state_code: ME :state_name: Maine :city: Garland :time_zone: America/New_York -04953: +'04953': :state_code: ME :state_name: Maine :city: Newport :time_zone: America/New_York -04969: +'04969': :state_code: ME :state_name: Maine :city: Plymouth @@ -91952,37 +91952,37 @@ :state_name: Maine :city: Monson :time_zone: America/New_York -04479: +'04479': :state_code: ME :state_name: Maine :city: Sangerville :time_zone: America/New_York -04481: +'04481': :state_code: ME :state_name: Maine :city: Sebec :time_zone: America/New_York -04482: +'04482': :state_code: ME :state_name: Maine :city: Sebec Lake :time_zone: America/New_York -04485: +'04485': :state_code: ME :state_name: Maine :city: Shirley Mills :time_zone: America/New_York -04008: +'04008': :state_code: ME :state_name: Maine :city: Bowdoinham :time_zone: America/New_York -04086: +'04086': :state_code: ME :state_name: Maine :city: Topsham :time_zone: America/New_York -04287: +'04287': :state_code: ME :state_name: Maine :city: Bowdoin @@ -91997,7 +91997,7 @@ :state_name: Maine :city: Bath :time_zone: America/New_York -04548: +'04548': :state_code: ME :state_name: Maine :city: Georgetown @@ -92017,142 +92017,142 @@ :state_name: Maine :city: Small Point :time_zone: America/New_York -04579: +'04579': :state_code: ME :state_name: Maine :city: Woolwich :time_zone: America/New_York -04458: +'04458': :state_code: ME :state_name: Maine :city: Lincoln Center :time_zone: America/New_York -04478: +'04478': :state_code: ME :state_name: Maine :city: Rockwood :time_zone: America/New_York -04911: +'04911': :state_code: ME :state_name: Maine :city: Anson :time_zone: America/New_York -04912: +'04912': :state_code: ME :state_name: Maine :city: Athens :time_zone: America/New_York -04920: +'04920': :state_code: ME :state_name: Maine :city: Bingham :time_zone: America/New_York -04923: +'04923': :state_code: ME :state_name: Maine :city: Cambridge :time_zone: America/New_York -04924: +'04924': :state_code: ME :state_name: Maine :city: Canaan :time_zone: America/New_York -04925: +'04925': :state_code: ME :state_name: Maine :city: Caratunk :time_zone: America/New_York -04929: +'04929': :state_code: ME :state_name: Maine :city: Detroit :time_zone: America/New_York -04937: +'04937': :state_code: ME :state_name: Maine :city: Fairfield :time_zone: America/New_York -04942: +'04942': :state_code: ME :state_name: Maine :city: Harmony :time_zone: America/New_York -04943: +'04943': :state_code: ME :state_name: Maine :city: Hartland :time_zone: America/New_York -04944: +'04944': :state_code: ME :state_name: Maine :city: Hinckley :time_zone: America/New_York -04945: +'04945': :state_code: ME :state_name: Maine :city: Jackman :time_zone: America/New_York -04950: +'04950': :state_code: ME :state_name: Maine :city: Madison :time_zone: America/New_York -04954: +'04954': :state_code: ME :state_name: Maine :city: New Portland :time_zone: America/New_York -04957: +'04957': :state_code: ME :state_name: Maine :city: Norridgewock :time_zone: America/New_York -04958: +'04958': :state_code: ME :state_name: Maine :city: North Anson :time_zone: America/New_York -04961: +'04961': :state_code: ME :state_name: Maine :city: North New Portland :time_zone: America/New_York -04965: +'04965': :state_code: ME :state_name: Maine :city: Palmyra :time_zone: America/New_York -04967: +'04967': :state_code: ME :state_name: Maine :city: Pittsfield :time_zone: America/New_York -04971: +'04971': :state_code: ME :state_name: Maine :city: Saint Albans :time_zone: America/New_York -04975: +'04975': :state_code: ME :state_name: Maine :city: Shawmut :time_zone: America/New_York -04976: +'04976': :state_code: ME :state_name: Maine :city: Skowhegan :time_zone: America/New_York -04978: +'04978': :state_code: ME :state_name: Maine :city: Smithfield :time_zone: America/New_York -04979: +'04979': :state_code: ME :state_name: Maine :city: Solon :time_zone: America/New_York -04985: +'04985': :state_code: ME :state_name: Maine :city: West Forks @@ -92162,97 +92162,97 @@ :state_name: Maine :city: Palermo :time_zone: America/New_York -04438: +'04438': :state_code: ME :state_name: Maine :city: Frankfort :time_zone: America/New_York -04496: +'04496': :state_code: ME :state_name: Maine :city: Winterport :time_zone: America/New_York -04848: +'04848': :state_code: ME :state_name: Maine :city: Islesboro :time_zone: America/New_York -04849: +'04849': :state_code: ME :state_name: Maine :city: Lincolnville :time_zone: America/New_York -04850: +'04850': :state_code: ME :state_name: Maine :city: Lincolnville Center :time_zone: America/New_York -04915: +'04915': :state_code: ME :state_name: Maine :city: Belfast :time_zone: America/New_York -04921: +'04921': :state_code: ME :state_name: Maine :city: Brooks :time_zone: America/New_York -04922: +'04922': :state_code: ME :state_name: Maine :city: Burnham :time_zone: America/New_York -04941: +'04941': :state_code: ME :state_name: Maine :city: Freedom :time_zone: America/New_York -04949: +'04949': :state_code: ME :state_name: Maine :city: Liberty :time_zone: America/New_York -04951: +'04951': :state_code: ME :state_name: Maine :city: Monroe :time_zone: America/New_York -04952: +'04952': :state_code: ME :state_name: Maine :city: Morrill :time_zone: America/New_York -04972: +'04972': :state_code: ME :state_name: Maine :city: Sandy Point :time_zone: America/New_York -04973: +'04973': :state_code: ME :state_name: Maine :city: Searsmont :time_zone: America/New_York -04974: +'04974': :state_code: ME :state_name: Maine :city: Searsport :time_zone: America/New_York -04981: +'04981': :state_code: ME :state_name: Maine :city: Stockton Springs :time_zone: America/New_York -04986: +'04986': :state_code: ME :state_name: Maine :city: Thorndike :time_zone: America/New_York -04987: +'04987': :state_code: ME :state_name: Maine :city: Troy :time_zone: America/New_York -04988: +'04988': :state_code: ME :state_name: Maine :city: Unity @@ -92272,17 +92272,17 @@ :state_name: Maine :city: Lambert Lake :time_zone: America/New_York -04490: +'04490': :state_code: ME :state_name: Maine :city: Topsfield :time_zone: America/New_York -04491: +'04491': :state_code: ME :state_name: Maine :city: Vanceboro :time_zone: America/New_York -04492: +'04492': :state_code: ME :state_name: Maine :city: Waite @@ -92297,12 +92297,12 @@ :state_name: Maine :city: Beals :time_zone: America/New_York -04618: +'04618': :state_code: ME :state_name: Maine :city: Bucks Harbor :time_zone: America/New_York -04619: +'04619': :state_code: ME :state_name: Maine :city: Calais @@ -92322,7 +92322,7 @@ :state_name: Maine :city: Cutler :time_zone: America/New_York -04628: +'04628': :state_code: ME :state_name: Maine :city: Dennysville @@ -92347,12 +92347,12 @@ :state_name: Maine :city: Harrington :time_zone: America/New_York -04648: +'04648': :state_code: ME :state_name: Maine :city: Jonesboro :time_zone: America/New_York -04649: +'04649': :state_code: ME :state_name: Maine :city: Jonesport @@ -92377,7 +92377,7 @@ :state_name: Maine :city: Meddybemps :time_zone: America/New_York -04658: +'04658': :state_code: ME :state_name: Maine :city: Milbridge @@ -92392,7 +92392,7 @@ :state_name: Maine :city: Perry :time_zone: America/New_York -04668: +'04668': :state_code: ME :state_name: Maine :city: Princeton @@ -92402,82 +92402,82 @@ :state_name: Maine :city: Robbinston :time_zone: America/New_York -04680: +'04680': :state_code: ME :state_name: Maine :city: Steuben :time_zone: America/New_York -04686: +'04686': :state_code: ME :state_name: Maine :city: Wesley :time_zone: America/New_York -04691: +'04691': :state_code: ME :state_name: Maine :city: Whiting :time_zone: America/New_York -04692: +'04692': :state_code: ME :state_name: Maine :city: Whitneyville :time_zone: America/New_York -04694: +'04694': :state_code: ME :state_name: Maine :city: Baileyville :time_zone: America/New_York -03901: +'03901': :state_code: ME :state_name: Maine :city: Berwick :time_zone: America/New_York -03902: +'03902': :state_code: ME :state_name: Maine :city: Cape Neddick :time_zone: America/New_York -03903: +'03903': :state_code: ME :state_name: Maine :city: Eliot :time_zone: America/New_York -03904: +'03904': :state_code: ME :state_name: Maine :city: Kittery :time_zone: America/New_York -03905: +'03905': :state_code: ME :state_name: Maine :city: Kittery Point :time_zone: America/New_York -03906: +'03906': :state_code: ME :state_name: Maine :city: North Berwick :time_zone: America/New_York -03907: +'03907': :state_code: ME :state_name: Maine :city: Ogunquit :time_zone: America/New_York -03908: +'03908': :state_code: ME :state_name: Maine :city: South Berwick :time_zone: America/New_York -03909: +'03909': :state_code: ME :state_name: Maine :city: York :time_zone: America/New_York -03910: +'03910': :state_code: ME :state_name: Maine :city: York Beach :time_zone: America/New_York -03911: +'03911': :state_code: ME :state_name: Maine :city: York Harbor @@ -92527,7 +92527,7 @@ :state_name: Maine :city: Lebanon :time_zone: America/New_York -04028: +'04028': :state_code: ME :state_name: Maine :city: East Parsonfield @@ -92557,12 +92557,12 @@ :state_name: Maine :city: Parsonsfield :time_zone: America/New_York -04048: +'04048': :state_code: ME :state_name: Maine :city: Limerick :time_zone: America/New_York -04049: +'04049': :state_code: ME :state_name: Maine :city: Limington @@ -92612,32 +92612,32 @@ :state_name: Maine :city: Shapleigh :time_zone: America/New_York -04083: +'04083': :state_code: ME :state_name: Maine :city: Springvale :time_zone: America/New_York -04087: +'04087': :state_code: ME :state_name: Maine :city: Waterboro :time_zone: America/New_York -04090: +'04090': :state_code: ME :state_name: Maine :city: Wells :time_zone: America/New_York -04093: +'04093': :state_code: ME :state_name: Maine :city: West Buxton :time_zone: America/New_York -04094: +'04094': :state_code: ME :state_name: Maine :city: West Kennebunk :time_zone: America/New_York -04095: +'04095': :state_code: ME :state_name: Maine :city: West Newfield @@ -125892,7 +125892,7 @@ :state_name: Nebraska :city: York :time_zone: America/Chicago -03218: +'03218': :state_code: NH :state_name: New Hampshire :city: Barnstead @@ -125927,7 +125927,7 @@ :state_name: New Hampshire :city: Laconia :time_zone: America/New_York -03249: +'03249': :state_code: NH :state_name: New Hampshire :city: Gilford @@ -125947,7 +125947,7 @@ :state_name: New Hampshire :city: New Hampton :time_zone: America/New_York -03269: +'03269': :state_code: NH :state_name: New Hampshire :city: Sanbornton @@ -125957,32 +125957,32 @@ :state_name: New Hampshire :city: Tilton :time_zone: America/New_York -03289: +'03289': :state_code: NH :state_name: New Hampshire :city: Winnisquam :time_zone: America/New_York -03298: +'03298': :state_code: NH :state_name: New Hampshire :city: Tilton :time_zone: America/New_York -03299: +'03299': :state_code: NH :state_name: New Hampshire :city: Tilton :time_zone: America/New_York -03809: +'03809': :state_code: NH :state_name: New Hampshire :city: Alton :time_zone: America/New_York -03810: +'03810': :state_code: NH :state_name: New Hampshire :city: Alton Bay :time_zone: America/New_York -03837: +'03837': :state_code: NH :state_name: New Hampshire :city: Gilmanton Iron Works @@ -125997,147 +125997,147 @@ :state_name: New Hampshire :city: Moultonborough :time_zone: America/New_York -03259: +'03259': :state_code: NH :state_name: New Hampshire :city: North Sandwich :time_zone: America/New_York -03812: +'03812': :state_code: NH :state_name: New Hampshire :city: Bartlett :time_zone: America/New_York -03813: +'03813': :state_code: NH :state_name: New Hampshire :city: Center Conway :time_zone: America/New_York -03814: +'03814': :state_code: NH :state_name: New Hampshire :city: Center Ossipee :time_zone: America/New_York -03816: +'03816': :state_code: NH :state_name: New Hampshire :city: Center Tuftonboro :time_zone: America/New_York -03817: +'03817': :state_code: NH :state_name: New Hampshire :city: Chocorua :time_zone: America/New_York -03818: +'03818': :state_code: NH :state_name: New Hampshire :city: Conway :time_zone: America/New_York -03830: +'03830': :state_code: NH :state_name: New Hampshire :city: East Wakefield :time_zone: America/New_York -03832: +'03832': :state_code: NH :state_name: New Hampshire :city: Eaton Center :time_zone: America/New_York -03836: +'03836': :state_code: NH :state_name: New Hampshire :city: Freedom :time_zone: America/New_York -03838: +'03838': :state_code: NH :state_name: New Hampshire :city: Glen :time_zone: America/New_York -03845: +'03845': :state_code: NH :state_name: New Hampshire :city: Intervale :time_zone: America/New_York -03846: +'03846': :state_code: NH :state_name: New Hampshire :city: Jackson :time_zone: America/New_York -03847: +'03847': :state_code: NH :state_name: New Hampshire :city: Kearsarge :time_zone: America/New_York -03849: +'03849': :state_code: NH :state_name: New Hampshire :city: Madison :time_zone: America/New_York -03850: +'03850': :state_code: NH :state_name: New Hampshire :city: Melvin Village :time_zone: America/New_York -03853: +'03853': :state_code: NH :state_name: New Hampshire :city: Mirror Lake :time_zone: America/New_York -03860: +'03860': :state_code: NH :state_name: New Hampshire :city: North Conway :time_zone: America/New_York -03861: +'03861': :state_code: NH :state_name: New Hampshire :city: Lee :time_zone: America/New_York -03864: +'03864': :state_code: NH :state_name: New Hampshire :city: Ossipee :time_zone: America/New_York -03872: +'03872': :state_code: NH :state_name: New Hampshire :city: Sanbornville :time_zone: America/New_York -03875: +'03875': :state_code: NH :state_name: New Hampshire :city: Silver Lake :time_zone: America/New_York -03882: +'03882': :state_code: NH :state_name: New Hampshire :city: South Effingham :time_zone: America/New_York -03883: +'03883': :state_code: NH :state_name: New Hampshire :city: South Tamworth :time_zone: America/New_York -03886: +'03886': :state_code: NH :state_name: New Hampshire :city: Tamworth :time_zone: America/New_York -03890: +'03890': :state_code: NH :state_name: New Hampshire :city: West Ossipee :time_zone: America/New_York -03894: +'03894': :state_code: NH :state_name: New Hampshire :city: Wolfeboro :time_zone: America/New_York -03896: +'03896': :state_code: NH :state_name: New Hampshire :city: Wolfeboro Falls :time_zone: America/New_York -03897: +'03897': :state_code: NH :state_name: New Hampshire :city: Wonalancet @@ -126182,7 +126182,7 @@ :state_name: New Hampshire :city: Fitzwilliam :time_zone: America/New_York -03448: +'03448': :state_code: NH :state_name: New Hampshire :city: Gilsum @@ -126247,7 +126247,7 @@ :state_name: New Hampshire :city: Westmoreland :time_zone: America/New_York -03469: +'03469': :state_code: NH :state_name: New Hampshire :city: West Swanzey @@ -126267,12 +126267,12 @@ :state_name: New Hampshire :city: Drewsville :time_zone: America/New_York -03608: +'03608': :state_code: NH :state_name: New Hampshire :city: Walpole :time_zone: America/New_York -03609: +'03609': :state_code: NH :state_name: New Hampshire :city: North Walpole @@ -126292,72 +126292,72 @@ :state_name: New Hampshire :city: Colebrook :time_zone: America/New_York -03579: +'03579': :state_code: NH :state_name: New Hampshire :city: Errol :time_zone: America/New_York -03581: +'03581': :state_code: NH :state_name: New Hampshire :city: Gorham :time_zone: America/New_York -03582: +'03582': :state_code: NH :state_name: New Hampshire :city: Groveton :time_zone: America/New_York -03583: +'03583': :state_code: NH :state_name: New Hampshire :city: Jefferson :time_zone: America/New_York -03584: +'03584': :state_code: NH :state_name: New Hampshire :city: Lancaster :time_zone: America/New_York -03587: +'03587': :state_code: NH :state_name: New Hampshire :city: Meadows :time_zone: America/New_York -03588: +'03588': :state_code: NH :state_name: New Hampshire :city: Milan :time_zone: America/New_York -03589: +'03589': :state_code: NH :state_name: New Hampshire :city: Mount Washington :time_zone: America/New_York -03590: +'03590': :state_code: NH :state_name: New Hampshire :city: North Stratford :time_zone: America/New_York -03592: +'03592': :state_code: NH :state_name: New Hampshire :city: Pittsburg :time_zone: America/New_York -03593: +'03593': :state_code: NH :state_name: New Hampshire :city: Randolph :time_zone: America/New_York -03595: +'03595': :state_code: NH :state_name: New Hampshire :city: Twin Mountain :time_zone: America/New_York -03597: +'03597': :state_code: NH :state_name: New Hampshire :city: West Stewartstown :time_zone: America/New_York -03598: +'03598': :state_code: NH :state_name: New Hampshire :city: Whitefield @@ -126387,7 +126387,7 @@ :state_name: New Hampshire :city: East Hebron :time_zone: America/New_York -03238: +'03238': :state_code: NH :state_name: New Hampshire :city: Glencliff @@ -126412,7 +126412,7 @@ :state_name: New Hampshire :city: Lincoln :time_zone: America/New_York -03258: +'03258': :state_code: NH :state_name: New Hampshire :city: Chichester @@ -126437,22 +126437,22 @@ :state_name: New Hampshire :city: Stinson Lake :time_zone: America/New_York -03279: +'03279': :state_code: NH :state_name: New Hampshire :city: Warren :time_zone: America/New_York -03282: +'03282': :state_code: NH :state_name: New Hampshire :city: Wentworth :time_zone: America/New_York -03285: +'03285': :state_code: NH :state_name: New Hampshire :city: Thornton :time_zone: America/New_York -03293: +'03293': :state_code: NH :state_name: New Hampshire :city: Woodstock @@ -126467,17 +126467,17 @@ :state_name: New Hampshire :city: Bethlehem :time_zone: America/New_York -03580: +'03580': :state_code: NH :state_name: New Hampshire :city: Franconia :time_zone: America/New_York -03585: +'03585': :state_code: NH :state_name: New Hampshire :city: Lisbon :time_zone: America/New_York -03586: +'03586': :state_code: NH :state_name: New Hampshire :city: Sugar Hill @@ -126492,12 +126492,12 @@ :state_name: New Hampshire :city: Canaan :time_zone: America/New_York -03748: +'03748': :state_code: NH :state_name: New Hampshire :city: Enfield :time_zone: America/New_York -03749: +'03749': :state_code: NH :state_name: New Hampshire :city: Enfield Center @@ -126527,12 +126527,12 @@ :state_name: New Hampshire :city: Lebanon :time_zone: America/New_York -03768: +'03768': :state_code: NH :state_name: New Hampshire :city: Lyme :time_zone: America/New_York -03769: +'03769': :state_code: NH :state_name: New Hampshire :city: Lyme Center @@ -126552,22 +126552,22 @@ :state_name: New Hampshire :city: Orford :time_zone: America/New_York -03779: +'03779': :state_code: NH :state_name: New Hampshire :city: Piermont :time_zone: America/New_York -03780: +'03780': :state_code: NH :state_name: New Hampshire :city: Pike :time_zone: America/New_York -03784: +'03784': :state_code: NH :state_name: New Hampshire :city: West Lebanon :time_zone: America/New_York -03785: +'03785': :state_code: NH :state_name: New Hampshire :city: Woodsville @@ -126597,12 +126597,12 @@ :state_name: New Hampshire :city: Greenfield :time_zone: America/New_York -03048: +'03048': :state_code: NH :state_name: New Hampshire :city: Greenville :time_zone: America/New_York -03049: +'03049': :state_code: NH :state_name: New Hampshire :city: Hollis @@ -126672,17 +126672,17 @@ :state_name: New Hampshire :city: Pelham :time_zone: America/New_York -03082: +'03082': :state_code: NH :state_name: New Hampshire :city: Lyndeborough :time_zone: America/New_York -03084: +'03084': :state_code: NH :state_name: New Hampshire :city: Temple :time_zone: America/New_York -03086: +'03086': :state_code: NH :state_name: New Hampshire :city: Wilton @@ -126717,12 +126717,12 @@ :state_name: New Hampshire :city: Manchester :time_zone: America/New_York -03108: +'03108': :state_code: NH :state_name: New Hampshire :city: Manchester :time_zone: America/New_York -03109: +'03109': :state_code: NH :state_name: New Hampshire :city: Manchester @@ -126742,7 +126742,7 @@ :state_name: New Hampshire :city: Hillsboro :time_zone: America/New_York -03281: +'03281': :state_code: NH :state_name: New Hampshire :city: Weare @@ -126757,17 +126757,17 @@ :state_name: New Hampshire :city: Bennington :time_zone: America/New_York -03449: +'03449': :state_code: NH :state_name: New Hampshire :city: Hancock :time_zone: America/New_York -03458: +'03458': :state_code: NH :state_name: New Hampshire :city: Peterborough :time_zone: America/New_York -03468: +'03468': :state_code: NH :state_name: New Hampshire :city: West Peterborough @@ -126797,7 +126797,7 @@ :state_name: New Hampshire :city: Canterbury :time_zone: America/New_York -03229: +'03229': :state_code: NH :state_name: New Hampshire :city: Contoocook @@ -126862,7 +126862,7 @@ :state_name: New Hampshire :city: Andover :time_zone: America/New_York -03268: +'03268': :state_code: NH :state_name: New Hampshire :city: Salisbury @@ -126882,12 +126882,12 @@ :state_name: New Hampshire :city: Suncook :time_zone: America/New_York -03278: +'03278': :state_code: NH :state_name: New Hampshire :city: Warner :time_zone: America/New_York -03287: +'03287': :state_code: NH :state_name: New Hampshire :city: Wilmot @@ -126977,7 +126977,7 @@ :state_name: New Hampshire :city: Deerfield :time_zone: America/New_York -03038: +'03038': :state_code: NH :state_name: New Hampshire :city: Derry @@ -127017,12 +127017,12 @@ :state_name: New Hampshire :city: Raymond :time_zone: America/New_York -03079: +'03079': :state_code: NH :state_name: New Hampshire :city: Salem :time_zone: America/New_York -03087: +'03087': :state_code: NH :state_name: New Hampshire :city: Windham @@ -127032,257 +127032,257 @@ :state_name: New Hampshire :city: Northwood :time_zone: America/New_York -03290: +'03290': :state_code: NH :state_name: New Hampshire :city: Nottingham :time_zone: America/New_York -03291: +'03291': :state_code: NH :state_name: New Hampshire :city: West Nottingham :time_zone: America/New_York -03801: +'03801': :state_code: NH :state_name: New Hampshire :city: Portsmouth :time_zone: America/New_York -03802: +'03802': :state_code: NH :state_name: New Hampshire :city: Portsmouth :time_zone: America/New_York -03803: +'03803': :state_code: NH :state_name: New Hampshire :city: Portsmouth :time_zone: America/New_York -03804: +'03804': :state_code: NH :state_name: New Hampshire :city: Portsmouth :time_zone: America/New_York -03811: +'03811': :state_code: NH :state_name: New Hampshire :city: Atkinson :time_zone: America/New_York -03819: +'03819': :state_code: NH :state_name: New Hampshire :city: Danville :time_zone: America/New_York -03826: +'03826': :state_code: NH :state_name: New Hampshire :city: East Hampstead :time_zone: America/New_York -03827: +'03827': :state_code: NH :state_name: New Hampshire :city: East Kingston :time_zone: America/New_York -03833: +'03833': :state_code: NH :state_name: New Hampshire :city: Exeter :time_zone: America/New_York -03840: +'03840': :state_code: NH :state_name: New Hampshire :city: Greenland :time_zone: America/New_York -03841: +'03841': :state_code: NH :state_name: New Hampshire :city: Hampstead :time_zone: America/New_York -03842: +'03842': :state_code: NH :state_name: New Hampshire :city: Hampton :time_zone: America/New_York -03843: +'03843': :state_code: NH :state_name: New Hampshire :city: Hampton :time_zone: America/New_York -03844: +'03844': :state_code: NH :state_name: New Hampshire :city: Hampton Falls :time_zone: America/New_York -03848: +'03848': :state_code: NH :state_name: New Hampshire :city: Kingston :time_zone: America/New_York -03854: +'03854': :state_code: NH :state_name: New Hampshire :city: New Castle :time_zone: America/New_York -03856: +'03856': :state_code: NH :state_name: New Hampshire :city: Newfields :time_zone: America/New_York -03857: +'03857': :state_code: NH :state_name: New Hampshire :city: Newmarket :time_zone: America/New_York -03858: +'03858': :state_code: NH :state_name: New Hampshire :city: Newton :time_zone: America/New_York -03859: +'03859': :state_code: NH :state_name: New Hampshire :city: Newton Junction :time_zone: America/New_York -03862: +'03862': :state_code: NH :state_name: New Hampshire :city: North Hampton :time_zone: America/New_York -03865: +'03865': :state_code: NH :state_name: New Hampshire :city: Plaistow :time_zone: America/New_York -03870: +'03870': :state_code: NH :state_name: New Hampshire :city: Rye :time_zone: America/New_York -03871: +'03871': :state_code: NH :state_name: New Hampshire :city: Rye Beach :time_zone: America/New_York -03873: +'03873': :state_code: NH :state_name: New Hampshire :city: Sandown :time_zone: America/New_York -03874: +'03874': :state_code: NH :state_name: New Hampshire :city: Seabrook :time_zone: America/New_York -03885: +'03885': :state_code: NH :state_name: New Hampshire :city: Stratham :time_zone: America/New_York -03805: +'03805': :state_code: NH :state_name: New Hampshire :city: Rollinsford :time_zone: America/New_York -03815: +'03815': :state_code: NH :state_name: New Hampshire :city: Center Strafford :time_zone: America/New_York -03820: +'03820': :state_code: NH :state_name: New Hampshire :city: Dover :time_zone: America/New_York -03821: +'03821': :state_code: NH :state_name: New Hampshire :city: Dover :time_zone: America/New_York -03822: +'03822': :state_code: NH :state_name: New Hampshire :city: Dover :time_zone: America/New_York -03823: +'03823': :state_code: NH :state_name: New Hampshire :city: Madbury :time_zone: America/New_York -03824: +'03824': :state_code: NH :state_name: New Hampshire :city: Durham :time_zone: America/New_York -03825: +'03825': :state_code: NH :state_name: New Hampshire :city: Barrington :time_zone: America/New_York -03835: +'03835': :state_code: NH :state_name: New Hampshire :city: Farmington :time_zone: America/New_York -03839: +'03839': :state_code: NH :state_name: New Hampshire :city: Rochester :time_zone: America/New_York -03851: +'03851': :state_code: NH :state_name: New Hampshire :city: Milton :time_zone: America/New_York -03852: +'03852': :state_code: NH :state_name: New Hampshire :city: Milton Mills :time_zone: America/New_York -03855: +'03855': :state_code: NH :state_name: New Hampshire :city: New Durham :time_zone: America/New_York -03866: +'03866': :state_code: NH :state_name: New Hampshire :city: Rochester :time_zone: America/New_York -03867: +'03867': :state_code: NH :state_name: New Hampshire :city: Rochester :time_zone: America/New_York -03868: +'03868': :state_code: NH :state_name: New Hampshire :city: Rochester :time_zone: America/New_York -03869: +'03869': :state_code: NH :state_name: New Hampshire :city: Rollinsford :time_zone: America/New_York -03878: +'03878': :state_code: NH :state_name: New Hampshire :city: Somersworth :time_zone: America/New_York -03884: +'03884': :state_code: NH :state_name: New Hampshire :city: Strafford :time_zone: America/New_York -03887: +'03887': :state_code: NH :state_name: New Hampshire :city: Union :time_zone: America/New_York -03280: +'03280': :state_code: NH :state_name: New Hampshire :city: Washington :time_zone: America/New_York -03284: +'03284': :state_code: NH :state_name: New Hampshire :city: Springfield @@ -127362,192 +127362,192 @@ :state_name: New Hampshire :city: Newport :time_zone: America/New_York -03781: +'03781': :state_code: NH :state_name: New Hampshire :city: Plainfield :time_zone: America/New_York -03782: +'03782': :state_code: NH :state_name: New Hampshire :city: Sunapee :time_zone: America/New_York -08037: +'08037': :state_code: NJ :state_name: New Jersey :city: Hammonton :time_zone: America/New_York -08201: +'08201': :state_code: NJ :state_name: New Jersey :city: Absecon :time_zone: America/New_York -08203: +'08203': :state_code: NJ :state_name: New Jersey :city: Brigantine :time_zone: America/New_York -08205: +'08205': :state_code: NJ :state_name: New Jersey :city: Absecon :time_zone: America/New_York -08213: +'08213': :state_code: NJ :state_name: New Jersey :city: Cologne :time_zone: America/New_York -08215: +'08215': :state_code: NJ :state_name: New Jersey :city: Egg Harbor City :time_zone: America/New_York -08217: +'08217': :state_code: NJ :state_name: New Jersey :city: Elwood :time_zone: America/New_York -08220: +'08220': :state_code: NJ :state_name: New Jersey :city: Leeds Point :time_zone: America/New_York -08221: +'08221': :state_code: NJ :state_name: New Jersey :city: Linwood :time_zone: America/New_York -08222: +'08222': :state_code: NJ :state_name: New Jersey :city: Linwood :time_zone: America/New_York -08225: +'08225': :state_code: NJ :state_name: New Jersey :city: Northfield :time_zone: America/New_York -08227: +'08227': :state_code: NJ :state_name: New Jersey :city: Linwood :time_zone: America/New_York -08231: +'08231': :state_code: NJ :state_name: New Jersey :city: Oceanville :time_zone: America/New_York -08232: +'08232': :state_code: NJ :state_name: New Jersey :city: Pleasantville :time_zone: America/New_York -08234: +'08234': :state_code: NJ :state_name: New Jersey :city: Egg Harbor Township :time_zone: America/New_York -08240: +'08240': :state_code: NJ :state_name: New Jersey :city: Pomona :time_zone: America/New_York -08241: +'08241': :state_code: NJ :state_name: New Jersey :city: Port Republic :time_zone: America/New_York -08244: +'08244': :state_code: NJ :state_name: New Jersey :city: Somers Point :time_zone: America/New_York -08310: +'08310': :state_code: NJ :state_name: New Jersey :city: Buena :time_zone: America/New_York -08317: +'08317': :state_code: NJ :state_name: New Jersey :city: Dorothy :time_zone: America/New_York -08319: +'08319': :state_code: NJ :state_name: New Jersey :city: Estell Manor :time_zone: America/New_York -08326: +'08326': :state_code: NJ :state_name: New Jersey :city: Landisville :time_zone: America/New_York -08330: +'08330': :state_code: NJ :state_name: New Jersey :city: Mays Landing :time_zone: America/New_York -08340: +'08340': :state_code: NJ :state_name: New Jersey :city: Milmay :time_zone: America/New_York -08341: +'08341': :state_code: NJ :state_name: New Jersey :city: Minotola :time_zone: America/New_York -08342: +'08342': :state_code: NJ :state_name: New Jersey :city: Mizpah :time_zone: America/New_York -08346: +'08346': :state_code: NJ :state_name: New Jersey :city: Newtonville :time_zone: America/New_York -08350: +'08350': :state_code: NJ :state_name: New Jersey :city: Richland :time_zone: America/New_York -08400: +'08400': :state_code: NJ :state_name: New Jersey :city: Atlantic City :time_zone: America/New_York -08401: +'08401': :state_code: NJ :state_name: New Jersey :city: Atlantic City :time_zone: America/New_York -08402: +'08402': :state_code: NJ :state_name: New Jersey :city: Margate City :time_zone: America/New_York -08403: +'08403': :state_code: NJ :state_name: New Jersey :city: Longport :time_zone: America/New_York -08404: +'08404': :state_code: NJ :state_name: New Jersey :city: Atlantic City :time_zone: America/New_York -08405: +'08405': :state_code: NJ :state_name: New Jersey :city: Atlantic City :time_zone: America/New_York -08406: +'08406': :state_code: NJ :state_name: New Jersey :city: Ventnor City :time_zone: America/New_York -08411: +'08411': :state_code: NJ :state_name: New Jersey :city: Atlantic City @@ -127677,7 +127677,7 @@ :state_name: New Jersey :city: Glen Rock :time_zone: America/New_York -07458: +'07458': :state_code: NJ :state_name: New Jersey :city: Saddle River @@ -127687,17 +127687,17 @@ :state_name: New Jersey :city: Waldwick :time_zone: America/New_York -07481: +'07481': :state_code: NJ :state_name: New Jersey :city: Wyckoff :time_zone: America/New_York -07495: +'07495': :state_code: NJ :state_name: New Jersey :city: Mahwah :time_zone: America/New_York -07498: +'07498': :state_code: NJ :state_name: New Jersey :city: Mahwah @@ -127737,7 +127737,7 @@ :state_name: New Jersey :city: Maywood :time_zone: America/New_York -07608: +'07608': :state_code: NJ :state_name: New Jersey :city: Teterboro @@ -127767,7 +127767,7 @@ :state_name: New Jersey :city: Demarest :time_zone: America/New_York -07628: +'07628': :state_code: NJ :state_name: New Jersey :city: Dumont @@ -127827,12 +127827,12 @@ :state_name: New Jersey :city: Northvale :time_zone: America/New_York -07648: +'07648': :state_code: NJ :state_name: New Jersey :city: Norwood :time_zone: America/New_York -07649: +'07649': :state_code: NJ :state_name: New Jersey :city: Oradell @@ -127907,597 +127907,597 @@ :state_name: New Jersey :city: Woodcliff Lake :time_zone: America/New_York -07688: +'07688': :state_code: NJ :state_name: New Jersey :city: Teaneck :time_zone: America/New_York -07699: +'07699': :state_code: NJ :state_name: New Jersey :city: Teterboro :time_zone: America/New_York -08010: +'08010': :state_code: NJ :state_name: New Jersey :city: Beverly :time_zone: America/New_York -08011: +'08011': :state_code: NJ :state_name: New Jersey :city: Birmingham :time_zone: America/New_York -08015: +'08015': :state_code: NJ :state_name: New Jersey :city: Browns Mills :time_zone: America/New_York -08016: +'08016': :state_code: NJ :state_name: New Jersey :city: Burlington :time_zone: America/New_York -08019: +'08019': :state_code: NJ :state_name: New Jersey :city: Chatsworth :time_zone: America/New_York -08022: +'08022': :state_code: NJ :state_name: New Jersey :city: Columbus :time_zone: America/New_York -08036: +'08036': :state_code: NJ :state_name: New Jersey :city: Hainesport :time_zone: America/New_York -08041: +'08041': :state_code: NJ :state_name: New Jersey :city: Jobstown :time_zone: America/New_York -08042: +'08042': :state_code: NJ :state_name: New Jersey :city: Juliustown :time_zone: America/New_York -08046: +'08046': :state_code: NJ :state_name: New Jersey :city: Willingboro :time_zone: America/New_York -08048: +'08048': :state_code: NJ :state_name: New Jersey :city: Lumberton :time_zone: America/New_York -08052: +'08052': :state_code: NJ :state_name: New Jersey :city: Maple Shade :time_zone: America/New_York -08053: +'08053': :state_code: NJ :state_name: New Jersey :city: Marlton :time_zone: America/New_York -08054: +'08054': :state_code: NJ :state_name: New Jersey :city: Mount Laurel :time_zone: America/New_York -08055: +'08055': :state_code: NJ :state_name: New Jersey :city: Medford :time_zone: America/New_York -08057: +'08057': :state_code: NJ :state_name: New Jersey :city: Moorestown :time_zone: America/New_York -08060: +'08060': :state_code: NJ :state_name: New Jersey :city: Mount Holly :time_zone: America/New_York -08064: +'08064': :state_code: NJ :state_name: New Jersey :city: New Lisbon :time_zone: America/New_York -08065: +'08065': :state_code: NJ :state_name: New Jersey :city: Palmyra :time_zone: America/New_York -08068: +'08068': :state_code: NJ :state_name: New Jersey :city: Pemberton :time_zone: America/New_York -08073: +'08073': :state_code: NJ :state_name: New Jersey :city: Rancocas :time_zone: America/New_York -08075: +'08075': :state_code: NJ :state_name: New Jersey :city: Riverside :time_zone: America/New_York -08076: +'08076': :state_code: NJ :state_name: New Jersey :city: Riverton :time_zone: America/New_York -08077: +'08077': :state_code: NJ :state_name: New Jersey :city: Riverton :time_zone: America/New_York -08088: +'08088': :state_code: NJ :state_name: New Jersey :city: Vincentown :time_zone: America/New_York -08224: +'08224': :state_code: NJ :state_name: New Jersey :city: New Gretna :time_zone: America/New_York -08370: +'08370': :state_code: NJ :state_name: New Jersey :city: Riverside :time_zone: America/New_York -08505: +'08505': :state_code: NJ :state_name: New Jersey :city: Bordentown :time_zone: America/New_York -08511: +'08511': :state_code: NJ :state_name: New Jersey :city: Cookstown :time_zone: America/New_York -08515: +'08515': :state_code: NJ :state_name: New Jersey :city: Crosswicks :time_zone: America/New_York -08518: +'08518': :state_code: NJ :state_name: New Jersey :city: Florence :time_zone: America/New_York -08554: +'08554': :state_code: NJ :state_name: New Jersey :city: Roebling :time_zone: America/New_York -08562: +'08562': :state_code: NJ :state_name: New Jersey :city: Wrightstown :time_zone: America/New_York -08640: +'08640': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08641: +'08641': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08002: +'08002': :state_code: NJ :state_name: New Jersey :city: Cherry Hill :time_zone: America/New_York -08003: +'08003': :state_code: NJ :state_name: New Jersey :city: Cherry Hill :time_zone: America/New_York -08004: +'08004': :state_code: NJ :state_name: New Jersey :city: Atco :time_zone: America/New_York -08007: +'08007': :state_code: NJ :state_name: New Jersey :city: Barrington :time_zone: America/New_York -08009: +'08009': :state_code: NJ :state_name: New Jersey :city: Berlin :time_zone: America/New_York -08012: +'08012': :state_code: NJ :state_name: New Jersey :city: Blackwood :time_zone: America/New_York -08018: +'08018': :state_code: NJ :state_name: New Jersey :city: Cedar Brook :time_zone: America/New_York -08021: +'08021': :state_code: NJ :state_name: New Jersey :city: Clementon :time_zone: America/New_York -08026: +'08026': :state_code: NJ :state_name: New Jersey :city: Gibbsboro :time_zone: America/New_York -08029: +'08029': :state_code: NJ :state_name: New Jersey :city: Glendora :time_zone: America/New_York -08030: +'08030': :state_code: NJ :state_name: New Jersey :city: Gloucester City :time_zone: America/New_York -08031: +'08031': :state_code: NJ :state_name: New Jersey :city: Bellmawr :time_zone: America/New_York -08033: +'08033': :state_code: NJ :state_name: New Jersey :city: Haddonfield :time_zone: America/New_York -08034: +'08034': :state_code: NJ :state_name: New Jersey :city: Cherry Hill :time_zone: America/New_York -08035: +'08035': :state_code: NJ :state_name: New Jersey :city: Haddon Heights :time_zone: America/New_York -08043: +'08043': :state_code: NJ :state_name: New Jersey :city: Voorhees :time_zone: America/New_York -08045: +'08045': :state_code: NJ :state_name: New Jersey :city: Lawnside :time_zone: America/New_York -08049: +'08049': :state_code: NJ :state_name: New Jersey :city: Magnolia :time_zone: America/New_York -08059: +'08059': :state_code: NJ :state_name: New Jersey :city: Mount Ephraim :time_zone: America/New_York -08078: +'08078': :state_code: NJ :state_name: New Jersey :city: Runnemede :time_zone: America/New_York -08081: +'08081': :state_code: NJ :state_name: New Jersey :city: Sicklerville :time_zone: America/New_York -08083: +'08083': :state_code: NJ :state_name: New Jersey :city: Somerdale :time_zone: America/New_York -08084: +'08084': :state_code: NJ :state_name: New Jersey :city: Stratford :time_zone: America/New_York -08089: +'08089': :state_code: NJ :state_name: New Jersey :city: Waterford Works :time_zone: America/New_York -08091: +'08091': :state_code: NJ :state_name: New Jersey :city: West Berlin :time_zone: America/New_York -08095: +'08095': :state_code: NJ :state_name: New Jersey :city: Winslow :time_zone: America/New_York -08099: +'08099': :state_code: NJ :state_name: New Jersey :city: Bellmawr :time_zone: America/New_York -08100: +'08100': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08101: +'08101': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08102: +'08102': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08103: +'08103': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08104: +'08104': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08105: +'08105': :state_code: NJ :state_name: New Jersey :city: Camden :time_zone: America/New_York -08106: +'08106': :state_code: NJ :state_name: New Jersey :city: Audubon :time_zone: America/New_York -08107: +'08107': :state_code: NJ :state_name: New Jersey :city: Oaklyn :time_zone: America/New_York -08108: +'08108': :state_code: NJ :state_name: New Jersey :city: Collingswood :time_zone: America/New_York -08109: +'08109': :state_code: NJ :state_name: New Jersey :city: Merchantville :time_zone: America/New_York -08110: +'08110': :state_code: NJ :state_name: New Jersey :city: Pennsauken :time_zone: America/New_York -08358: +'08358': :state_code: NJ :state_name: New Jersey :city: Cherry Hill :time_zone: America/New_York -08202: +'08202': :state_code: NJ :state_name: New Jersey :city: Avalon :time_zone: America/New_York -08204: +'08204': :state_code: NJ :state_name: New Jersey :city: Cape May :time_zone: America/New_York -08210: +'08210': :state_code: NJ :state_name: New Jersey :city: Cape May Court House :time_zone: America/New_York -08212: +'08212': :state_code: NJ :state_name: New Jersey :city: Cape May Point :time_zone: America/New_York -08214: +'08214': :state_code: NJ :state_name: New Jersey :city: Dennisville :time_zone: America/New_York -08218: +'08218': :state_code: NJ :state_name: New Jersey :city: Goshen :time_zone: America/New_York -08219: +'08219': :state_code: NJ :state_name: New Jersey :city: Green Creek :time_zone: America/New_York -08223: +'08223': :state_code: NJ :state_name: New Jersey :city: Marmora :time_zone: America/New_York -08226: +'08226': :state_code: NJ :state_name: New Jersey :city: Ocean City :time_zone: America/New_York -08230: +'08230': :state_code: NJ :state_name: New Jersey :city: Ocean View :time_zone: America/New_York -08233: +'08233': :state_code: NJ :state_name: New Jersey :city: Pleasantville :time_zone: America/New_York -08242: +'08242': :state_code: NJ :state_name: New Jersey :city: Rio Grande :time_zone: America/New_York -08243: +'08243': :state_code: NJ :state_name: New Jersey :city: Sea Isle City :time_zone: America/New_York -08245: +'08245': :state_code: NJ :state_name: New Jersey :city: South Dennis :time_zone: America/New_York -08246: +'08246': :state_code: NJ :state_name: New Jersey :city: South Seaville :time_zone: America/New_York -08247: +'08247': :state_code: NJ :state_name: New Jersey :city: Stone Harbor :time_zone: America/New_York -08248: +'08248': :state_code: NJ :state_name: New Jersey :city: Strathmere :time_zone: America/New_York -08250: +'08250': :state_code: NJ :state_name: New Jersey :city: Tuckahoe :time_zone: America/New_York -08251: +'08251': :state_code: NJ :state_name: New Jersey :city: Villas :time_zone: America/New_York -08252: +'08252': :state_code: NJ :state_name: New Jersey :city: Whitesboro :time_zone: America/New_York -08260: +'08260': :state_code: NJ :state_name: New Jersey :city: Wildwood :time_zone: America/New_York -08270: +'08270': :state_code: NJ :state_name: New Jersey :city: Woodbine :time_zone: America/New_York -08302: +'08302': :state_code: NJ :state_name: New Jersey :city: Bridgeton :time_zone: America/New_York -08311: +'08311': :state_code: NJ :state_name: New Jersey :city: Cedarville :time_zone: America/New_York -08313: +'08313': :state_code: NJ :state_name: New Jersey :city: Deerfield Street :time_zone: America/New_York -08314: +'08314': :state_code: NJ :state_name: New Jersey :city: Delmont :time_zone: America/New_York -08315: +'08315': :state_code: NJ :state_name: New Jersey :city: Dividing Creek :time_zone: America/New_York -08316: +'08316': :state_code: NJ :state_name: New Jersey :city: Dorchester :time_zone: America/New_York -08320: +'08320': :state_code: NJ :state_name: New Jersey :city: Fairton :time_zone: America/New_York -08321: +'08321': :state_code: NJ :state_name: New Jersey :city: Fortescue :time_zone: America/New_York -08323: +'08323': :state_code: NJ :state_name: New Jersey :city: Greenwich :time_zone: America/New_York -08324: +'08324': :state_code: NJ :state_name: New Jersey :city: Heislerville :time_zone: America/New_York -08327: +'08327': :state_code: NJ :state_name: New Jersey :city: Leesburg :time_zone: America/New_York -08329: +'08329': :state_code: NJ :state_name: New Jersey :city: Mauricetown :time_zone: America/New_York -08332: +'08332': :state_code: NJ :state_name: New Jersey :city: Millville :time_zone: America/New_York -08345: +'08345': :state_code: NJ :state_name: New Jersey :city: Newport :time_zone: America/New_York -08348: +'08348': :state_code: NJ :state_name: New Jersey :city: Port Elizabeth :time_zone: America/New_York -08349: +'08349': :state_code: NJ :state_name: New Jersey :city: Port Norris :time_zone: America/New_York -08352: +'08352': :state_code: NJ :state_name: New Jersey :city: Rosenhayn :time_zone: America/New_York -08353: +'08353': :state_code: NJ :state_name: New Jersey :city: Shiloh :time_zone: America/New_York -08360: +'08360': :state_code: NJ :state_name: New Jersey :city: Vineland :time_zone: America/New_York -08361: +'08361': :state_code: NJ :state_name: New Jersey :city: Vineland :time_zone: America/New_York -08362: +'08362': :state_code: NJ :state_name: New Jersey :city: Vineland @@ -128522,7 +128522,7 @@ :state_name: New Jersey :city: Caldwell :time_zone: America/New_York -07009: +'07009': :state_code: NJ :state_name: New Jersey :city: Cedar Grove @@ -128532,12 +128532,12 @@ :state_name: New Jersey :city: East Orange :time_zone: America/New_York -07018: +'07018': :state_code: NJ :state_name: New Jersey :city: East Orange :time_zone: America/New_York -07019: +'07019': :state_code: NJ :state_name: New Jersey :city: East Orange @@ -128547,12 +128547,12 @@ :state_name: New Jersey :city: Essex Fells :time_zone: America/New_York -07028: +'07028': :state_code: NJ :state_name: New Jersey :city: Glen Ridge :time_zone: America/New_York -07039: +'07039': :state_code: NJ :state_name: New Jersey :city: Livingston @@ -128597,17 +128597,17 @@ :state_name: New Jersey :city: West Orange :time_zone: America/New_York -07068: +'07068': :state_code: NJ :state_name: New Jersey :city: Roseland :time_zone: America/New_York -07078: +'07078': :state_code: NJ :state_name: New Jersey :city: Short Hills :time_zone: America/New_York -07079: +'07079': :state_code: NJ :state_name: New Jersey :city: South Orange @@ -128647,12 +128647,12 @@ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07108: +'07108': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07109: +'07109': :state_code: NJ :state_name: New Jersey :city: Belleville @@ -128682,202 +128682,202 @@ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07182: +'07182': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07184: +'07184': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07188: +'07188': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07189: +'07189': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07191: +'07191': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07192: +'07192': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07193: +'07193': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07194: +'07194': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07195: +'07195': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07197: +'07197': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07198: +'07198': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -07199: +'07199': :state_code: NJ :state_name: New Jersey :city: Newark :time_zone: America/New_York -08014: +'08014': :state_code: NJ :state_name: New Jersey :city: Bridgeport :time_zone: America/New_York -08020: +'08020': :state_code: NJ :state_name: New Jersey :city: Clarksboro :time_zone: America/New_York -08025: +'08025': :state_code: NJ :state_name: New Jersey :city: Ewan :time_zone: America/New_York -08027: +'08027': :state_code: NJ :state_name: New Jersey :city: Gibbstown :time_zone: America/New_York -08028: +'08028': :state_code: NJ :state_name: New Jersey :city: Glassboro :time_zone: America/New_York -08032: +'08032': :state_code: NJ :state_name: New Jersey :city: Grenloch :time_zone: America/New_York -08039: +'08039': :state_code: NJ :state_name: New Jersey :city: Harrisonville :time_zone: America/New_York -08051: +'08051': :state_code: NJ :state_name: New Jersey :city: Mantua :time_zone: America/New_York -08056: +'08056': :state_code: NJ :state_name: New Jersey :city: Mickleton :time_zone: America/New_York -08061: +'08061': :state_code: NJ :state_name: New Jersey :city: Mount Royal :time_zone: America/New_York -08062: +'08062': :state_code: NJ :state_name: New Jersey :city: Mullica Hill :time_zone: America/New_York -08063: +'08063': :state_code: NJ :state_name: New Jersey :city: National Park :time_zone: America/New_York -08066: +'08066': :state_code: NJ :state_name: New Jersey :city: Paulsboro :time_zone: America/New_York -08071: +'08071': :state_code: NJ :state_name: New Jersey :city: Pitman :time_zone: America/New_York -08074: +'08074': :state_code: NJ :state_name: New Jersey :city: Richwood :time_zone: America/New_York -08080: +'08080': :state_code: NJ :state_name: New Jersey :city: Sewell :time_zone: America/New_York -08085: +'08085': :state_code: NJ :state_name: New Jersey :city: Swedesboro :time_zone: America/New_York -08086: +'08086': :state_code: NJ :state_name: New Jersey :city: Thorofare :time_zone: America/New_York -08090: +'08090': :state_code: NJ :state_name: New Jersey :city: Wenonah :time_zone: America/New_York -08093: +'08093': :state_code: NJ :state_name: New Jersey :city: Westville :time_zone: America/New_York -08094: +'08094': :state_code: NJ :state_name: New Jersey :city: Williamstown :time_zone: America/New_York -08096: +'08096': :state_code: NJ :state_name: New Jersey :city: Woodbury :time_zone: America/New_York -08097: +'08097': :state_code: NJ :state_name: New Jersey :city: Woodbury Heights :time_zone: America/New_York -08312: +'08312': :state_code: NJ :state_name: New Jersey :city: Clayton :time_zone: America/New_York -08322: +'08322': :state_code: NJ :state_name: New Jersey :city: Franklinville :time_zone: America/New_York -08328: +'08328': :state_code: NJ :state_name: New Jersey :city: Malaga :time_zone: America/New_York -08343: +'08343': :state_code: NJ :state_name: New Jersey :city: Monroeville :time_zone: America/New_York -08344: +'08344': :state_code: NJ :state_name: New Jersey :city: Newfield @@ -128887,7 +128887,7 @@ :state_name: New Jersey :city: Bayonne :time_zone: America/New_York -07029: +'07029': :state_code: NJ :state_name: New Jersey :city: Harrison @@ -128907,37 +128907,37 @@ :state_name: New Jersey :city: North Bergen :time_zone: America/New_York -07086: +'07086': :state_code: NJ :state_name: New Jersey :city: Weehawken :time_zone: America/New_York -07087: +'07087': :state_code: NJ :state_name: New Jersey :city: Union City :time_zone: America/New_York -07093: +'07093': :state_code: NJ :state_name: New Jersey :city: West New York :time_zone: America/New_York -07094: +'07094': :state_code: NJ :state_name: New Jersey :city: Secaucus :time_zone: America/New_York -07096: +'07096': :state_code: NJ :state_name: New Jersey :city: Secaucus :time_zone: America/New_York -07097: +'07097': :state_code: NJ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07099: +'07099': :state_code: NJ :state_name: New Jersey :city: Kearny @@ -128972,12 +128972,12 @@ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07308: +'07308': :state_code: NJ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07309: +'07309': :state_code: NJ :state_name: New Jersey :city: Jersey City @@ -128992,347 +128992,347 @@ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07390: +'07390': :state_code: NJ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07395: +'07395': :state_code: NJ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07399: +'07399': :state_code: NJ :state_name: New Jersey :city: Jersey City :time_zone: America/New_York -07830: +'07830': :state_code: NJ :state_name: New Jersey :city: Califon :time_zone: America/New_York -07979: +'07979': :state_code: NJ :state_name: New Jersey :city: Pottersville :time_zone: America/New_York -08530: +'08530': :state_code: NJ :state_name: New Jersey :city: Lambertville :time_zone: America/New_York -08551: +'08551': :state_code: NJ :state_name: New Jersey :city: Ringoes :time_zone: America/New_York -08556: +'08556': :state_code: NJ :state_name: New Jersey :city: Rosemont :time_zone: America/New_York -08557: +'08557': :state_code: NJ :state_name: New Jersey :city: Sergeantsville :time_zone: America/New_York -08559: +'08559': :state_code: NJ :state_name: New Jersey :city: Stockton :time_zone: America/New_York -08801: +'08801': :state_code: NJ :state_name: New Jersey :city: Annandale :time_zone: America/New_York -08803: +'08803': :state_code: NJ :state_name: New Jersey :city: Baptistown :time_zone: America/New_York -08804: +'08804': :state_code: NJ :state_name: New Jersey :city: Bloomsbury :time_zone: America/New_York -08809: +'08809': :state_code: NJ :state_name: New Jersey :city: Clinton :time_zone: America/New_York -08822: +'08822': :state_code: NJ :state_name: New Jersey :city: Flemington :time_zone: America/New_York -08825: +'08825': :state_code: NJ :state_name: New Jersey :city: Frenchtown :time_zone: America/New_York -08826: +'08826': :state_code: NJ :state_name: New Jersey :city: Glen Gardner :time_zone: America/New_York -08827: +'08827': :state_code: NJ :state_name: New Jersey :city: Hampton :time_zone: America/New_York -08829: +'08829': :state_code: NJ :state_name: New Jersey :city: High Bridge :time_zone: America/New_York -08833: +'08833': :state_code: NJ :state_name: New Jersey :city: Lebanon :time_zone: America/New_York -08834: +'08834': :state_code: NJ :state_name: New Jersey :city: Little York :time_zone: America/New_York -08848: +'08848': :state_code: NJ :state_name: New Jersey :city: Milford :time_zone: America/New_York -08858: +'08858': :state_code: NJ :state_name: New Jersey :city: Oldwick :time_zone: America/New_York -08867: +'08867': :state_code: NJ :state_name: New Jersey :city: Pittstown :time_zone: America/New_York -08868: +'08868': :state_code: NJ :state_name: New Jersey :city: Quakertown :time_zone: America/New_York -08870: +'08870': :state_code: NJ :state_name: New Jersey :city: Readington :time_zone: America/New_York -08885: +'08885': :state_code: NJ :state_name: New Jersey :city: Stanton :time_zone: America/New_York -08887: +'08887': :state_code: NJ :state_name: New Jersey :city: Three Bridges :time_zone: America/New_York -08888: +'08888': :state_code: NJ :state_name: New Jersey :city: Whitehouse :time_zone: America/New_York -08889: +'08889': :state_code: NJ :state_name: New Jersey :city: Whitehouse Station :time_zone: America/New_York -08520: +'08520': :state_code: NJ :state_name: New Jersey :city: Hightstown :time_zone: America/New_York -08525: +'08525': :state_code: NJ :state_name: New Jersey :city: Hopewell :time_zone: America/New_York -08534: +'08534': :state_code: NJ :state_name: New Jersey :city: Pennington :time_zone: America/New_York -08540: +'08540': :state_code: NJ :state_name: New Jersey :city: Princeton :time_zone: America/New_York -08541: +'08541': :state_code: NJ :state_name: New Jersey :city: Princeton :time_zone: America/New_York -08542: +'08542': :state_code: NJ :state_name: New Jersey :city: Princeton :time_zone: America/New_York -08543: +'08543': :state_code: NJ :state_name: New Jersey :city: Princeton :time_zone: America/New_York -08544: +'08544': :state_code: NJ :state_name: New Jersey :city: Princeton :time_zone: America/New_York -08550: +'08550': :state_code: NJ :state_name: New Jersey :city: Princeton Junction :time_zone: America/New_York -08560: +'08560': :state_code: NJ :state_name: New Jersey :city: Titusville :time_zone: America/New_York -08561: +'08561': :state_code: NJ :state_name: New Jersey :city: Windsor :time_zone: America/New_York -08601: +'08601': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08602: +'08602': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08603: +'08603': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08604: +'08604': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08605: +'08605': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08606: +'08606': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08607: +'08607': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08608: +'08608': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08609: +'08609': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08610: +'08610': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08611: +'08611': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08618: +'08618': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08619: +'08619': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08620: +'08620': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08625: +'08625': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08628: +'08628': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08629: +'08629': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08638: +'08638': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08645: +'08645': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08646: +'08646': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08647: +'08647': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08648: +'08648': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08650: +'08650': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08666: +'08666': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08677: +'08677': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08690: +'08690': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08691: +'08691': :state_code: NJ :state_name: New Jersey :city: Trenton :time_zone: America/New_York -08695: +'08695': :state_code: NJ :state_name: New Jersey :city: Trenton @@ -129342,7 +129342,7 @@ :state_name: New Jersey :city: Avenel :time_zone: America/New_York -07008: +'07008': :state_code: NJ :state_name: New Jersey :city: Carteret @@ -129362,237 +129362,237 @@ :state_name: New Jersey :city: Sewaren :time_zone: America/New_York -07080: +'07080': :state_code: NJ :state_name: New Jersey :city: South Plainfield :time_zone: America/New_York -07095: +'07095': :state_code: NJ :state_name: New Jersey :city: Woodbridge :time_zone: America/New_York -07098: +'07098': :state_code: NJ :state_name: New Jersey :city: Avenel :time_zone: America/New_York -08512: +'08512': :state_code: NJ :state_name: New Jersey :city: Cranbury :time_zone: America/New_York -08536: +'08536': :state_code: NJ :state_name: New Jersey :city: Plainsboro :time_zone: America/New_York -08570: +'08570': :state_code: NJ :state_name: New Jersey :city: Cranbury :time_zone: America/New_York -08810: +'08810': :state_code: NJ :state_name: New Jersey :city: Dayton :time_zone: America/New_York -08812: +'08812': :state_code: NJ :state_name: New Jersey :city: Dunellen :time_zone: America/New_York -08816: +'08816': :state_code: NJ :state_name: New Jersey :city: East Brunswick :time_zone: America/New_York -08817: +'08817': :state_code: NJ :state_name: New Jersey :city: Edison :time_zone: America/New_York -08818: +'08818': :state_code: NJ :state_name: New Jersey :city: Edison :time_zone: America/New_York -08820: +'08820': :state_code: NJ :state_name: New Jersey :city: Edison :time_zone: America/New_York -08824: +'08824': :state_code: NJ :state_name: New Jersey :city: Kendall Park :time_zone: America/New_York -08828: +'08828': :state_code: NJ :state_name: New Jersey :city: Helmetta :time_zone: America/New_York -08830: +'08830': :state_code: NJ :state_name: New Jersey :city: Iselin :time_zone: America/New_York -08831: +'08831': :state_code: NJ :state_name: New Jersey :city: Jamesburg :time_zone: America/New_York -08832: +'08832': :state_code: NJ :state_name: New Jersey :city: Keasbey :time_zone: America/New_York -08837: +'08837': :state_code: NJ :state_name: New Jersey :city: Edison :time_zone: America/New_York -08840: +'08840': :state_code: NJ :state_name: New Jersey :city: Metuchen :time_zone: America/New_York -08846: +'08846': :state_code: NJ :state_name: New Jersey :city: Middlesex :time_zone: America/New_York -08850: +'08850': :state_code: NJ :state_name: New Jersey :city: Milltown :time_zone: America/New_York -08852: +'08852': :state_code: NJ :state_name: New Jersey :city: Monmouth Junction :time_zone: America/New_York -08854: +'08854': :state_code: NJ :state_name: New Jersey :city: Piscataway :time_zone: America/New_York -08855: +'08855': :state_code: NJ :state_name: New Jersey :city: Piscataway :time_zone: America/New_York -08857: +'08857': :state_code: NJ :state_name: New Jersey :city: Old Bridge :time_zone: America/New_York -08859: +'08859': :state_code: NJ :state_name: New Jersey :city: Parlin :time_zone: America/New_York -08861: +'08861': :state_code: NJ :state_name: New Jersey :city: Perth Amboy :time_zone: America/New_York -08862: +'08862': :state_code: NJ :state_name: New Jersey :city: Perth Amboy :time_zone: America/New_York -08863: +'08863': :state_code: NJ :state_name: New Jersey :city: Fords :time_zone: America/New_York -08871: +'08871': :state_code: NJ :state_name: New Jersey :city: Sayreville :time_zone: America/New_York -08872: +'08872': :state_code: NJ :state_name: New Jersey :city: Sayreville :time_zone: America/New_York -08877: +'08877': :state_code: NJ :state_name: New Jersey :city: South River :time_zone: America/New_York -08878: +'08878': :state_code: NJ :state_name: New Jersey :city: South Amboy :time_zone: America/New_York -08879: +'08879': :state_code: NJ :state_name: New Jersey :city: South Amboy :time_zone: America/New_York -08882: +'08882': :state_code: NJ :state_name: New Jersey :city: South River :time_zone: America/New_York -08884: +'08884': :state_code: NJ :state_name: New Jersey :city: Spotswood :time_zone: America/New_York -08899: +'08899': :state_code: NJ :state_name: New Jersey :city: Edison :time_zone: America/New_York -08901: +'08901': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08902: +'08902': :state_code: NJ :state_name: New Jersey :city: North Brunswick :time_zone: America/New_York -08903: +'08903': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08904: +'08904': :state_code: NJ :state_name: New Jersey :city: Highland Park :time_zone: America/New_York -08905: +'08905': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08906: +'08906': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08922: +'08922': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08933: +'08933': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08988: +'08988': :state_code: NJ :state_name: New Jersey :city: New Brunswick :time_zone: America/New_York -08989: +'08989': :state_code: NJ :state_name: New Jersey :city: New Brunswick @@ -129617,7 +129617,7 @@ :state_name: New Jersey :city: Fair Haven :time_zone: America/New_York -07709: +'07709': :state_code: NJ :state_name: New Jersey :city: Allenhurst @@ -129652,12 +129652,12 @@ :state_name: New Jersey :city: Avon By The Sea :time_zone: America/New_York -07718: +'07718': :state_code: NJ :state_name: New Jersey :city: Belford :time_zone: America/New_York -07719: +'07719': :state_code: NJ :state_name: New Jersey :city: Belmar @@ -129697,7 +129697,7 @@ :state_name: New Jersey :city: Farmingdale :time_zone: America/New_York -07728: +'07728': :state_code: NJ :state_name: New Jersey :city: Freehold @@ -129737,12 +129737,12 @@ :state_name: New Jersey :city: Leonardo :time_zone: America/New_York -07738: +'07738': :state_code: NJ :state_name: New Jersey :city: Lincroft :time_zone: America/New_York -07739: +'07739': :state_code: NJ :state_name: New Jersey :city: Little Silver @@ -129762,7 +129762,7 @@ :state_name: New Jersey :city: Matawan :time_zone: America/New_York -07748: +'07748': :state_code: NJ :state_name: New Jersey :city: Middletown @@ -129807,7 +129807,7 @@ :state_name: New Jersey :city: Oceanport :time_zone: America/New_York -07758: +'07758': :state_code: NJ :state_name: New Jersey :city: Port Monmouth @@ -129842,57 +129842,57 @@ :state_name: New Jersey :city: Holmdel :time_zone: America/New_York -07799: +'07799': :state_code: NJ :state_name: New Jersey :city: Eatontown :time_zone: America/New_York -08501: +'08501': :state_code: NJ :state_name: New Jersey :city: Allentown :time_zone: America/New_York -08510: +'08510': :state_code: NJ :state_name: New Jersey :city: Clarksburg :time_zone: America/New_York -08514: +'08514': :state_code: NJ :state_name: New Jersey :city: Cream Ridge :time_zone: America/New_York -08526: +'08526': :state_code: NJ :state_name: New Jersey :city: Imlaystown :time_zone: America/New_York -08535: +'08535': :state_code: NJ :state_name: New Jersey :city: Perrineville :time_zone: America/New_York -08555: +'08555': :state_code: NJ :state_name: New Jersey :city: Roosevelt :time_zone: America/New_York -08720: +'08720': :state_code: NJ :state_name: New Jersey :city: Allenwood :time_zone: America/New_York -08730: +'08730': :state_code: NJ :state_name: New Jersey :city: Brielle :time_zone: America/New_York -08736: +'08736': :state_code: NJ :state_name: New Jersey :city: Manasquan :time_zone: America/New_York -08750: +'08750': :state_code: NJ :state_name: New Jersey :city: Sea Girt @@ -129927,12 +129927,12 @@ :state_name: New Jersey :city: Parsippany :time_zone: America/New_York -07058: +'07058': :state_code: NJ :state_name: New Jersey :city: Pine Brook :time_zone: America/New_York -07082: +'07082': :state_code: NJ :state_name: New Jersey :city: Towaco @@ -129957,382 +129957,382 @@ :state_name: New Jersey :city: Riverdale :time_zone: America/New_York -07801: +'07801': :state_code: NJ :state_name: New Jersey :city: Dover :time_zone: America/New_York -07802: +'07802': :state_code: NJ :state_name: New Jersey :city: Dover :time_zone: America/New_York -07803: +'07803': :state_code: NJ :state_name: New Jersey :city: Mine Hill :time_zone: America/New_York -07806: +'07806': :state_code: NJ :state_name: New Jersey :city: Picatinny Arsenal :time_zone: America/New_York -07828: +'07828': :state_code: NJ :state_name: New Jersey :city: Budd Lake :time_zone: America/New_York -07834: +'07834': :state_code: NJ :state_name: New Jersey :city: Denville :time_zone: America/New_York -07836: +'07836': :state_code: NJ :state_name: New Jersey :city: Flanders :time_zone: America/New_York -07842: +'07842': :state_code: NJ :state_name: New Jersey :city: Hibernia :time_zone: America/New_York -07845: +'07845': :state_code: NJ :state_name: New Jersey :city: Ironia :time_zone: America/New_York -07847: +'07847': :state_code: NJ :state_name: New Jersey :city: Kenvil :time_zone: America/New_York -07849: +'07849': :state_code: NJ :state_name: New Jersey :city: Lake Hopatcong :time_zone: America/New_York -07850: +'07850': :state_code: NJ :state_name: New Jersey :city: Landing :time_zone: America/New_York -07852: +'07852': :state_code: NJ :state_name: New Jersey :city: Ledgewood :time_zone: America/New_York -07853: +'07853': :state_code: NJ :state_name: New Jersey :city: Long Valley :time_zone: America/New_York -07856: +'07856': :state_code: NJ :state_name: New Jersey :city: Mount Arlington :time_zone: America/New_York -07857: +'07857': :state_code: NJ :state_name: New Jersey :city: Netcong :time_zone: America/New_York -07866: +'07866': :state_code: NJ :state_name: New Jersey :city: Rockaway :time_zone: America/New_York -07869: +'07869': :state_code: NJ :state_name: New Jersey :city: Randolph :time_zone: America/New_York -07870: +'07870': :state_code: NJ :state_name: New Jersey :city: Schooleys Mountain :time_zone: America/New_York -07876: +'07876': :state_code: NJ :state_name: New Jersey :city: Succasunna :time_zone: America/New_York -07878: +'07878': :state_code: NJ :state_name: New Jersey :city: Mount Tabor :time_zone: America/New_York -07885: +'07885': :state_code: NJ :state_name: New Jersey :city: Wharton :time_zone: America/New_York -07926: +'07926': :state_code: NJ :state_name: New Jersey :city: Brookside :time_zone: America/New_York -07927: +'07927': :state_code: NJ :state_name: New Jersey :city: Cedar Knolls :time_zone: America/New_York -07928: +'07928': :state_code: NJ :state_name: New Jersey :city: Chatham :time_zone: America/New_York -07930: +'07930': :state_code: NJ :state_name: New Jersey :city: Chester :time_zone: America/New_York -07932: +'07932': :state_code: NJ :state_name: New Jersey :city: Florham Park :time_zone: America/New_York -07933: +'07933': :state_code: NJ :state_name: New Jersey :city: Gillette :time_zone: America/New_York -07935: +'07935': :state_code: NJ :state_name: New Jersey :city: Green Village :time_zone: America/New_York -07936: +'07936': :state_code: NJ :state_name: New Jersey :city: East Hanover :time_zone: America/New_York -07940: +'07940': :state_code: NJ :state_name: New Jersey :city: Madison :time_zone: America/New_York -07945: +'07945': :state_code: NJ :state_name: New Jersey :city: Mendham :time_zone: America/New_York -07946: +'07946': :state_code: NJ :state_name: New Jersey :city: Millington :time_zone: America/New_York -07950: +'07950': :state_code: NJ :state_name: New Jersey :city: Morris Plains :time_zone: America/New_York -07960: +'07960': :state_code: NJ :state_name: New Jersey :city: Morristown :time_zone: America/New_York -07961: +'07961': :state_code: NJ :state_name: New Jersey :city: Morristown :time_zone: America/New_York -07962: +'07962': :state_code: NJ :state_name: New Jersey :city: Morristown :time_zone: America/New_York -07963: +'07963': :state_code: NJ :state_name: New Jersey :city: Morristown :time_zone: America/New_York -07970: +'07970': :state_code: NJ :state_name: New Jersey :city: Mount Freedom :time_zone: America/New_York -07976: +'07976': :state_code: NJ :state_name: New Jersey :city: New Vernon :time_zone: America/New_York -07980: +'07980': :state_code: NJ :state_name: New Jersey :city: Stirling :time_zone: America/New_York -07981: +'07981': :state_code: NJ :state_name: New Jersey :city: Whippany :time_zone: America/New_York -07983: +'07983': :state_code: NJ :state_name: New Jersey :city: Whippany :time_zone: America/New_York -07999: +'07999': :state_code: NJ :state_name: New Jersey :city: Whippany :time_zone: America/New_York -08005: +'08005': :state_code: NJ :state_name: New Jersey :city: Barnegat :time_zone: America/New_York -08006: +'08006': :state_code: NJ :state_name: New Jersey :city: Barnegat Light :time_zone: America/New_York -08008: +'08008': :state_code: NJ :state_name: New Jersey :city: Beach Haven :time_zone: America/New_York -08050: +'08050': :state_code: NJ :state_name: New Jersey :city: Manahawkin :time_zone: America/New_York -08087: +'08087': :state_code: NJ :state_name: New Jersey :city: Tuckerton :time_zone: America/New_York -08092: +'08092': :state_code: NJ :state_name: New Jersey :city: West Creek :time_zone: America/New_York -08527: +'08527': :state_code: NJ :state_name: New Jersey :city: Jackson :time_zone: America/New_York -08533: +'08533': :state_code: NJ :state_name: New Jersey :city: New Egypt :time_zone: America/New_York -08701: +'08701': :state_code: NJ :state_name: New Jersey :city: Lakewood :time_zone: America/New_York -08721: +'08721': :state_code: NJ :state_name: New Jersey :city: Bayville :time_zone: America/New_York -08722: +'08722': :state_code: NJ :state_name: New Jersey :city: Beachwood :time_zone: America/New_York -08723: +'08723': :state_code: NJ :state_name: New Jersey :city: Brick :time_zone: America/New_York -08724: +'08724': :state_code: NJ :state_name: New Jersey :city: Brick :time_zone: America/New_York -08731: +'08731': :state_code: NJ :state_name: New Jersey :city: Forked River :time_zone: America/New_York -08732: +'08732': :state_code: NJ :state_name: New Jersey :city: Island Heights :time_zone: America/New_York -08733: +'08733': :state_code: NJ :state_name: New Jersey :city: Lakehurst :time_zone: America/New_York -08734: +'08734': :state_code: NJ :state_name: New Jersey :city: Lanoka Harbor :time_zone: America/New_York -08735: +'08735': :state_code: NJ :state_name: New Jersey :city: Lavallette :time_zone: America/New_York -08738: +'08738': :state_code: NJ :state_name: New Jersey :city: Mantoloking :time_zone: America/New_York -08739: +'08739': :state_code: NJ :state_name: New Jersey :city: Normandy Beach :time_zone: America/New_York -08740: +'08740': :state_code: NJ :state_name: New Jersey :city: Ocean Gate :time_zone: America/New_York -08741: +'08741': :state_code: NJ :state_name: New Jersey :city: Pine Beach :time_zone: America/New_York -08742: +'08742': :state_code: NJ :state_name: New Jersey :city: Point Pleasant Beach :time_zone: America/New_York -08751: +'08751': :state_code: NJ :state_name: New Jersey :city: Seaside Heights :time_zone: America/New_York -08752: +'08752': :state_code: NJ :state_name: New Jersey :city: Seaside Park :time_zone: America/New_York -08753: +'08753': :state_code: NJ :state_name: New Jersey :city: Toms River :time_zone: America/New_York -08754: +'08754': :state_code: NJ :state_name: New Jersey :city: Toms River :time_zone: America/New_York -08755: +'08755': :state_code: NJ :state_name: New Jersey :city: Toms River :time_zone: America/New_York -08756: +'08756': :state_code: NJ :state_name: New Jersey :city: Toms River :time_zone: America/New_York -08757: +'08757': :state_code: NJ :state_name: New Jersey :city: Toms River :time_zone: America/New_York -08758: +'08758': :state_code: NJ :state_name: New Jersey :city: Waretown :time_zone: America/New_York -08759: +'08759': :state_code: NJ :state_name: New Jersey :city: Whiting @@ -130392,7 +130392,7 @@ :state_name: New Jersey :city: Newfoundland :time_zone: America/New_York -07438: +'07438': :state_code: NJ :state_name: New Jersey :city: Oak Ridge @@ -130427,7 +130427,7 @@ :state_name: New Jersey :city: Wayne :time_zone: America/New_York -07480: +'07480': :state_code: NJ :state_name: New Jersey :city: West Milford @@ -130467,12 +130467,12 @@ :state_name: New Jersey :city: Hawthorne :time_zone: America/New_York -07508: +'07508': :state_code: NJ :state_name: New Jersey :city: Haledon :time_zone: America/New_York -07509: +'07509': :state_code: NJ :state_name: New Jersey :city: Paterson @@ -130522,7 +130522,7 @@ :state_name: New Jersey :city: Paterson :time_zone: America/New_York -07538: +'07538': :state_code: NJ :state_name: New Jersey :city: Haledon @@ -130537,207 +130537,207 @@ :state_name: New Jersey :city: Paterson :time_zone: America/New_York -08001: +'08001': :state_code: NJ :state_name: New Jersey :city: Alloway :time_zone: America/New_York -08023: +'08023': :state_code: NJ :state_name: New Jersey :city: Deepwater :time_zone: America/New_York -08038: +'08038': :state_code: NJ :state_name: New Jersey :city: Hancocks Bridge :time_zone: America/New_York -08067: +'08067': :state_code: NJ :state_name: New Jersey :city: Pedricktown :time_zone: America/New_York -08069: +'08069': :state_code: NJ :state_name: New Jersey :city: Penns Grove :time_zone: America/New_York -08070: +'08070': :state_code: NJ :state_name: New Jersey :city: Pennsville :time_zone: America/New_York -08072: +'08072': :state_code: NJ :state_name: New Jersey :city: Quinton :time_zone: America/New_York -08079: +'08079': :state_code: NJ :state_name: New Jersey :city: Salem :time_zone: America/New_York -08098: +'08098': :state_code: NJ :state_name: New Jersey :city: Woodstown :time_zone: America/New_York -08318: +'08318': :state_code: NJ :state_name: New Jersey :city: Elmer :time_zone: America/New_York -08347: +'08347': :state_code: NJ :state_name: New Jersey :city: Norma :time_zone: America/New_York -07059: +'07059': :state_code: NJ :state_name: New Jersey :city: Warren :time_zone: America/New_York -07920: +'07920': :state_code: NJ :state_name: New Jersey :city: Basking Ridge :time_zone: America/New_York -07921: +'07921': :state_code: NJ :state_name: New Jersey :city: Bedminster :time_zone: America/New_York -07924: +'07924': :state_code: NJ :state_name: New Jersey :city: Bernardsville :time_zone: America/New_York -07931: +'07931': :state_code: NJ :state_name: New Jersey :city: Far Hills :time_zone: America/New_York -07934: +'07934': :state_code: NJ :state_name: New Jersey :city: Gladstone :time_zone: America/New_York -07938: +'07938': :state_code: NJ :state_name: New Jersey :city: Liberty Corner :time_zone: America/New_York -07939: +'07939': :state_code: NJ :state_name: New Jersey :city: Lyons :time_zone: America/New_York -07977: +'07977': :state_code: NJ :state_name: New Jersey :city: Peapack :time_zone: America/New_York -07978: +'07978': :state_code: NJ :state_name: New Jersey :city: Pluckemin :time_zone: America/New_York -08502: +'08502': :state_code: NJ :state_name: New Jersey :city: Belle Mead :time_zone: America/New_York -08504: +'08504': :state_code: NJ :state_name: New Jersey :city: Blawenburg :time_zone: America/New_York -08528: +'08528': :state_code: NJ :state_name: New Jersey :city: Kingston :time_zone: America/New_York -08553: +'08553': :state_code: NJ :state_name: New Jersey :city: Rocky Hill :time_zone: America/New_York -08558: +'08558': :state_code: NJ :state_name: New Jersey :city: Skillman :time_zone: America/New_York -08805: +'08805': :state_code: NJ :state_name: New Jersey :city: Bound Brook :time_zone: America/New_York -08807: +'08807': :state_code: NJ :state_name: New Jersey :city: Bridgewater :time_zone: America/New_York -08821: +'08821': :state_code: NJ :state_name: New Jersey :city: Flagtown :time_zone: America/New_York -08823: +'08823': :state_code: NJ :state_name: New Jersey :city: Franklin Park :time_zone: America/New_York -08835: +'08835': :state_code: NJ :state_name: New Jersey :city: Manville :time_zone: America/New_York -08836: +'08836': :state_code: NJ :state_name: New Jersey :city: Martinsville :time_zone: America/New_York -08844: +'08844': :state_code: NJ :state_name: New Jersey :city: Hillsborough :time_zone: America/New_York -08853: +'08853': :state_code: NJ :state_name: New Jersey :city: Neshanic Station :time_zone: America/New_York -08869: +'08869': :state_code: NJ :state_name: New Jersey :city: Raritan :time_zone: America/New_York -08873: +'08873': :state_code: NJ :state_name: New Jersey :city: Somerset :time_zone: America/New_York -08875: +'08875': :state_code: NJ :state_name: New Jersey :city: Somerset :time_zone: America/New_York -08876: +'08876': :state_code: NJ :state_name: New Jersey :city: Somerville :time_zone: America/New_York -08880: +'08880': :state_code: NJ :state_name: New Jersey :city: South Bound Brook :time_zone: America/New_York -08890: +'08890': :state_code: NJ :state_name: New Jersey :city: Zarephath :time_zone: America/New_York -08896: +'08896': :state_code: NJ :state_name: New Jersey :city: Raritan @@ -130747,12 +130747,12 @@ :state_name: New Jersey :city: Franklin :time_zone: America/New_York -07418: +'07418': :state_code: NJ :state_name: New Jersey :city: Glenwood :time_zone: America/New_York -07419: +'07419': :state_code: NJ :state_name: New Jersey :city: Hamburg @@ -130762,12 +130762,12 @@ :state_name: New Jersey :city: Highland Lakes :time_zone: America/New_York -07428: +'07428': :state_code: NJ :state_name: New Jersey :city: Mc Afee :time_zone: America/New_York -07439: +'07439': :state_code: NJ :state_name: New Jersey :city: Ogdensburg @@ -130787,92 +130787,92 @@ :state_name: New Jersey :city: Vernon :time_zone: America/New_York -07821: +'07821': :state_code: NJ :state_name: New Jersey :city: Andover :time_zone: America/New_York -07822: +'07822': :state_code: NJ :state_name: New Jersey :city: Augusta :time_zone: America/New_York -07826: +'07826': :state_code: NJ :state_name: New Jersey :city: Branchville :time_zone: America/New_York -07827: +'07827': :state_code: NJ :state_name: New Jersey :city: Montague :time_zone: America/New_York -07837: +'07837': :state_code: NJ :state_name: New Jersey :city: Glasser :time_zone: America/New_York -07839: +'07839': :state_code: NJ :state_name: New Jersey :city: Greendell :time_zone: America/New_York -07843: +'07843': :state_code: NJ :state_name: New Jersey :city: Hopatcong :time_zone: America/New_York -07848: +'07848': :state_code: NJ :state_name: New Jersey :city: Lafayette :time_zone: America/New_York -07851: +'07851': :state_code: NJ :state_name: New Jersey :city: Layton :time_zone: America/New_York -07855: +'07855': :state_code: NJ :state_name: New Jersey :city: Middleville :time_zone: America/New_York -07860: +'07860': :state_code: NJ :state_name: New Jersey :city: Newton :time_zone: America/New_York -07871: +'07871': :state_code: NJ :state_name: New Jersey :city: Sparta :time_zone: America/New_York -07874: +'07874': :state_code: NJ :state_name: New Jersey :city: Stanhope :time_zone: America/New_York -07875: +'07875': :state_code: NJ :state_name: New Jersey :city: Stillwater :time_zone: America/New_York -07877: +'07877': :state_code: NJ :state_name: New Jersey :city: Swartswood :time_zone: America/New_York -07879: +'07879': :state_code: NJ :state_name: New Jersey :city: Tranquility :time_zone: America/New_York -07881: +'07881': :state_code: NJ :state_name: New Jersey :city: Wallpack Center :time_zone: America/New_York -07890: +'07890': :state_code: NJ :state_name: New Jersey :city: Branchville @@ -130932,7 +130932,7 @@ :state_name: New Jersey :city: Clark :time_zone: America/New_York -07069: +'07069': :state_code: NJ :state_name: New Jersey :city: Watchung @@ -130942,32 +130942,32 @@ :state_name: New Jersey :city: Scotch Plains :time_zone: America/New_York -07081: +'07081': :state_code: NJ :state_name: New Jersey :city: Springfield :time_zone: America/New_York -07083: +'07083': :state_code: NJ :state_name: New Jersey :city: Union :time_zone: America/New_York -07088: +'07088': :state_code: NJ :state_name: New Jersey :city: Vauxhall :time_zone: America/New_York -07090: +'07090': :state_code: NJ :state_name: New Jersey :city: Westfield :time_zone: America/New_York -07091: +'07091': :state_code: NJ :state_name: New Jersey :city: Westfield :time_zone: America/New_York -07092: +'07092': :state_code: NJ :state_name: New Jersey :city: Mountainside @@ -131007,7 +131007,7 @@ :state_name: New Jersey :city: Elizabeth :time_zone: America/New_York -07208: +'07208': :state_code: NJ :state_name: New Jersey :city: Elizabeth @@ -131022,117 +131022,117 @@ :state_name: New Jersey :city: Elizabeth :time_zone: America/New_York -07901: +'07901': :state_code: NJ :state_name: New Jersey :city: Summit :time_zone: America/New_York -07902: +'07902': :state_code: NJ :state_name: New Jersey :city: Summit :time_zone: America/New_York -07922: +'07922': :state_code: NJ :state_name: New Jersey :city: Berkeley Heights :time_zone: America/New_York -07974: +'07974': :state_code: NJ :state_name: New Jersey :city: New Providence :time_zone: America/New_York -07820: +'07820': :state_code: NJ :state_name: New Jersey :city: Allamuchy :time_zone: America/New_York -07823: +'07823': :state_code: NJ :state_name: New Jersey :city: Belvidere :time_zone: America/New_York -07825: +'07825': :state_code: NJ :state_name: New Jersey :city: Blairstown :time_zone: America/New_York -07829: +'07829': :state_code: NJ :state_name: New Jersey :city: Buttzville :time_zone: America/New_York -07831: +'07831': :state_code: NJ :state_name: New Jersey :city: Changewater :time_zone: America/New_York -07832: +'07832': :state_code: NJ :state_name: New Jersey :city: Columbia :time_zone: America/New_York -07833: +'07833': :state_code: NJ :state_name: New Jersey :city: Delaware :time_zone: America/New_York -07838: +'07838': :state_code: NJ :state_name: New Jersey :city: Great Meadows :time_zone: America/New_York -07840: +'07840': :state_code: NJ :state_name: New Jersey :city: Hackettstown :time_zone: America/New_York -07844: +'07844': :state_code: NJ :state_name: New Jersey :city: Hope :time_zone: America/New_York -07846: +'07846': :state_code: NJ :state_name: New Jersey :city: Johnsonburg :time_zone: America/New_York -07863: +'07863': :state_code: NJ :state_name: New Jersey :city: Oxford :time_zone: America/New_York -07865: +'07865': :state_code: NJ :state_name: New Jersey :city: Port Murray :time_zone: America/New_York -07880: +'07880': :state_code: NJ :state_name: New Jersey :city: Vienna :time_zone: America/New_York -07882: +'07882': :state_code: NJ :state_name: New Jersey :city: Washington :time_zone: America/New_York -08802: +'08802': :state_code: NJ :state_name: New Jersey :city: Asbury :time_zone: America/New_York -08808: +'08808': :state_code: NJ :state_name: New Jersey :city: Broadway :time_zone: America/New_York -08865: +'08865': :state_code: NJ :state_name: New Jersey :city: Phillipsburg :time_zone: America/New_York -08886: +'08886': :state_code: NJ :state_name: New Jersey :city: Stewartsville @@ -143887,7 +143887,7 @@ :state_name: New York :city: Holtsville :time_zone: America/New_York -06390: +'06390': :state_code: NY :state_name: New York :city: Fishers Island @@ -171316,457 +171316,457 @@ :state_code: PW :state_name: '' :city: Palau -02806: +'02806': :state_code: RI :state_name: Rhode Island :city: Barrington :time_zone: America/New_York -02809: +'02809': :state_code: RI :state_name: Rhode Island :city: Bristol :time_zone: America/New_York -02872: +'02872': :state_code: RI :state_name: Rhode Island :city: Prudence Island :time_zone: America/New_York -02885: +'02885': :state_code: RI :state_name: Rhode Island :city: Warren :time_zone: America/New_York -02816: +'02816': :state_code: RI :state_name: Rhode Island :city: Coventry :time_zone: America/New_York -02817: +'02817': :state_code: RI :state_name: Rhode Island :city: West Greenwich :time_zone: America/New_York -02818: +'02818': :state_code: RI :state_name: Rhode Island :city: East Greenwich :time_zone: America/New_York -02827: +'02827': :state_code: RI :state_name: Rhode Island :city: Greene :time_zone: America/New_York -02886: +'02886': :state_code: RI :state_name: Rhode Island :city: Warwick :time_zone: America/New_York -02887: +'02887': :state_code: RI :state_name: Rhode Island :city: Warwick :time_zone: America/New_York -02888: +'02888': :state_code: RI :state_name: Rhode Island :city: Warwick :time_zone: America/New_York -02889: +'02889': :state_code: RI :state_name: Rhode Island :city: Warwick :time_zone: America/New_York -02893: +'02893': :state_code: RI :state_name: Rhode Island :city: West Warwick :time_zone: America/New_York -02801: +'02801': :state_code: RI :state_name: Rhode Island :city: Adamsville :time_zone: America/New_York -02835: +'02835': :state_code: RI :state_name: Rhode Island :city: Jamestown :time_zone: America/New_York -02837: +'02837': :state_code: RI :state_name: Rhode Island :city: Little Compton :time_zone: America/New_York -02840: +'02840': :state_code: RI :state_name: Rhode Island :city: Newport :time_zone: America/New_York -02841: +'02841': :state_code: RI :state_name: Rhode Island :city: Newport :time_zone: America/New_York -02842: +'02842': :state_code: RI :state_name: Rhode Island :city: Middletown :time_zone: America/New_York -02871: +'02871': :state_code: RI :state_name: Rhode Island :city: Portsmouth :time_zone: America/New_York -02878: +'02878': :state_code: RI :state_name: Rhode Island :city: Tiverton :time_zone: America/New_York -02802: +'02802': :state_code: RI :state_name: Rhode Island :city: Albion :time_zone: America/New_York -02814: +'02814': :state_code: RI :state_name: Rhode Island :city: Chepachet :time_zone: America/New_York -02815: +'02815': :state_code: RI :state_name: Rhode Island :city: Clayville :time_zone: America/New_York -02823: +'02823': :state_code: RI :state_name: Rhode Island :city: Fiskeville :time_zone: America/New_York -02824: +'02824': :state_code: RI :state_name: Rhode Island :city: Forestdale :time_zone: America/New_York -02825: +'02825': :state_code: RI :state_name: Rhode Island :city: Foster :time_zone: America/New_York -02826: +'02826': :state_code: RI :state_name: Rhode Island :city: Glendale :time_zone: America/New_York -02828: +'02828': :state_code: RI :state_name: Rhode Island :city: Greenville :time_zone: America/New_York -02829: +'02829': :state_code: RI :state_name: Rhode Island :city: Harmony :time_zone: America/New_York -02830: +'02830': :state_code: RI :state_name: Rhode Island :city: Harrisville :time_zone: America/New_York -02831: +'02831': :state_code: RI :state_name: Rhode Island :city: Hope :time_zone: America/New_York -02838: +'02838': :state_code: RI :state_name: Rhode Island :city: Manville :time_zone: America/New_York -02839: +'02839': :state_code: RI :state_name: Rhode Island :city: Mapleville :time_zone: America/New_York -02857: +'02857': :state_code: RI :state_name: Rhode Island :city: North Scituate :time_zone: America/New_York -02858: +'02858': :state_code: RI :state_name: Rhode Island :city: Oakland :time_zone: America/New_York -02859: +'02859': :state_code: RI :state_name: Rhode Island :city: Pascoag :time_zone: America/New_York -02860: +'02860': :state_code: RI :state_name: Rhode Island :city: Pawtucket :time_zone: America/New_York -02861: +'02861': :state_code: RI :state_name: Rhode Island :city: Pawtucket :time_zone: America/New_York -02862: +'02862': :state_code: RI :state_name: Rhode Island :city: Pawtucket :time_zone: America/New_York -02863: +'02863': :state_code: RI :state_name: Rhode Island :city: Central Falls :time_zone: America/New_York -02864: +'02864': :state_code: RI :state_name: Rhode Island :city: Cumberland :time_zone: America/New_York -02865: +'02865': :state_code: RI :state_name: Rhode Island :city: Lincoln :time_zone: America/New_York -02876: +'02876': :state_code: RI :state_name: Rhode Island :city: Slatersville :time_zone: America/New_York -02895: +'02895': :state_code: RI :state_name: Rhode Island :city: Woonsocket :time_zone: America/New_York -02896: +'02896': :state_code: RI :state_name: Rhode Island :city: North Smithfield :time_zone: America/New_York -02901: +'02901': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02902: +'02902': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02903: +'02903': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02904: +'02904': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02905: +'02905': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02906: +'02906': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02907: +'02907': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02908: +'02908': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02909: +'02909': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02910: +'02910': :state_code: RI :state_name: Rhode Island :city: Cranston :time_zone: America/New_York -02911: +'02911': :state_code: RI :state_name: Rhode Island :city: North Providence :time_zone: America/New_York -02912: +'02912': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02914: +'02914': :state_code: RI :state_name: Rhode Island :city: East Providence :time_zone: America/New_York -02915: +'02915': :state_code: RI :state_name: Rhode Island :city: Riverside :time_zone: America/New_York -02916: +'02916': :state_code: RI :state_name: Rhode Island :city: Rumford :time_zone: America/New_York -02917: +'02917': :state_code: RI :state_name: Rhode Island :city: Smithfield :time_zone: America/New_York -02918: +'02918': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02919: +'02919': :state_code: RI :state_name: Rhode Island :city: Johnston :time_zone: America/New_York -02920: +'02920': :state_code: RI :state_name: Rhode Island :city: Cranston :time_zone: America/New_York -02921: +'02921': :state_code: RI :state_name: Rhode Island :city: Cranston :time_zone: America/New_York -02940: +'02940': :state_code: RI :state_name: Rhode Island :city: Providence :time_zone: America/New_York -02804: +'02804': :state_code: RI :state_name: Rhode Island :city: Ashaway :time_zone: America/New_York -02807: +'02807': :state_code: RI :state_name: Rhode Island :city: Block Island :time_zone: America/New_York -02808: +'02808': :state_code: RI :state_name: Rhode Island :city: Bradford :time_zone: America/New_York -02812: +'02812': :state_code: RI :state_name: Rhode Island :city: Carolina :time_zone: America/New_York -02813: +'02813': :state_code: RI :state_name: Rhode Island :city: Charlestown :time_zone: America/New_York -02822: +'02822': :state_code: RI :state_name: Rhode Island :city: Exeter :time_zone: America/New_York -02832: +'02832': :state_code: RI :state_name: Rhode Island :city: Hope Valley :time_zone: America/New_York -02833: +'02833': :state_code: RI :state_name: Rhode Island :city: Hopkinton :time_zone: America/New_York -02836: +'02836': :state_code: RI :state_name: Rhode Island :city: Kenyon :time_zone: America/New_York -02852: +'02852': :state_code: RI :state_name: Rhode Island :city: North Kingstown :time_zone: America/New_York -02854: +'02854': :state_code: RI :state_name: Rhode Island :city: North Kingstown :time_zone: America/New_York -02873: +'02873': :state_code: RI :state_name: Rhode Island :city: Rockville :time_zone: America/New_York -02874: +'02874': :state_code: RI :state_name: Rhode Island :city: Saunderstown :time_zone: America/New_York -02875: +'02875': :state_code: RI :state_name: Rhode Island :city: Shannock :time_zone: America/New_York -02877: +'02877': :state_code: RI :state_name: Rhode Island :city: Slocum :time_zone: America/New_York -02879: +'02879': :state_code: RI :state_name: Rhode Island :city: Wakefield :time_zone: America/New_York -02880: +'02880': :state_code: RI :state_name: Rhode Island :city: Wakefield :time_zone: America/New_York -02881: +'02881': :state_code: RI :state_name: Rhode Island :city: Kingston :time_zone: America/New_York -02882: +'02882': :state_code: RI :state_name: Rhode Island :city: Narragansett :time_zone: America/New_York -02883: +'02883': :state_code: RI :state_name: Rhode Island :city: Peace Dale :time_zone: America/New_York -02891: +'02891': :state_code: RI :state_name: Rhode Island :city: Westerly :time_zone: America/New_York -02892: +'02892': :state_code: RI :state_name: Rhode Island :city: West Kingston :time_zone: America/New_York -02894: +'02894': :state_code: RI :state_name: Rhode Island :city: Wood River Junction :time_zone: America/New_York -02898: +'02898': :state_code: RI :state_name: Rhode Island :city: Wyoming @@ -203091,7 +203091,7 @@ :state_name: Vermont :city: Ferrisburg :time_zone: America/New_York -05469: +'05469': :state_code: VT :state_name: Vermont :city: Monkton @@ -203106,17 +203106,17 @@ :state_name: Vermont :city: North Ferrisburg :time_zone: America/New_York -05487: +'05487': :state_code: VT :state_name: Vermont :city: Starksboro :time_zone: America/New_York -05491: +'05491': :state_code: VT :state_name: Vermont :city: Vergennes :time_zone: America/New_York -05669: +'05669': :state_code: VT :state_name: Vermont :city: Roxbury @@ -203136,7 +203136,7 @@ :state_name: Vermont :city: Granville :time_zone: America/New_York -05748: +'05748': :state_code: VT :state_name: Vermont :city: Hancock @@ -203156,7 +203156,7 @@ :state_name: Vermont :city: Ripton :time_zone: America/New_York -05769: +'05769': :state_code: VT :state_name: Vermont :city: Salisbury @@ -203166,7 +203166,7 @@ :state_name: Vermont :city: Shoreham :time_zone: America/New_York -05778: +'05778': :state_code: VT :state_name: Vermont :city: Whiting @@ -203246,7 +203246,7 @@ :state_name: Vermont :city: Readsboro :time_zone: America/New_York -05768: +'05768': :state_code: VT :state_name: Vermont :city: Rupert @@ -203271,97 +203271,97 @@ :state_name: Vermont :city: Mc Indoe Falls :time_zone: America/New_York -05069: +'05069': :state_code: VT :state_name: Vermont :city: South Ryegate :time_zone: America/New_York -05819: +'05819': :state_code: VT :state_name: Vermont :city: Saint Johnsbury :time_zone: America/New_York -05821: +'05821': :state_code: VT :state_name: Vermont :city: Barnet :time_zone: America/New_York -05828: +'05828': :state_code: VT :state_name: Vermont :city: Danville :time_zone: America/New_York -05832: +'05832': :state_code: VT :state_name: Vermont :city: East Burke :time_zone: America/New_York -05836: +'05836': :state_code: VT :state_name: Vermont :city: East Hardwick :time_zone: America/New_York -05838: +'05838': :state_code: VT :state_name: Vermont :city: East Saint Johnsbury :time_zone: America/New_York -05843: +'05843': :state_code: VT :state_name: Vermont :city: Hardwick :time_zone: America/New_York -05848: +'05848': :state_code: VT :state_name: Vermont :city: Lower Waterford :time_zone: America/New_York -05849: +'05849': :state_code: VT :state_name: Vermont :city: Lyndon :time_zone: America/New_York -05850: +'05850': :state_code: VT :state_name: Vermont :city: Lyndon Center :time_zone: America/New_York -05851: +'05851': :state_code: VT :state_name: Vermont :city: Lyndonville :time_zone: America/New_York -05861: +'05861': :state_code: VT :state_name: Vermont :city: Passumpsic :time_zone: America/New_York -05862: +'05862': :state_code: VT :state_name: Vermont :city: Peacham :time_zone: America/New_York -05863: +'05863': :state_code: VT :state_name: Vermont :city: Saint Johnsbury Center :time_zone: America/New_York -05866: +'05866': :state_code: VT :state_name: Vermont :city: Sheffield :time_zone: America/New_York -05867: +'05867': :state_code: VT :state_name: Vermont :city: Sutton :time_zone: America/New_York -05871: +'05871': :state_code: VT :state_name: Vermont :city: West Burke :time_zone: America/New_York -05873: +'05873': :state_code: VT :state_name: Vermont :city: West Danville @@ -203401,12 +203401,12 @@ :state_name: Vermont :city: South Burlington :time_zone: America/New_York -05408: +'05408': :state_code: VT :state_name: Vermont :city: Burlington :time_zone: America/New_York -05439: +'05439': :state_code: VT :state_name: Vermont :city: Colchester @@ -203421,7 +203421,7 @@ :state_name: Vermont :city: Colchester :time_zone: America/New_York -05449: +'05449': :state_code: VT :state_name: Vermont :city: Colchester @@ -203461,7 +203461,7 @@ :state_name: Vermont :city: Jonesville :time_zone: America/New_York -05468: +'05468': :state_code: VT :state_name: Vermont :city: Milton @@ -203471,87 +203471,87 @@ :state_name: Vermont :city: Richmond :time_zone: America/New_York -05482: +'05482': :state_code: VT :state_name: Vermont :city: Shelburne :time_zone: America/New_York -05489: +'05489': :state_code: VT :state_name: Vermont :city: Underhill :time_zone: America/New_York -05490: +'05490': :state_code: VT :state_name: Vermont :city: Underhill Center :time_zone: America/New_York -05494: +'05494': :state_code: VT :state_name: Vermont :city: Westford :time_zone: America/New_York -05495: +'05495': :state_code: VT :state_name: Vermont :city: Williston :time_zone: America/New_York -05824: +'05824': :state_code: VT :state_name: Vermont :city: Concord :time_zone: America/New_York -05837: +'05837': :state_code: VT :state_name: Vermont :city: East Haven :time_zone: America/New_York -05840: +'05840': :state_code: VT :state_name: Vermont :city: Granby :time_zone: America/New_York -05846: +'05846': :state_code: VT :state_name: Vermont :city: Island Pond :time_zone: America/New_York -05858: +'05858': :state_code: VT :state_name: Vermont :city: North Concord :time_zone: America/New_York -05901: +'05901': :state_code: VT :state_name: Vermont :city: Averill :time_zone: America/New_York -05902: +'05902': :state_code: VT :state_name: Vermont :city: Beecher Falls :time_zone: America/New_York -05903: +'05903': :state_code: VT :state_name: Vermont :city: Canaan :time_zone: America/New_York -05904: +'05904': :state_code: VT :state_name: Vermont :city: Gilman :time_zone: America/New_York -05905: +'05905': :state_code: VT :state_name: Vermont :city: Guildhall :time_zone: America/New_York -05906: +'05906': :state_code: VT :state_name: Vermont :city: Lunenburg :time_zone: America/New_York -05907: +'05907': :state_code: VT :state_name: Vermont :city: Norton @@ -203566,7 +203566,7 @@ :state_name: Vermont :city: East Berkshire :time_zone: America/New_York -05448: +'05448': :state_code: VT :state_name: Vermont :city: East Fairfield @@ -203591,7 +203591,7 @@ :state_name: Vermont :city: Franklin :time_zone: America/New_York -05459: +'05459': :state_code: VT :state_name: Vermont :city: Highgate Center @@ -203616,32 +203616,32 @@ :state_name: Vermont :city: Richford :time_zone: America/New_York -05478: +'05478': :state_code: VT :state_name: Vermont :city: Saint Albans :time_zone: America/New_York -05479: +'05479': :state_code: VT :state_name: Vermont :city: Saint Albans :time_zone: America/New_York -05481: +'05481': :state_code: VT :state_name: Vermont :city: Saint Albans Bay :time_zone: America/New_York -05483: +'05483': :state_code: VT :state_name: Vermont :city: Sheldon :time_zone: America/New_York -05485: +'05485': :state_code: VT :state_name: Vermont :city: Sheldon Springs :time_zone: America/New_York -05488: +'05488': :state_code: VT :state_name: Vermont :city: Swanton @@ -203651,7 +203651,7 @@ :state_name: Vermont :city: Alburg :time_zone: America/New_York -05458: +'05458': :state_code: VT :state_name: Vermont :city: Grand Isle @@ -203666,7 +203666,7 @@ :state_name: Vermont :city: North Hero :time_zone: America/New_York -05486: +'05486': :state_code: VT :state_name: Vermont :city: South Hero @@ -203686,7 +203686,7 @@ :state_name: Vermont :city: Jeffersonville :time_zone: America/New_York -05492: +'05492': :state_code: VT :state_name: Vermont :city: Waterville @@ -203736,7 +203736,7 @@ :state_name: Vermont :city: Stowe :time_zone: America/New_York -05680: +'05680': :state_code: VT :state_name: Vermont :city: Wolcott @@ -203751,12 +203751,12 @@ :state_name: Vermont :city: Brookfield :time_zone: America/New_York -05038: +'05038': :state_code: VT :state_name: Vermont :city: Chelsea :time_zone: America/New_York -05039: +'05039': :state_code: VT :state_name: Vermont :city: Corinth @@ -203796,7 +203796,7 @@ :state_name: Vermont :city: North Thetford :time_zone: America/New_York -05058: +'05058': :state_code: VT :state_name: Vermont :city: Post Mills @@ -203841,27 +203841,27 @@ :state_name: Vermont :city: Tunbridge :time_zone: America/New_York -05079: +'05079': :state_code: VT :state_name: Vermont :city: Vershire :time_zone: America/New_York -05081: +'05081': :state_code: VT :state_name: Vermont :city: Wells River :time_zone: America/New_York -05083: +'05083': :state_code: VT :state_name: Vermont :city: West Fairlee :time_zone: America/New_York -05085: +'05085': :state_code: VT :state_name: Vermont :city: West Newbury :time_zone: America/New_York -05086: +'05086': :state_code: VT :state_name: Vermont :city: West Topsham @@ -203871,122 +203871,122 @@ :state_name: Vermont :city: Washington :time_zone: America/New_York -05679: +'05679': :state_code: VT :state_name: Vermont :city: Williamstown :time_zone: America/New_York -05820: +'05820': :state_code: VT :state_name: Vermont :city: Albany :time_zone: America/New_York -05822: +'05822': :state_code: VT :state_name: Vermont :city: Barton :time_zone: America/New_York -05823: +'05823': :state_code: VT :state_name: Vermont :city: Beebe Plain :time_zone: America/New_York -05825: +'05825': :state_code: VT :state_name: Vermont :city: Coventry :time_zone: America/New_York -05826: +'05826': :state_code: VT :state_name: Vermont :city: Craftsbury :time_zone: America/New_York -05827: +'05827': :state_code: VT :state_name: Vermont :city: Craftsbury Common :time_zone: America/New_York -05829: +'05829': :state_code: VT :state_name: Vermont :city: Derby :time_zone: America/New_York -05830: +'05830': :state_code: VT :state_name: Vermont :city: Derby Line :time_zone: America/New_York -05833: +'05833': :state_code: VT :state_name: Vermont :city: East Charleston :time_zone: America/New_York -05839: +'05839': :state_code: VT :state_name: Vermont :city: Glover :time_zone: America/New_York -05841: +'05841': :state_code: VT :state_name: Vermont :city: Greensboro :time_zone: America/New_York -05842: +'05842': :state_code: VT :state_name: Vermont :city: Greensboro Bend :time_zone: America/New_York -05845: +'05845': :state_code: VT :state_name: Vermont :city: Irasburg :time_zone: America/New_York -05847: +'05847': :state_code: VT :state_name: Vermont :city: Lowell :time_zone: America/New_York -05853: +'05853': :state_code: VT :state_name: Vermont :city: Morgan :time_zone: America/New_York -05855: +'05855': :state_code: VT :state_name: Vermont :city: Newport :time_zone: America/New_York -05857: +'05857': :state_code: VT :state_name: Vermont :city: Newport Center :time_zone: America/New_York -05859: +'05859': :state_code: VT :state_name: Vermont :city: North Troy :time_zone: America/New_York -05860: +'05860': :state_code: VT :state_name: Vermont :city: Orleans :time_zone: America/New_York -05868: +'05868': :state_code: VT :state_name: Vermont :city: Troy :time_zone: America/New_York -05872: +'05872': :state_code: VT :state_name: Vermont :city: West Charleston :time_zone: America/New_York -05874: +'05874': :state_code: VT :state_name: Vermont :city: Westfield :time_zone: America/New_York -05875: +'05875': :state_code: VT :state_name: Vermont :city: West Glover @@ -204036,12 +204036,12 @@ :state_name: Vermont :city: Chittenden :time_zone: America/New_York -05738: +'05738': :state_code: VT :state_name: Vermont :city: Cuttingsville :time_zone: America/New_York -05739: +'05739': :state_code: VT :state_name: Vermont :city: Danby @@ -204086,12 +204086,12 @@ :state_name: Vermont :city: Middletown Springs :time_zone: America/New_York -05758: +'05758': :state_code: VT :state_name: Vermont :city: Mount Holly :time_zone: America/New_York -05759: +'05759': :state_code: VT :state_name: Vermont :city: North Clarendon @@ -204161,7 +204161,7 @@ :state_name: Vermont :city: Montpelier :time_zone: America/New_York -05609: +'05609': :state_code: VT :state_name: Vermont :city: Montpelier @@ -204191,12 +204191,12 @@ :state_name: Vermont :city: Cabot :time_zone: America/New_York -05648: +'05648': :state_code: VT :state_name: Vermont :city: Calais :time_zone: America/New_York -05649: +'05649': :state_code: VT :state_name: Vermont :city: East Barre @@ -204216,7 +204216,7 @@ :state_name: Vermont :city: Graniteville :time_zone: America/New_York -05658: +'05658': :state_code: VT :state_name: Vermont :city: Marshfield @@ -204276,17 +204276,17 @@ :state_name: Vermont :city: Waterbury Center :time_zone: America/New_York -05678: +'05678': :state_code: VT :state_name: Vermont :city: Websterville :time_zone: America/New_York -05681: +'05681': :state_code: VT :state_name: Vermont :city: Woodbury :time_zone: America/New_York -05682: +'05682': :state_code: VT :state_name: Vermont :city: Worcester @@ -204306,7 +204306,7 @@ :state_name: Vermont :city: Grafton :time_zone: America/New_York -05148: +'05148': :state_code: VT :state_name: Vermont :city: Londonderry @@ -204321,12 +204321,12 @@ :state_name: Vermont :city: South Londonderry :time_zone: America/New_York -05158: +'05158': :state_code: VT :state_name: Vermont :city: Westminster :time_zone: America/New_York -05159: +'05159': :state_code: VT :state_name: Vermont :city: Westminster Station @@ -204411,12 +204411,12 @@ :state_name: Vermont :city: West Dummerston :time_zone: America/New_York -05358: +'05358': :state_code: VT :state_name: Vermont :city: West Halifax :time_zone: America/New_York -05359: +'05359': :state_code: VT :state_name: Vermont :city: West Townshend @@ -204446,7 +204446,7 @@ :state_name: Vermont :city: White River Junction :time_zone: America/New_York -05009: +'05009': :state_code: VT :state_name: Vermont :city: White River Junction @@ -204486,12 +204486,12 @@ :state_name: Vermont :city: Hartford :time_zone: America/New_York -05048: +'05048': :state_code: VT :state_name: Vermont :city: Hartland :time_zone: America/New_York -05049: +'05049': :state_code: VT :state_name: Vermont :city: Hartland Four Corners @@ -204516,7 +204516,7 @@ :state_name: Vermont :city: Plymouth :time_zone: America/New_York -05059: +'05059': :state_code: VT :state_name: Vermont :city: Quechee @@ -204536,7 +204536,7 @@ :state_name: Vermont :city: South Pomfret :time_zone: America/New_York -05068: +'05068': :state_code: VT :state_name: Vermont :city: South Royalton @@ -204551,22 +204551,22 @@ :state_name: Vermont :city: Taftsville :time_zone: America/New_York -05084: +'05084': :state_code: VT :state_name: Vermont :city: West Hartford :time_zone: America/New_York -05088: +'05088': :state_code: VT :state_name: Vermont :city: Wilder :time_zone: America/New_York -05089: +'05089': :state_code: VT :state_name: Vermont :city: Windsor :time_zone: America/New_York -05091: +'05091': :state_code: VT :state_name: Vermont :city: Woodstock @@ -204586,7 +204586,7 @@ :state_name: Vermont :city: Chester Depot :time_zone: America/New_York -05149: +'05149': :state_code: VT :state_name: Vermont :city: Ludlow @@ -219066,3 +219066,243 @@ :state_name: Wyoming :city: Upton :time_zone: America/Denver +'35270': + :state_code: AL + :state_name: Alabama + :city: Birmingham +'72405': + :state_code: AR + :state_name: Arkansas + :city: Jonesboro +'72255': + :state_code: AR + :state_name: Arkansas + :city: Little Rock +'85127': + :state_code: AZ + :state_name: Arizona + :city: Chandler Heights +'85190': + :state_code: AZ + :state_name: Arizona + :city: Tortilla Flat +'85117': + :state_code: AZ + :state_name: Arizona + :city: Apache Junction +'85178': + :state_code: AZ + :state_name: Arizona + :city: Apache Junction +'85191': + :state_code: AZ + :state_name: Arizona + :city: Valley Farms +'93737': + :state_code: CA + :state_name: California + :city: Fresno +'90134': + :state_code: CA + :state_name: California + :city: Los Angeles +'95214': + :state_code: CA + :state_name: California + :city: Stockton +'20252': + :state_code: DC + :state_name: District of Columbia + :city: Washington +'34441': + :state_code: FL + :state_name: Florida + :city: Hernando +'32143': + :state_code: FL + :state_name: Florida + :city: Palm Coast +'33191': + :state_code: FL + :state_name: Florida + :city: Miami +'33198': + :state_code: FL + :state_name: Florida + :city: Miami +'33206': + :state_code: FL + :state_name: Florida + :city: Miami +'34249': + :state_code: FL + :state_name: Florida + :city: Sarasota +'31144': + :state_code: GA + :state_name: Georgia + :city: Kennesaw +'31169': + :state_code: GA + :state_name: Georgia + :city: Peachtree City +'50099': + :state_code: IA + :state_name: Iowa + :city: Boone +'50982': + :state_code: IA + :state_name: Iowa + :city: Des Moines +'50983': + :state_code: IA + :state_name: Iowa + :city: Des Moines +'60418': + :state_code: IL + :state_name: Illinois + :city: Crestwood +'60569': + :state_code: IL + :state_name: Illinois + :city: Aurora +'46288': + :state_code: IN + :state_name: Indiana + :city: Indianapolis +'66630': + :state_code: KS + :state_name: Kansas + :city: Topeka +'41021': + :state_code: KY + :state_name: Kentucky + :city: Hebron +'40122': + :state_code: KY + :state_name: Kentucky + :city: Fort Knox +'41025': + :state_code: KY + :state_name: Kentucky + :city: Erlanger +'20588': + :state_code: MD + :state_name: Maryland + :city: Dhs +'55131': + :state_code: MN + :state_name: Minnesota + :city: Saint Paul +'72643': + :state_code: MO + :state_name: Missouri + :city: Lead Hill +'64162': + :state_code: MO + :state_name: Missouri + :city: Kansas City +'64002': + :state_code: MO + :state_name: Missouri + :city: Lees Summit +'63380': + :state_code: MO + :state_name: Missouri + :city: Truesdale +'27268': + :state_code: NC + :state_name: North Carolina + :city: High Point +'58803': + :state_code: ND + :state_name: North Dakota + :city: Williston +'08644': + :state_code: NJ + :state_name: New Jersey + :city: Trenton +'87151': + :state_code: NM + :state_name: New Mexico + :city: Albuquerque +'88013': + :state_code: NM + :state_name: New Mexico + :city: Las Cruces +'87547': + :state_code: NM + :state_name: New Mexico + :city: White Rock +'89437': + :state_code: NV + :state_name: Nevada + :city: Sparks +'11437': + :state_code: NY + :state_name: New York + :city: Jamaica +'43194': + :state_code: OH + :state_name: Ohio + :city: Lockbourne +'97703': + :state_code: OR + :state_name: Oregon + :city: Bend +'97250': + :state_code: OR + :state_name: Oregon + :city: Portland +'97252': + :state_code: OR + :state_name: Oregon + :city: Portland +'97079': + :state_code: OR + :state_name: Oregon + :city: Beaverton +'97129': + :state_code: OR + :state_name: Oregon + :city: Hillsboro +'17335': + :state_code: PA + :state_name: Pennsylvania + :city: Hanover +'75036': + :state_code: TX + :state_name: Texas + :city: Frisco +'75072': + :state_code: TX + :state_name: Texas + :city: Mckinney +'75059': + :state_code: TX + :state_name: Texas + :city: Irving +'75064': + :state_code: TX + :state_name: Texas + :city: Irving +'73960': + :state_code: TX + :state_name: Texas + :city: Texhoma +'76190': + :state_code: TX + :state_name: Texas + :city: Fort Worth +'20598': + :state_code: VA + :state_name: Virginia + :city: Dhs +'24205': + :state_code: VA + :state_name: Virginia + :city: Bristol +'25888': + :state_code: WV + :state_name: West Virginia + :city: Mount Hope